Interface ListServicesRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPageSize()
      Requested page size.
      String getPageToken()
      A token identifying a page of results to return.
      com.google.protobuf.ByteString getPageTokenBytes()
      A token identifying a page of results to return.
      • 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 Detail

      • getPageSize

        int getPageSize()
         Requested page size. Defaults to 5000.
         
        int32 page_size = 1;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListServices`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListServices`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Returns:
        The bytes for pageToken.