| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
GcsFileOptions.Builder |
GcsFileOptions.Builder.acl(String acl)
Sets the acl of the object.
|
GcsFileOptions.Builder |
GcsFileOptions.Builder.addUserMetadata(String key,
String value)
Adds user specific metadata that will be added to object headers when served through Google
Storage.
|
GcsFileOptions.Builder |
GcsFileOptions.Builder.cacheControl(String cacheControl)
Sets the cache control for the object.
|
GcsFileOptions.Builder |
GcsFileOptions.Builder.contentDisposition(String contentDisposition)
Sets the content disposition for the object.
|
GcsFileOptions.Builder |
GcsFileOptions.Builder.contentEncoding(String contentEncoding)
Sets the content encoding for the object.
|
GcsFileOptions.Builder |
GcsFileOptions.Builder.mimeType(String mimeType)
Sets the mime type of the object.
|
Copyright © 2016 Google. All rights reserved.