- GcsFileMetadata - Class in com.google.appengine.tools.cloudstorage
-
Contains metadata about a Google Cloud Storage Object.
- GcsFileMetadata(GcsFilename, GcsFileOptions, String, long, Date) - Constructor for class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- GcsFileMetadata(GcsFilename, GcsFileOptions, String, long, Date, Map<String, String>) - Constructor for class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- GcsFilename - Class in com.google.appengine.tools.cloudstorage
-
Bucket and object name of a Google Cloud Storage object.
- GcsFilename(String, String) - Constructor for class com.google.appengine.tools.cloudstorage.GcsFilename
-
- GcsFileOptions - Class in com.google.appengine.tools.cloudstorage
-
Container class for holding options for creating Google Storage files.
- GcsFileOptions.Builder - Class in com.google.appengine.tools.cloudstorage
-
A builder of GcsFileOptions.
- GcsInputChannel - Interface in com.google.appengine.tools.cloudstorage
-
A readable byte channel for reading data to Google Cloud Storage.
- GcsOutputChannel - Interface in com.google.appengine.tools.cloudstorage
-
A writable byte channel for writing data to Google Cloud Storage.
- GcsService - Interface in com.google.appengine.tools.cloudstorage
-
Allows creating and accessing files in Google Cloud Storage.
- GcsServiceFactory - Class in com.google.appengine.tools.cloudstorage
-
- GcsServiceOptions - Class in com.google.appengine.tools.cloudstorage
-
A class to hold options for the GcsService.
- GcsServiceOptions.Builder - Class in com.google.appengine.tools.cloudstorage
-
GcsServiceOtpions builder.
- getAcl() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getBucketName() - Method in class com.google.appengine.tools.cloudstorage.GcsFilename
-
- getBufferSizeBytes() - Method in interface com.google.appengine.tools.cloudstorage.GcsOutputChannel
-
- getCacheControl() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getChunkSizeBytes() - Method in interface com.google.appengine.tools.cloudstorage.RawGcsService
-
- getContentDisposition() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getContentEncoding() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getDefaultInstance() - Static method in class com.google.appengine.tools.cloudstorage.ExceptionHandler
-
Returns an instance which retry any checked exception and abort on any runtime exception.
- getDefaultInstance() - Static method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
Retrieve an instance with the default parameters
- getDefaultInstance() - Static method in class com.google.appengine.tools.cloudstorage.RetryParams
-
Retrieve an instance with the default parameters
- getDefaultWriteBufferSize() - Method in class com.google.appengine.tools.cloudstorage.GcsServiceOptions
-
- getEtag() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- getEtag() - Method in class com.google.appengine.tools.cloudstorage.ListItem
-
- getEventType() - Method in class com.google.appengine.tools.cloudstorage.oauth.XmlHandler.XmlEvent
-
- getFilename() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- getFilename() - Method in interface com.google.appengine.tools.cloudstorage.GcsOutputChannel
-
Returns the filename.
- getFilename() - Method in interface com.google.appengine.tools.cloudstorage.RawGcsService.RawGcsCreationToken
-
The Filename of the object being written.
- getHttpHeaders() - Method in class com.google.appengine.tools.cloudstorage.GcsServiceOptions
-
- getInitialRetryDelayMillis() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getItems() - Method in class com.google.appengine.tools.cloudstorage.RawGcsService.ListItemBatch
-
- getLastModified() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- getLastModified() - Method in class com.google.appengine.tools.cloudstorage.ListItem
-
- getLength() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- getLength() - Method in class com.google.appengine.tools.cloudstorage.ListItem
-
- getMaxRetryDelayMillis() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getMaxWriteSizeByte() - Method in interface com.google.appengine.tools.cloudstorage.RawGcsService
-
Returns the max bytes allowed per putObject/finishObject operations.
- getMetadata(GcsFilename) - Method in interface com.google.appengine.tools.cloudstorage.GcsService
-
- getMimeType() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getName() - Method in class com.google.appengine.tools.cloudstorage.ListItem
-
- getName() - Method in class com.google.appengine.tools.cloudstorage.oauth.XmlHandler.XmlEvent
-
- getNewAccessToken(List<String>) - Method in interface com.google.appengine.tools.cloudstorage.oauth.AccessTokenProvider
-
Creates a fresh access token.
- getNextMarker() - Method in class com.google.appengine.tools.cloudstorage.RawGcsService.ListItemBatch
-
- getNonRetriableExceptions() - Method in class com.google.appengine.tools.cloudstorage.ExceptionHandler
-
- getObjectMetadata(GcsFilename, long) - Method in interface com.google.appengine.tools.cloudstorage.RawGcsService
-
Returns the meta-data for filename.
- getObjectName() - Method in class com.google.appengine.tools.cloudstorage.GcsFilename
-
- getOffset() - Method in interface com.google.appengine.tools.cloudstorage.RawGcsService.RawGcsCreationToken
-
The number of bytes written to the object so far.
- getOptions() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
- getPathDelimiter() - Method in class com.google.appengine.tools.cloudstorage.GcsServiceOptions
-
- getPrefix() - Method in class com.google.appengine.tools.cloudstorage.ListOptions
-
- getRequestTimeoutMillis() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getRetriableExceptions() - Method in class com.google.appengine.tools.cloudstorage.ExceptionHandler
-
- getRetryDelayBackoffFactor() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getRetryMaxAttempts() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getRetryMinAttempts() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getRetryParams() - Method in class com.google.appengine.tools.cloudstorage.GcsServiceOptions
-
- getTotalRetryPeriodMillis() - Method in class com.google.appengine.tools.cloudstorage.RetryParams
-
- getUserMetadata() - Method in class com.google.appengine.tools.cloudstorage.GcsFileOptions
-
- getValue() - Method in class com.google.appengine.tools.cloudstorage.oauth.XmlHandler.XmlEvent
-
- getXGoogHeaders() - Method in class com.google.appengine.tools.cloudstorage.GcsFileMetadata
-
Returns the Google headers that were provided together with the metadata.