public static interface RawGcsService.RawGcsCreationToken extends Serializable
RawGcsService needs to write to an object.
Instances of this interface are only usable with the type of
RawGcsService that created them.| 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.
|
GcsFilename getFilename()
long getOffset()
Copyright © 2016 Google. All rights reserved.