Uses of Class
com.google.cloud.bigquery.BigLakeConfiguration.Builder
Packages that use BigLakeConfiguration.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigLakeConfiguration.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigLakeConfiguration.BuilderModifier and TypeMethodDescriptionstatic BigLakeConfiguration.BuilderBigLakeConfiguration.newBuilder()abstract BigLakeConfiguration.BuilderBigLakeConfiguration.Builder.setConnectionId(@Nullable String connectionId) Credential reference for accessing external storage system.abstract BigLakeConfiguration.BuilderBigLakeConfiguration.Builder.setFileFormat(@Nullable String fileFormat) Open source file format that the table data is stored in.abstract BigLakeConfiguration.BuilderBigLakeConfiguration.Builder.setStorageUri(@Nullable String storageUri) Fully qualified location prefix of the external folder where data is stored.abstract BigLakeConfiguration.BuilderBigLakeConfiguration.Builder.setTableFormat(@Nullable String tableFormat) Open source table format that the table data is stored in.abstract BigLakeConfiguration.BuilderBigLakeConfiguration.toBuilder()