Package | Description |
---|---|
com.google.api.services.storage | |
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Storage.Buckets.Insert |
Storage.Buckets.insert(Bucket content)
Creates a new bucket.
|
Storage.Buckets.Patch |
Storage.Buckets.patch(java.lang.String bucket,
Bucket content)
Updates a bucket.
|
Storage.Buckets.Update |
Storage.Buckets.update(java.lang.String bucket,
Bucket content)
Updates a bucket.
|
Constructor and Description |
---|
Insert(Bucket content)
Creates a new bucket.
|
Patch(java.lang.String bucket,
Bucket content)
Updates a bucket.
|
Update(java.lang.String bucket,
Bucket content)
Updates a bucket.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.clone() |
Bucket |
Bucket.set(java.lang.String fieldName,
java.lang.Object value) |
Bucket |
Bucket.setAcl(java.util.List<BucketAccessControl> acl)
Access controls on the bucket.
|
Bucket |
Bucket.setDefaultObjectAcl(java.util.List<ObjectAccessControl> defaultObjectAcl)
Default access controls to apply to new objects when no ACL is provided.
|
Bucket |
Bucket.setId(java.lang.String id)
The name of the bucket.
|
Bucket |
Bucket.setKind(java.lang.String kind)
The kind of item this is.
|
Bucket |
Bucket.setLocation(java.lang.String location)
The location of the bucket.
|
Bucket |
Bucket.setOwner(Bucket.Owner owner)
The owner of the bucket.
|
Bucket |
Bucket.setProjectId(java.math.BigInteger projectId)
The project the bucket belongs to.
|
Bucket |
Bucket.setSelfLink(java.lang.String selfLink)
The URI of this bucket.
|
Bucket |
Bucket.setTimeCreated(com.google.api.client.util.DateTime timeCreated)
Creation time of the bucket in RFC 3339 format.
|
Bucket |
Bucket.setWebsite(Bucket.Website website)
The bucket's website configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Bucket> |
Buckets.getItems()
The list of items.
|
Modifier and Type | Method and Description |
---|---|
Buckets |
Buckets.setItems(java.util.List<Bucket> items)
The list of items.
|