Interface ListGroupUsersRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    An optional next page cursor.
    com.google.protobuf.ByteString
    An optional next page cursor.
    The group ID to list from.
    com.google.protobuf.ByteString
    The group ID to list from.
    Max number of records to return.
    Max number of records to return.
    The group user state to list.
    The group user state to list.
    boolean
    Max number of records to return.
    boolean
    The group user state to list.

    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

    • getGroupId

      String getGroupId()
       The group ID to list from.
       
      string group_id = 1;
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
       The group ID to list from.
       
      string group_id = 1;
      Returns:
      The bytes for groupId.
    • hasLimit

      boolean hasLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 2;
      Returns:
      Whether the limit field is set.
    • getLimit

      Int32Value getLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 2;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 2;
    • hasState

      boolean hasState()
       The group user state to list.
       
      .google.protobuf.Int32Value state = 3;
      Returns:
      Whether the state field is set.
    • getState

      Int32Value getState()
       The group user state to list.
       
      .google.protobuf.Int32Value state = 3;
      Returns:
      The state.
    • getStateOrBuilder

      Int32ValueOrBuilder getStateOrBuilder()
       The group user state to list.
       
      .google.protobuf.Int32Value state = 3;
    • getCursor

      String getCursor()
       An optional next page cursor.
       
      string cursor = 4;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       An optional next page cursor.
       
      string cursor = 4;
      Returns:
      The bytes for cursor.