| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageOptions |
GoogleCloudStorageOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageOptions |
GoogleCloudStorageOptions.Builder.build() |
abstract GoogleCloudStorageOptions |
GoogleCloudStorageFileSystemOptions.getCloudStorageOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorage.getOptions()
Retrieve the options that were used to create this GoogleCloudStorage.
|
GoogleCloudStorageOptions |
ForwardingGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorageImpl.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
abstract GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setCloudStorageOptions(GoogleCloudStorageOptions options) |
| Constructor and Description |
|---|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.auth.oauth2.Credential credential)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.auth.oauth2.Credential credential,
Function<List<AccessBoundary>,String> downscopedAccessTokenFn)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer) |
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer,
Function<List<AccessBoundary>,String> downscopedAccessTokenFn) |
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.services.storage.Storage storage)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.services.storage.Storage storage,
com.google.auth.Credentials credentials)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.services.storage.Storage storage,
com.google.auth.Credentials credentials,
Function<List<AccessBoundary>,String> downscopedAccessTokenFn)
Constructs an instance of GoogleCloudStorageImpl.
|
| Constructor and Description |
|---|
GoogleCloudStorageFileSystem(CheckedFunction<GoogleCloudStorageOptions,GoogleCloudStorage,IOException> gcsFn,
GoogleCloudStorageFileSystemOptions options)
Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying
GoogleCloudStorage
gcs. |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageOptions |
InMemoryGoogleCloudStorage.getInMemoryGoogleCloudStorageOptions() |
GoogleCloudStorageOptions |
InMemoryGoogleCloudStorage.getOptions() |
| Constructor and Description |
|---|
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions storageOptions) |
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions storageOptions,
com.google.api.client.util.Clock clock) |
Copyright © 2022. All rights reserved.