Uses of Class
com.google.appengine.tools.cloudstorage.GcsFileOptions
-
Packages that use GcsFileOptions Package Description com.google.appengine.tools.cloudstorage -
-
Uses of GcsFileOptions in com.google.appengine.tools.cloudstorage
Methods in com.google.appengine.tools.cloudstorage that return GcsFileOptions Modifier and Type Method and Description GcsFileOptions
GcsFileOptions.Builder. build()
Create an instance of GcsFileOptions with the parameters set in this builderstatic GcsFileOptions
GcsFileOptions. getDefaultInstance()
Retrieve an instance with the default parametersGcsFileOptions
GcsFileMetadata. getOptions()
Methods in com.google.appengine.tools.cloudstorage with parameters of type GcsFileOptions 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 replacefilename
with the givencontent
.void
GcsService. update(GcsFilename source, GcsFileOptions options)
Updates a file's metadata with the given options.Constructors in com.google.appengine.tools.cloudstorage with parameters of type GcsFileOptions 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.