Cloud Storage API v1beta1 (revision 21)



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.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)