| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageOptions |
GoogleCloudStorageOptions.Builder.build() |
GoogleCloudStorageOptions |
GoogleCloudStorageFileSystemOptions.getCloudStorageOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorageImpl.getOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorage.getOptions()
Retrieve the options that were used to create this GoogleCloudStorage.
|
GoogleCloudStorageOptions |
CacheSupplementedGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
MetadataReadOnlyGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
ThrottledGoogleCloudStorage.getOptions() |
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions(GoogleCloudStorageOptions cloudStorageOptions,
boolean metadataCacheEnabled,
DirectoryListCache.Type cacheType,
String cacheBasePath,
com.google.common.base.Predicate<String> shouldIncludeInTimestampUpdatesPredicate,
long cacheMaxEntryAgeMillis,
long cacheMaxInfoAgeMillis) |
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.auth.oauth2.Credential credential)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.services.storage.Storage gcs)
Constructs an instance of GoogleCloudStorageImpl.
|
Copyright © 2015. All rights reserved.