Interface PromoteGroupUsersRequestOrBuilder

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

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

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

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

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

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

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

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