Cloud Storage API v1beta2 (revision 2)



Uses of Class
com.google.api.services.storage.Storage.Objects.Insert

Packages that use Storage.Objects.Insert
com.google.api.services.storage   
 

Uses of Storage.Objects.Insert in com.google.api.services.storage
 

Methods in com.google.api.services.storage that return Storage.Objects.Insert
 Storage.Objects.Insert Storage.Objects.insert(String bucket, StorageObject content)
          Stores new data blobs and associated metadata.
 Storage.Objects.Insert Storage.Objects.insert(String bucket, StorageObject content, AbstractInputStreamContent mediaContent)
          Stores new data blobs and associated metadata.
 Storage.Objects.Insert Storage.Objects.Insert.set(String parameterName, Object value)
           
 Storage.Objects.Insert Storage.Objects.Insert.setAlt(String alt)
           
 Storage.Objects.Insert Storage.Objects.Insert.setBucket(String bucket)
          Name of the bucket in which to store the new object.
 Storage.Objects.Insert Storage.Objects.Insert.setFields(String fields)
           
 Storage.Objects.Insert Storage.Objects.Insert.setIfGenerationMatch(BigInteger ifGenerationMatch)
          Makes the operation conditional on whether the object's current generation matches the given value.
 Storage.Objects.Insert Storage.Objects.Insert.setIfGenerationNotMatch(BigInteger ifGenerationNotMatch)
          Makes the operation conditional on whether the object's current generation does not match the given value.
 Storage.Objects.Insert Storage.Objects.Insert.setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
          Makes the operation conditional on whether the object's current metageneration matches the given value.
 Storage.Objects.Insert Storage.Objects.Insert.setIfMetagenerationNotMatch(BigInteger ifMetagenerationNotMatch)
          Makes the operation conditional on whether the object's current metageneration does not match the given value.
 Storage.Objects.Insert Storage.Objects.Insert.setKey(String key)
           
 Storage.Objects.Insert Storage.Objects.Insert.setName(String name)
          Name of the object.
 Storage.Objects.Insert Storage.Objects.Insert.setOauthToken(String oauthToken)
           
 Storage.Objects.Insert Storage.Objects.Insert.setPrettyPrint(Boolean prettyPrint)
           
 Storage.Objects.Insert Storage.Objects.Insert.setProjection(String projection)
          Set of properties to return.
 Storage.Objects.Insert Storage.Objects.Insert.setQuotaUser(String quotaUser)
           
 Storage.Objects.Insert Storage.Objects.Insert.setUserIp(String userIp)