Package com.google.cloud.bigquery
Class BigLakeConfiguration
java.lang.Object
com.google.cloud.bigquery.BigLakeConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringCredential reference for accessing external storage system.abstract StringOpen source file format that the table data is stored in.abstract StringFully qualified location prefix of the external folder where data is stored.abstract StringOpen source file format that the table data is stored in.static BigLakeConfiguration.Builderabstract BigLakeConfiguration.Builder
-
Constructor Details
-
BigLakeConfiguration
public BigLakeConfiguration()
-
-
Method Details
-
getConnectionId
Credential reference for accessing external storage system. Normalized as project_id.location_id.connection_id.- Returns:
- value or
nullfor none
-
getFileFormat
Open source file format that the table data is stored in. Currently only PARQUET is supported.- Returns:
- value or
nullfor none
-
getStorageUri
Fully qualified location prefix of the external folder where data is stored. Starts with "gs://" ends with "/". Does not contain "*".- Returns:
- value or
nullfor none
-
getTableFormat
Open source file format that the table data is stored in. Currently only PARQUET is supported.- Returns:
- value or
nullfor none
-
newBuilder
-
toBuilder
-