Cloud Storage API v1beta2 (revision 2)



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

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

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

Methods in com.google.api.services.storage that return Storage.Objects.Patch
 Storage.Objects.Patch Storage.Objects.patch(String bucket, String storageObject, StorageObject content)
          Updates a data blob's associated metadata.
 Storage.Objects.Patch Storage.Objects.Patch.set(String parameterName, Object value)
           
 Storage.Objects.Patch Storage.Objects.Patch.setAlt(String alt)
           
 Storage.Objects.Patch Storage.Objects.Patch.setBucket(String bucket)
          Name of the bucket in which the object resides.
 Storage.Objects.Patch Storage.Objects.Patch.setFields(String fields)
           
 Storage.Objects.Patch Storage.Objects.Patch.setGeneration(BigInteger generation)
          If present, selects a specific revision of this object (as opposed to the latest version, the default).
 Storage.Objects.Patch Storage.Objects.Patch.setIfGenerationMatch(BigInteger ifGenerationMatch)
          Makes the operation conditional on whether the object's current generation matches the given value.
 Storage.Objects.Patch Storage.Objects.Patch.setIfGenerationNotMatch(BigInteger ifGenerationNotMatch)
          Makes the operation conditional on whether the object's current generation does not match the given value.
 Storage.Objects.Patch Storage.Objects.Patch.setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
          Makes the operation conditional on whether the object's current metageneration matches the given value.
 Storage.Objects.Patch Storage.Objects.Patch.setIfMetagenerationNotMatch(BigInteger ifMetagenerationNotMatch)
          Makes the operation conditional on whether the object's current metageneration does not match the given value.
 Storage.Objects.Patch Storage.Objects.Patch.setKey(String key)
           
 Storage.Objects.Patch Storage.Objects.Patch.setOauthToken(String oauthToken)
           
 Storage.Objects.Patch Storage.Objects.Patch.setObject(String storageObject)
          Name of the object.
 Storage.Objects.Patch Storage.Objects.Patch.setPrettyPrint(Boolean prettyPrint)
           
 Storage.Objects.Patch Storage.Objects.Patch.setProjection(String projection)
          Set of properties to return.
 Storage.Objects.Patch Storage.Objects.Patch.setQuotaUser(String quotaUser)
           
 Storage.Objects.Patch Storage.Objects.Patch.setUserIp(String userIp)