Interface AddGroupUsersRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The group to add users to.
    com.google.protobuf.ByteString
    The group to add users to.
    getUserIds(int index)
    The users to add.
    com.google.protobuf.ByteString
    getUserIdsBytes(int index)
    The users to add.
    int
    The users to add.
    The users to add.

    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 to add users to.
       
      string group_id = 1;
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
       The group to add users to.
       
      string group_id = 1;
      Returns:
      The bytes for groupId.
    • getUserIdsList

      List<String> getUserIdsList()
       The users to add.
       
      repeated string user_ids = 2;
      Returns:
      A list containing the userIds.
    • getUserIdsCount

      int getUserIdsCount()
       The users to add.
       
      repeated string user_ids = 2;
      Returns:
      The count of userIds.
    • getUserIds

      String getUserIds(int index)
       The users to add.
       
      repeated string user_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The userIds at the given index.
    • getUserIdsBytes

      com.google.protobuf.ByteString getUserIdsBytes(int index)
       The users to add.
       
      repeated string user_ids = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userIds at the given index.