Cloud Storage API v1beta1 (revision 30)



Uses of Class
com.google.api.services.storage.model.StorageObject

Packages that use StorageObject
com.google.api.services.storage   
com.google.api.services.storage.model   
 

Uses of StorageObject in com.google.api.services.storage
 

Methods in com.google.api.services.storage with parameters of type StorageObject
 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.Patch Storage.Objects.patch(String bucket, String storageObject, StorageObject content)
          Updates a data blob's associated metadata.
 Storage.Objects.Update Storage.Objects.update(String bucket, String storageObject, StorageObject content)
          Updates a data blob's associated metadata.
 

Constructors in com.google.api.services.storage with parameters of type StorageObject
Storage.Objects.Insert(String bucket, StorageObject content)
          Stores new data blobs and associated metadata.
Storage.Objects.Insert(String bucket, StorageObject content, AbstractInputStreamContent mediaContent)
          Stores new data blobs and associated metadata.
Storage.Objects.Patch(String bucket, String storageObject, StorageObject content)
          Updates a data blob's associated metadata.
Storage.Objects.Update(String bucket, String storageObject, StorageObject content)
          Updates a data blob's associated metadata.
 

Uses of StorageObject in com.google.api.services.storage.model
 

Methods in com.google.api.services.storage.model that return StorageObject
 StorageObject StorageObject.clone()
           
 StorageObject StorageObject.set(String fieldName, Object value)
           
 StorageObject StorageObject.setAcl(List<ObjectAccessControl> acl)
          Access controls on the object.
 StorageObject StorageObject.setBucket(String bucket)
          The bucket containing this object.
 StorageObject StorageObject.setCacheControl(String cacheControl)
          Cache-Control directive for the object data.
 StorageObject StorageObject.setContentDisposition(String contentDisposition)
          Content-Disposition of the object data.
 StorageObject StorageObject.setContentEncoding(String contentEncoding)
          Content-Encoding of the object data.
 StorageObject StorageObject.setContentLanguage(String contentLanguage)
          Content-Language of the object data.
 StorageObject StorageObject.setId(String id)
          The ID of the object.
 StorageObject StorageObject.setKind(String kind)
          The kind of item this is.
 StorageObject StorageObject.setMedia(StorageObject.Media media)
          Object media data.
 StorageObject StorageObject.setMetadata(Map<String,String> metadata)
          User-provided metadata, in key/value pairs.
 StorageObject StorageObject.setName(String name)
          The name of this object.
 StorageObject StorageObject.setOwner(StorageObject.Owner owner)
          The owner of the object.
 StorageObject StorageObject.setSelfLink(String selfLink)
          The link to this object.
 

Methods in com.google.api.services.storage.model that return types with arguments of type StorageObject
 List<StorageObject> Objects.getItems()
          The list of items.
 

Method parameters in com.google.api.services.storage.model with type arguments of type StorageObject
 Objects Objects.setItems(List<StorageObject> items)
          The list of items.