public interface UpdateGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.StringValue |
getAvatarUrl()
Avatar URL.
|
com.google.protobuf.StringValueOrBuilder |
getAvatarUrlOrBuilder()
Avatar URL.
|
com.google.protobuf.StringValue |
getDescription()
Description string.
|
com.google.protobuf.StringValueOrBuilder |
getDescriptionOrBuilder()
Description string.
|
java.lang.String |
getGroupId()
The ID of the group to update.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
The ID of the group to update.
|
com.google.protobuf.StringValue |
getLangTag()
Lang tag.
|
com.google.protobuf.StringValueOrBuilder |
getLangTagOrBuilder()
Lang tag.
|
com.google.protobuf.StringValue |
getName()
Name.
|
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
Name.
|
com.google.protobuf.BoolValue |
getOpen()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
|
com.google.protobuf.BoolValueOrBuilder |
getOpenOrBuilder()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
|
boolean |
hasAvatarUrl()
Avatar URL.
|
boolean |
hasDescription()
Description string.
|
boolean |
hasLangTag()
Lang tag.
|
boolean |
hasName()
Name.
|
boolean |
hasOpen()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getGroupId()
The ID of the group to update.
string group_id = 1 [json_name = "groupId"];
com.google.protobuf.ByteString getGroupIdBytes()
The ID of the group to update.
string group_id = 1 [json_name = "groupId"];
boolean hasName()
Name.
.google.protobuf.StringValue name = 2 [json_name = "name"];
com.google.protobuf.StringValue getName()
Name.
.google.protobuf.StringValue name = 2 [json_name = "name"];
com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
Name.
.google.protobuf.StringValue name = 2 [json_name = "name"];
boolean hasDescription()
Description string.
.google.protobuf.StringValue description = 3 [json_name = "description"];
com.google.protobuf.StringValue getDescription()
Description string.
.google.protobuf.StringValue description = 3 [json_name = "description"];
com.google.protobuf.StringValueOrBuilder getDescriptionOrBuilder()
Description string.
.google.protobuf.StringValue description = 3 [json_name = "description"];
boolean hasLangTag()
Lang tag.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
com.google.protobuf.StringValue getLangTag()
Lang tag.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
com.google.protobuf.StringValueOrBuilder getLangTagOrBuilder()
Lang tag.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
boolean hasAvatarUrl()
Avatar URL.
.google.protobuf.StringValue avatar_url = 5 [json_name = "avatarUrl"];
com.google.protobuf.StringValue getAvatarUrl()
Avatar URL.
.google.protobuf.StringValue avatar_url = 5 [json_name = "avatarUrl"];
com.google.protobuf.StringValueOrBuilder getAvatarUrlOrBuilder()
Avatar URL.
.google.protobuf.StringValue avatar_url = 5 [json_name = "avatarUrl"];
boolean hasOpen()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
.google.protobuf.BoolValue open = 6 [json_name = "open"];
com.google.protobuf.BoolValue getOpen()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
.google.protobuf.BoolValue open = 6 [json_name = "open"];
com.google.protobuf.BoolValueOrBuilder getOpenOrBuilder()
Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
.google.protobuf.BoolValue open = 6 [json_name = "open"];