Interface ListSubscribersRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAccount()
      Required.
      com.google.protobuf.ByteString getAccountBytes()
      Required.
      int getPageSize()
      Optional.
      String getPageToken()
      Optional.
      com.google.protobuf.ByteString getPageTokenBytes()
      Optional.
      • 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

      • getAccount

        String getAccount()
         Required. Resource name of the account.
         
        string account = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The account.
      • getAccountBytes

        com.google.protobuf.ByteString getAccountBytes()
         Required. Resource name of the account.
         
        string account = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for account.
      • getPageSize

        int getPageSize()
         Optional. The maximum number of service accounts to return. The service may
         return fewer than this value. If unspecified, returns at most 100 service
         accounts. The maximum value is 1000; the server will coerce values above
         1000.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Optional. A page token, received from a previous `ListSubscribers` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to `ListSubscribers` must
         match the call that provided the page token.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A page token, received from a previous `ListSubscribers` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to `ListSubscribers` must
         match the call that provided the page token.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for pageToken.