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(String connectionId) [Required] Required and immutable.abstract BigLakeConfiguration.BuildersetFileFormat(String fileFormat) [Required] Required and immutable.abstract BigLakeConfiguration.BuildersetStorageUri(String storageUri) [Required] Required and immutable.abstract BigLakeConfiguration.BuildersetTableFormat(String tableFormat) [Required] Required and immutable.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setConnectionId
[Required] Required and immutable. Credential reference for accessing external storage system. Normalized as project_id.location_id.connection_id.- Parameters:
connectionId- connectionId ornullfor none
-
setFileFormat
[Required] Required and immutable. Open source file format that the table data is stored in. Currently only PARQUET is supported.- Parameters:
fileFormat- fileFormat ornullfor none
-
setStorageUri
[Required] Required and immutable. 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
[Required] Required and immutable. Open source file format that the table data is stored in. Currently only PARQUET is supported.- Parameters:
tableFormat- tableFormat ornullfor none
-
build
-