Package com.google.storage.v2
Interface ListBucketsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBucketsResponse,ListBucketsResponse.Builder
@Generated
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.getUnreachable(int index) Unreachable resources.com.google.protobuf.ByteStringgetUnreachableBytes(int index) Unreachable resources.intUnreachable resources.Unreachable resources.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.
-
getUnreachableList
Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects/_/buckets/bucket1", "projects/_/buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;- Returns:
- A list containing the unreachable.
-
getUnreachableCount
int getUnreachableCount()Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects/_/buckets/bucket1", "projects/_/buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;- Returns:
- The count of unreachable.
-
getUnreachable
Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects/_/buckets/bucket1", "projects/_/buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.ByteString getUnreachableBytes(int index) Unreachable resources. This field can only be present if the caller specified return_partial_success to be true in the request to receive indications of temporarily missing resources. unreachable might be: unreachable = [ "projects/_/buckets/bucket1", "projects/_/buckets/bucket2", "projects/_/buckets/bucket3", ]
repeated string unreachable = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-