| BatchHelper |
BatchHelper abstracts out the logic for maximum requests per batch, and also allows a workaround
for the fact that BatchRequest was made a "final class" for some reason, making it
impossible to unittest.
|
| CreateBucketOptions |
Options that can be specified when creating a bucket in the GoogleCloudStorage.
|
| CreateBucketOptions.Builder |
|
| CreateFileOptions |
|
| CreateFileOptions.Builder |
|
| CreateFileOptions.WriteMode |
|
| CreateObjectOptions |
|
| CreateObjectOptions.Builder |
|
| FileInfo |
Contains information about a file or a directory.
|
| FolderInfo |
|
| ForwardingGoogleCloudStorage |
|
| GoogleCloudStorage |
Interface for exposing the Google Cloud Storage API behavior in a way more amenable to writing
filesystem semantics on top of it, without having to deal with API-specific considerations such
as HttpTransports, credentials, network errors, batching, etc.
|
| GoogleCloudStorage.ListPage |
Paged list request response
|
| GoogleCloudStorageClientImpl |
Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.
|
| GoogleCloudStorageClientImpl.Builder |
|
| GoogleCloudStorageFileSystem |
Provides a POSIX like file system layered on top of Google Cloud Storage (GCS).
|
| GoogleCloudStorageFileSystemImpl.PathTypeHint |
|
| GoogleCloudStorageFileSystemOptions |
|
| GoogleCloudStorageFileSystemOptions.Builder |
|
| GoogleCloudStorageFileSystemOptions.ClientType |
Cloud Storage client to use.
|
| GoogleCloudStorageImpl |
Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.
|
| GoogleCloudStorageImpl.BackOffFactory |
A factory for producing BackOff objects.
|
| GoogleCloudStorageImpl.Builder |
|
| GoogleCloudStorageItemInfo |
Contains information about an item in Google Cloud Storage.
|
| GoogleCloudStorageItemInfo.Provider |
Convenience interface for classes which want to implement Provider of
GoogleCloudStorageItemInfo for callers which may not know the concrete type of an object, but
want to check if the object happens to be an instance of this InfoProvider.
|
| GoogleCloudStorageOptions |
Configuration options for the GoogleCloudStorage class.
|
| GoogleCloudStorageOptions.Builder |
|
| GoogleCloudStorageOptions.MetricsSink |
|
| GoogleCloudStorageReadOptions |
Advanced options for reading GoogleCloudStorage objects.
|
| GoogleCloudStorageReadOptions.Builder |
Mutable builder for GoogleCloudStorageReadOptions.
|
| GoogleCloudStorageReadOptions.Fadvise |
Operational modes of fadvise feature.
|
| GoogleCloudStorageStatistics |
Statistics which are collected in GCS Connector.
|
| GoogleCloudStorageTracingFields |
|
| GrpcStreamType |
|
| ListFileOptions |
|
| ListFileOptions.Builder |
|
| ListFolderOptions |
Options that can be specified when listing Folders in the GoogleCloudStorage and is valid
for only HN enabled bucket
|
| ListFolderOptions.Builder |
|
| ListObjectOptions |
|
| ListObjectOptions.Builder |
|
| ObjectWriteConditions |
Conditions on which a object write should be allowed to continue.
|
| ObjectWriteConditions.Builder |
|
| PerformanceCachingGoogleCloudStorageOptions |
|
| PerformanceCachingGoogleCloudStorageOptions.Builder |
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
| StatisticTypeEnum |
Enum of statistic types.
|
| StorageClientProvider |
Provides GCS SDK Storage object which is used to access the GCS.
|
| StorageClientProviderCacheKey |
|
| StorageClientProviderCacheKey.Builder |
|
| StorageResourceId |
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
|
| UpdatableItemInfo |
Item information that can be updated without re-writing an entire object.
|
| VerificationAttributes |
GCS provided validation attributes for a single object.
|