public interface CreateGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvatarUrl()
A URL for an avatar image.
|
com.google.protobuf.ByteString |
getAvatarUrlBytes()
A URL for an avatar image.
|
java.lang.String |
getDescription()
A description for the group.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description for the group.
|
java.lang.String |
getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
|
com.google.protobuf.ByteString |
getLangTagBytes()
The language expected to be a tag which follows the BCP-47 spec.
|
int |
getMaxCount()
Maximum number of group members.
|
java.lang.String |
getName()
A unique name for the group.
|
com.google.protobuf.ByteString |
getNameBytes()
A unique name for the group.
|
boolean |
getOpen()
Mark a group as open or not where only admins can accept members.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
A unique name for the group.
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
A unique name for the group.
string name = 1 [json_name = "name"];
java.lang.String getDescription()
A description for the group.
string description = 2 [json_name = "description"];
com.google.protobuf.ByteString getDescriptionBytes()
A description for the group.
string description = 2 [json_name = "description"];
java.lang.String getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 3 [json_name = "langTag"];
com.google.protobuf.ByteString getLangTagBytes()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 3 [json_name = "langTag"];
java.lang.String getAvatarUrl()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
com.google.protobuf.ByteString getAvatarUrlBytes()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
boolean getOpen()
Mark a group as open or not where only admins can accept members.
bool open = 5 [json_name = "open"];
int getMaxCount()
Maximum number of group members.
int32 max_count = 6 [json_name = "maxCount"];