| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageFileSystemOptions |
GoogleCloudStorageFileSystemOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
abstract GoogleCloudStorageFileSystemOptions |
GoogleCloudStorageFileSystemOptions.Builder.build() |
GoogleCloudStorageFileSystemOptions |
GoogleCloudStorageFileSystem.getOptions()
Retrieve the options that were used to create this GoogleCloudStorageFileSystem.
|
| Constructor and Description |
|---|
GoogleCloudStorageFileSystem(CheckedFunction<GoogleCloudStorageOptions,GoogleCloudStorage,IOException> gcsFn,
GoogleCloudStorageFileSystemOptions options)
Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying
GoogleCloudStorage
gcs. |
GoogleCloudStorageFileSystem(com.google.api.client.auth.oauth2.Credential credential,
Function<List<AccessBoundary>,String> downscopedAccessTokenFn,
GoogleCloudStorageFileSystemOptions options)
Constructs an instance of GoogleCloudStorageFileSystem.
|
GoogleCloudStorageFileSystem(com.google.api.client.auth.oauth2.Credential credential,
GoogleCloudStorageFileSystemOptions options)
Constructs an instance of GoogleCloudStorageFileSystem.
|
Copyright © 2024. All rights reserved.