Package com.google.cloud.bigquery
Class BigLakeConfiguration.Builder
java.lang.Object
com.google.cloud.bigquery.BigLakeConfiguration.Builder
- Enclosing class:
- BigLakeConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BigLakeConfigurationbuild()abstract BigLakeConfiguration.BuildersetConnectionId(@Nullable String connectionId) Credential reference for accessing external storage system.abstract BigLakeConfiguration.BuildersetFileFormat(@Nullable String fileFormat) Open source file format that the table data is stored in.abstract BigLakeConfiguration.BuildersetStorageUri(@Nullable String storageUri) Fully qualified location prefix of the external folder where data is stored.abstract BigLakeConfiguration.BuildersetTableFormat(@Nullable String tableFormat) Open source table format that the table data is stored in.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setConnectionId
Credential reference for accessing external storage system. Normalized as project_id.location_id.connection_id.- Parameters:
connectionId- connectionId ornullfor none
-
setFileFormat
Open source file format that the table data is stored in. Currently only PARQUET is supported.- Parameters:
fileFormat- fileFormat ornullfor none
-
setStorageUri
Fully qualified location prefix of the external folder where data is stored. Starts with "gs://" and ends with "/". Does not contain "*".- Parameters:
storageUri- storageUri ornullfor none
-
setTableFormat
Open source table format that the table data is stored in. Currently only ICEBERG is supported.- Parameters:
tableFormat- tableFormat ornullfor none
-
build
-