| Interface | Description |
|---|---|
| GcsInputChannel |
A readable byte channel for reading data to Google Cloud Storage.
|
| GcsOutputChannel |
A writable byte channel for writing data to Google Cloud Storage.
|
| GcsService |
Allows creating and accessing files in Google Cloud Storage.
|
| RawGcsService |
Low-level ("raw") interface to Google Cloud Storage.
|
| RawGcsService.RawGcsCreationToken |
Immutable token that wraps the information a specific implementation of
RawGcsService needs to write to an object. |
| Class | Description |
|---|---|
| ExceptionHandler |
Exception handling used by
RetryHelper. |
| ExceptionHandler.Builder |
ExceptionHandler builder.
|
| GcsFileMetadata |
Contains metadata about a Google Cloud Storage Object.
|
| GcsFilename |
Bucket and object name of a Google Cloud Storage object.
|
| GcsFileOptions |
Container class for holding options for creating Google Storage files.
|
| GcsFileOptions.Builder |
A builder of GcsFileOptions.
|
| GcsServiceFactory |
Provides implementations of
GcsService. |
| GcsServiceOptions |
A class to hold options for the GcsService.
|
| GcsServiceOptions.Builder |
GcsServiceOtpions builder.
|
| ListItem |
Contains information of an individual listing item.
|
| ListItem.Builder |
ListItem builder.
|
| ListOptions |
GcsService listing options.
|
| ListOptions.Builder |
Listing options builder.
|
| ListResult |
Contains the result of a listing request.
|
| RawGcsService.ListItemBatch |
A batch of list items.
|
| RetryHelper<V> |
Utility class for retrying operations.
|
| RetryParams |
Parameters for configuring exponential backoff.
|
| RetryParams.Builder |
RetryParams builder.
|
| Exception | Description |
|---|---|
| BadRangeException |
Thrown from RawGcsService when a read operation begins at an offset that is >= the length of
the file.
|
| NonRetriableException |
Thrown when RetryHelper callable has indicate it should not be retried.
|
| RetriesExhaustedException |
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams
and was not successful.
|
| RetryHelperException |
Thrown when a RetryHelper has failed to complete successfully.
|
| RetryInterruptedException |
Thrown when a RetryHelper failed to complete its work due to interruption.
|
Copyright © 2016 Google. All rights reserved.