|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.services.storage.Storage.Buckets
public class Storage.Buckets
The "buckets" collection of methods.
| Nested Class Summary | |
|---|---|
class |
Storage.Buckets.Delete
|
class |
Storage.Buckets.Get
|
class |
Storage.Buckets.Insert
|
class |
Storage.Buckets.List
|
class |
Storage.Buckets.Patch
|
class |
Storage.Buckets.Update
|
| Constructor Summary | |
|---|---|
Storage.Buckets()
|
|
| Method Summary | |
|---|---|
Storage.Buckets.Delete |
delete(String bucket)
Deletes an empty bucket. |
Storage.Buckets.Get |
get(String bucket)
Returns metadata for the specified bucket. |
Storage.Buckets.Insert |
insert(Bucket content)
Creates a new bucket. |
Storage.Buckets.List |
list(BigInteger projectId)
Retrieves a list of buckets for a given project. |
Storage.Buckets.Patch |
patch(String bucket,
Bucket content)
Updates a bucket. |
Storage.Buckets.Update |
update(String bucket,
Bucket content)
Updates a bucket. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Storage.Buckets()
| Method Detail |
|---|
public Storage.Buckets.Delete delete(String bucket)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.
IOException
public Storage.Buckets.Get get(String bucket)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.
IOException
public Storage.Buckets.Insert insert(Bucket content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
content - the Bucket
IOException
public Storage.Buckets.List list(BigInteger projectId)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
projectId - A valid API project identifier.
IOException
public Storage.Buckets.Patch patch(String bucket,
Bucket content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.content - the Bucket
IOException
public Storage.Buckets.Update update(String bucket,
Bucket content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.content - the Bucket
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||