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