Interface ListIndexesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string filter = 3;
    com.google.protobuf.ByteString
    string filter = 3;
    int
    The maximum number of items to return.
    The next_page_token value returned from a previous List request, if any.
    com.google.protobuf.ByteString
    The next_page_token value returned from a previous List request, if any.
    Project ID against which to make the request.
    com.google.protobuf.ByteString
    Project ID against which to make the request.

    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

    • getProjectId

      String getProjectId()
       Project ID against which to make the request.
       
      string project_id = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       Project ID against which to make the request.
       
      string project_id = 1;
      Returns:
      The bytes for projectId.
    • getFilter

      String getFilter()
      string filter = 3;
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
      string filter = 3;
      Returns:
      The bytes for filter.
    • getPageSize

      int getPageSize()
       The maximum number of items to return.  If zero, then all results will be
       returned.
       
      int32 page_size = 4;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       The next_page_token value returned from a previous List request, if any.
       
      string page_token = 5;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       The next_page_token value returned from a previous List request, if any.
       
      string page_token = 5;
      Returns:
      The bytes for pageToken.