Package org.apache.datafusion
Class ObjectStoreOptions.Gcs.Builder
java.lang.Object
org.apache.datafusion.ObjectStoreOptions.Gcs.Builder
- Enclosing class:
- ObjectStoreOptions.Gcs
-
Method Summary
Modifier and TypeMethodDescriptionapplicationCredentials(String applicationCredentialsPath) Filesystem path to the application-default-credentials JSON.Bucket name.build()serviceAccountKey(String serviceAccountKey) Inline service-account JSON.serviceAccountPath(String serviceAccountPath) Filesystem path to service-account JSON.Override the registration URL.
-
Method Details
-
url
Override the registration URL. Default isgs://<bucket>. -
bucket
Bucket name. Required. -
serviceAccountKey
Inline service-account JSON. Mutually exclusive withserviceAccountPath. -
serviceAccountPath
Filesystem path to service-account JSON. Mutually exclusive withserviceAccountKey. -
applicationCredentials
Filesystem path to the application-default-credentials JSON. Maps towith_application_credentialson the upstream Rust builder, which takes a path, not inline content. -
build
-