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 Type
    Method
    Description
    getBuckets(int index)
    The list of items.
    int
    The list of items.
    The list of items.
    The list of items.
    The list of items.
    The continuation token, used to page through large result sets.
    com.google.protobuf.ByteString
    The continuation token, used to page through large result sets.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBucketsList

      List<Bucket> getBucketsList()
       The list of items.
       
      repeated .google.storage.v2.Bucket buckets = 1;
    • getBuckets

      Bucket getBuckets(int index)
       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

      BucketOrBuilder getBucketsOrBuilder(int index)
       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.