Package com.google.storage.v2
Interface ListBucketsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBucketsResponse,ListBucketsResponse.Builder
public interface ListBucketsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBuckets(int index) The list of items.intThe list of items.The list of items.getBucketsOrBuilder(int index) The list of items.List<? extends BucketOrBuilder>The list of items.The continuation token, used to page through large result sets.com.google.protobuf.ByteStringThe continuation token, used to page through large result sets.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBucketsList
The list of items.
repeated .google.storage.v2.Bucket buckets = 1; -
getBuckets
The list of items.
repeated .google.storage.v2.Bucket buckets = 1; -
getBucketsCount
int getBucketsCount()The list of items.
repeated .google.storage.v2.Bucket buckets = 1; -
getBucketsOrBuilderList
List<? extends BucketOrBuilder> getBucketsOrBuilderList()The list of items.
repeated .google.storage.v2.Bucket buckets = 1; -
getBucketsOrBuilder
The list of items.
repeated .google.storage.v2.Bucket buckets = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-