Interface KickGroupUsersRequestOrBuilder

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

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

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

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

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

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

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

      String getUserIds(int index)
       The users to kick.
       
      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 kick.
       
      repeated string user_ids = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userIds at the given index.