public interface PromoteGroupUsersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupId()
The group ID to promote in.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
The group ID to promote in.
|
java.lang.String |
getUserIds(int index)
The users to promote.
|
com.google.protobuf.ByteString |
getUserIdsBytes(int index)
The users to promote.
|
int |
getUserIdsCount()
The users to promote.
|
java.util.List<java.lang.String> |
getUserIdsList()
The users to promote.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getGroupId()
The group ID to promote in.
string group_id = 1 [json_name = "groupId"];com.google.protobuf.ByteString getGroupIdBytes()
The group ID to promote in.
string group_id = 1 [json_name = "groupId"];java.util.List<java.lang.String> getUserIdsList()
The users to promote.
repeated string user_ids = 2 [json_name = "userIds"];int getUserIdsCount()
The users to promote.
repeated string user_ids = 2 [json_name = "userIds"];java.lang.String getUserIds(int index)
The users to promote.
repeated string user_ids = 2 [json_name = "userIds"];index - The index of the element to return.com.google.protobuf.ByteString getUserIdsBytes(int index)
The users to promote.
repeated string user_ids = 2 [json_name = "userIds"];index - The index of the value to return.