Interface GetUserGroupMembersRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:GetUserGroupMembersRequestOrBuilder.java.pb.meta") public interface GetUserGroupMembersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The group id to list members of.
    com.google.protobuf.ByteString
    The group id to list members of.
    int
    The requested size of the page to retrieve - optional.
    The page token if this is continuing from another response - optional.
    com.google.protobuf.ByteString
    The page token if this is continuing from another response - 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 Details

    • getPageSize

      int getPageSize()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      The bytes for pageToken.
    • getGroupId

      String getGroupId()
       The group id to list members of.
       
      string group_id = 3;
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
       The group id to list members of.
       
      string group_id = 3;
      Returns:
      The bytes for groupId.