com.google.appengine.tools.cloudstorage
Interface RawGcsService.RawGcsCreationToken
-
- All Superinterfaces:
- Serializable
- Enclosing interface:
- RawGcsService
public static interface RawGcsService.RawGcsCreationToken extends Serializable
Immutable token that wraps the information a specific implementation ofRawGcsService
needs to write to an object. Instances of this interface are only usable with the type ofRawGcsService
that created them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description GcsFilename
getFilename()
The Filename of the object being written.long
getOffset()
The number of bytes written to the object so far.
-
-
-
Method Detail
-
getFilename
GcsFilename getFilename()
The Filename of the object being written.
-
getOffset
long getOffset()
The number of bytes written to the object so far.
-
-
Copyright © 2016 Google. All rights reserved.