public interface ListBucketsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBuckets(int index)
public abstract Bucket getBuckets(int index)
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Name | Description |
index | int |
Type | Description |
Bucket |
getBucketsCount()
public abstract int getBucketsCount()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Type | Description |
int |
getBucketsList()
public abstract List<Bucket> getBucketsList()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Type | Description |
List<Bucket> |
getBucketsOrBuilder(int index)
public abstract BucketOrBuilder getBucketsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Name | Description |
index | int |
Type | Description |
BucketOrBuilder |
getBucketsOrBuilderList()
public abstract List<? extends BucketOrBuilder> getBucketsOrBuilderList()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Type | Description |
List<? extends com.google.storage.v2.BucketOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |