public interface GroupOrBuilder
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.
|
com.google.protobuf.Timestamp |
getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
|
java.lang.String |
getCreatorId()
The id of the user who created the group.
|
com.google.protobuf.ByteString |
getCreatorIdBytes()
The id of the user who created the group.
|
java.lang.String |
getDescription()
A description for the group.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description for the group.
|
int |
getEdgeCount()
The current count of all members in the group.
|
java.lang.String |
getId()
The id of a group.
|
com.google.protobuf.ByteString |
getIdBytes()
The id of a 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()
The maximum number of members allowed.
|
java.lang.String |
getMetadata()
Additional information stored as a JSON object.
|
com.google.protobuf.ByteString |
getMetadataBytes()
Additional information stored as a JSON object.
|
java.lang.String |
getName()
The unique name of the group.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the group.
|
com.google.protobuf.BoolValue |
getOpen()
Anyone can join open groups, otherwise only admins can accept members.
|
com.google.protobuf.BoolValueOrBuilder |
getOpenOrBuilder()
Anyone can join open groups, otherwise only admins can accept members.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
|
boolean |
hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
|
boolean |
hasOpen()
Anyone can join open groups, otherwise only admins can accept members.
|
boolean |
hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getId()
The id of a group.
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString getIdBytes()
The id of a group.
string id = 1 [json_name = "id"];
java.lang.String getCreatorId()
The id of the user who created the group.
string creator_id = 2 [json_name = "creatorId"];
com.google.protobuf.ByteString getCreatorIdBytes()
The id of the user who created the group.
string creator_id = 2 [json_name = "creatorId"];
java.lang.String getName()
The unique name of the group.
string name = 3 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
The unique name of the group.
string name = 3 [json_name = "name"];
java.lang.String getDescription()
A description for the group.
string description = 4 [json_name = "description"];
com.google.protobuf.ByteString getDescriptionBytes()
A description for the group.
string description = 4 [json_name = "description"];
java.lang.String getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
com.google.protobuf.ByteString getLangTagBytes()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
java.lang.String getMetadata()
Additional information stored as a JSON object.
string metadata = 6 [json_name = "metadata"];
com.google.protobuf.ByteString getMetadataBytes()
Additional information stored as a JSON object.
string metadata = 6 [json_name = "metadata"];
java.lang.String getAvatarUrl()
A URL for an avatar image.
string avatar_url = 7 [json_name = "avatarUrl"];
com.google.protobuf.ByteString getAvatarUrlBytes()
A URL for an avatar image.
string avatar_url = 7 [json_name = "avatarUrl"];
boolean hasOpen()
Anyone can join open groups, otherwise only admins can accept members.
.google.protobuf.BoolValue open = 8 [json_name = "open"];
com.google.protobuf.BoolValue getOpen()
Anyone can join open groups, otherwise only admins can accept members.
.google.protobuf.BoolValue open = 8 [json_name = "open"];
com.google.protobuf.BoolValueOrBuilder getOpenOrBuilder()
Anyone can join open groups, otherwise only admins can accept members.
.google.protobuf.BoolValue open = 8 [json_name = "open"];
int getEdgeCount()
The current count of all members in the group.
int32 edge_count = 9 [json_name = "edgeCount"];
int getMaxCount()
The maximum number of members allowed.
int32 max_count = 10 [json_name = "maxCount"];
boolean hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
.google.protobuf.Timestamp create_time = 11 [json_name = "createTime"];
com.google.protobuf.Timestamp getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
.google.protobuf.Timestamp create_time = 11 [json_name = "createTime"];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
.google.protobuf.Timestamp create_time = 11 [json_name = "createTime"];
boolean hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
.google.protobuf.Timestamp update_time = 12 [json_name = "updateTime"];
com.google.protobuf.Timestamp getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
.google.protobuf.Timestamp update_time = 12 [json_name = "updateTime"];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
.google.protobuf.Timestamp update_time = 12 [json_name = "updateTime"];