| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
GcsFileOptions |
GcsFileOptions.Builder.build()
Create an instance of GcsFileOptions with the parameters set in this builder
|
static GcsFileOptions |
GcsFileOptions.getDefaultInstance()
Retrieve an instance with the default parameters
|
GcsFileOptions |
GcsFileMetadata.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
RawGcsService.RawGcsCreationToken |
RawGcsService.beginObjectCreation(GcsFilename filename,
GcsFileOptions options,
long timeoutMillis) |
void |
RawGcsService.copyObject(GcsFilename source,
GcsFilename dest,
GcsFileOptions fileOptions,
long timeoutMillis)
Copy source file to dest.
|
GcsOutputChannel |
GcsService.createOrReplace(GcsFilename filename,
GcsFileOptions options)
Creates a new object.
|
void |
GcsService.createOrReplace(GcsFilename filename,
GcsFileOptions options,
ByteBuffer src)
Creates, writes, and closes a new object with a given content.
|
void |
RawGcsService.putObject(GcsFilename filename,
GcsFileOptions options,
ByteBuffer content,
long timeoutMillis)
Create or replace
filename with the given content. |
void |
GcsService.update(GcsFilename source,
GcsFileOptions options)
Updates a file's metadata with the given options.
|
| Constructor and Description |
|---|
GcsFileMetadata(GcsFilename filename,
GcsFileOptions options,
String etag,
long length,
Date lastModified) |
GcsFileMetadata(GcsFilename filename,
GcsFileOptions options,
String etag,
long length,
Date lastModified,
Map<String,String> xGoogHeaders) |
Copyright © 2016 Google. All rights reserved.