Interface ListObjectsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListObjectsResponse, ListObjectsResponse.Builder

public interface ListObjectsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The continuation token, used to page through large result sets.
    com.google.protobuf.ByteString
    The continuation token, used to page through large result sets.
    getObjects(int index)
    The list of items.
    int
    The list of items.
    The list of items.
    The list of items.
    The list of items.
    getPrefixes(int index)
    The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
    com.google.protobuf.ByteString
    getPrefixesBytes(int index)
    The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
    int
    The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
    The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.

    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

    • getObjectsList

      List<Object> getObjectsList()
       The list of items.
       
      repeated .google.storage.v2.Object objects = 1;
    • getObjects

      Object getObjects(int index)
       The list of items.
       
      repeated .google.storage.v2.Object objects = 1;
    • getObjectsCount

      int getObjectsCount()
       The list of items.
       
      repeated .google.storage.v2.Object objects = 1;
    • getObjectsOrBuilderList

      List<? extends ObjectOrBuilder> getObjectsOrBuilderList()
       The list of items.
       
      repeated .google.storage.v2.Object objects = 1;
    • getObjectsOrBuilder

      ObjectOrBuilder getObjectsOrBuilder(int index)
       The list of items.
       
      repeated .google.storage.v2.Object objects = 1;
    • getPrefixesList

      List<String> getPrefixesList()
       The list of prefixes of objects matching-but-not-listed up to and including
       the requested delimiter.
       
      repeated string prefixes = 2;
      Returns:
      A list containing the prefixes.
    • getPrefixesCount

      int getPrefixesCount()
       The list of prefixes of objects matching-but-not-listed up to and including
       the requested delimiter.
       
      repeated string prefixes = 2;
      Returns:
      The count of prefixes.
    • getPrefixes

      String getPrefixes(int index)
       The list of prefixes of objects matching-but-not-listed up to and including
       the requested delimiter.
       
      repeated string prefixes = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The prefixes at the given index.
    • getPrefixesBytes

      com.google.protobuf.ByteString getPrefixesBytes(int index)
       The list of prefixes of objects matching-but-not-listed up to and including
       the requested delimiter.
       
      repeated string prefixes = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the prefixes at the given index.
    • 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 = 3;
      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 = 3;
      Returns:
      The bytes for nextPageToken.