| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
GcsFileMetadata |
GcsService.getMetadata(GcsFilename filename) |
GcsFileMetadata |
RawGcsService.getObjectMetadata(GcsFilename filename,
long timeoutMillis)
Returns the meta-data for
filename. |
| Modifier and Type | Method and Description |
|---|---|
Future<GcsFileMetadata> |
RawGcsService.readObjectAsync(ByteBuffer dst,
GcsFilename filename,
long offset,
long timeoutMillis)
Issues a request to the server to retrieve data to fill the provided buffer.
|
Copyright © 2016 Google. All rights reserved.