public static class Storage.BucketGetOption extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Storage.BucketGetOption |
fields(Storage.BucketField... fields)
Returns an option to specify the bucket's fields to be returned by the RPC call.
|
int |
hashCode() |
static Storage.BucketGetOption |
metagenerationMatch(long metageneration)
Returns an option for bucket's metageneration match.
|
static Storage.BucketGetOption |
metagenerationNotMatch(long metageneration)
Returns an option for bucket's metageneration mismatch.
|
String |
toString() |
public static Storage.BucketGetOption metagenerationMatch(long metageneration)
public static Storage.BucketGetOption metagenerationNotMatch(long metageneration)
public static Storage.BucketGetOption fields(Storage.BucketField... fields)
BucketGetOption.fields) can
be used to specify only the fields of interest. Bucket name is always returned, even if not
specified.Copyright © 2016 Google. All rights reserved.