Interface ListUserGroupsRequestOrBuilder

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

public interface ListUserGroupsRequestOrBuilder 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.
    Max number of records to return.
    Max number of records to return.
    The user group state to list.
    The user group state to list.
    ID of the user.
    com.google.protobuf.ByteString
    ID of the user.
    boolean
    Max number of records to return.
    boolean
    The user group 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

    • getUserId

      String getUserId()
       ID of the user.
       
      string user_id = 1;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
       ID of the user.
       
      string user_id = 1;
      Returns:
      The bytes for userId.
    • 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 user group state to list.
       
      .google.protobuf.Int32Value state = 3;
      Returns:
      Whether the state field is set.
    • getState

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

      Int32ValueOrBuilder getStateOrBuilder()
       The user group 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.