public static interface Room.RoomPayloadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAdminIds(int index)
repeated string admin_ids = 5; |
com.google.protobuf.ByteString |
getAdminIdsBytes(int index)
repeated string admin_ids = 5; |
int |
getAdminIdsCount()
repeated string admin_ids = 5; |
List<String> |
getAdminIdsList()
repeated string admin_ids = 5; |
String |
getAvatar()
string avatar = 3; |
com.google.protobuf.ByteString |
getAvatarBytes()
string avatar = 3; |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getMemberIds(int index)
repeated string member_ids = 6; |
com.google.protobuf.ByteString |
getMemberIdsBytes(int index)
repeated string member_ids = 6; |
int |
getMemberIdsCount()
repeated string member_ids = 6; |
List<String> |
getMemberIdsList()
repeated string member_ids = 6; |
String |
getOwnerId()
string owner_id = 4; |
com.google.protobuf.ByteString |
getOwnerIdBytes()
string owner_id = 4; |
String |
getTopic()
string topic = 2; |
com.google.protobuf.ByteString |
getTopicBytes()
string topic = 2; |
String getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;String getTopic()
string topic = 2;com.google.protobuf.ByteString getTopicBytes()
string topic = 2;String getAvatar()
string avatar = 3;com.google.protobuf.ByteString getAvatarBytes()
string avatar = 3;String getOwnerId()
string owner_id = 4;com.google.protobuf.ByteString getOwnerIdBytes()
string owner_id = 4;List<String> getAdminIdsList()
repeated string admin_ids = 5;int getAdminIdsCount()
repeated string admin_ids = 5;String getAdminIds(int index)
repeated string admin_ids = 5;index - The index of the element to return.com.google.protobuf.ByteString getAdminIdsBytes(int index)
repeated string admin_ids = 5;index - The index of the value to return.List<String> getMemberIdsList()
repeated string member_ids = 6;int getMemberIdsCount()
repeated string member_ids = 6;String getMemberIds(int index)
repeated string member_ids = 6;index - The index of the element to return.com.google.protobuf.ByteString getMemberIdsBytes(int index)
repeated string member_ids = 6;index - The index of the value to return.Copyright © 2020. All rights reserved.