public interface ListBucketsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Bucket |
getBuckets(int index)
The list of items.
|
int |
getBucketsCount()
The list of items.
|
List<Bucket> |
getBucketsList()
The list of items.
|
BucketOrBuilder |
getBucketsOrBuilder(int index)
The list of items.
|
List<? extends BucketOrBuilder> |
getBucketsOrBuilderList()
The list of items.
|
String |
getNextPageToken()
The continuation token, used to page through large result sets.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The continuation token, used to page through large result sets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Bucket> getBucketsList()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
Bucket getBuckets(int index)
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
int getBucketsCount()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
List<? extends BucketOrBuilder> getBucketsOrBuilderList()
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
BucketOrBuilder getBucketsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.Bucket buckets = 1;
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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.