public static interface Room.RoomCreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContactIds(int index)
repeated string contact_ids = 1; |
com.google.protobuf.ByteString |
getContactIdsBytes(int index)
repeated string contact_ids = 1; |
int |
getContactIdsCount()
repeated string contact_ids = 1; |
List<String> |
getContactIdsList()
repeated string contact_ids = 1; |
String |
getTopic()
string topic = 2; |
com.google.protobuf.ByteString |
getTopicBytes()
string topic = 2; |
List<String> getContactIdsList()
repeated string contact_ids = 1;int getContactIdsCount()
repeated string contact_ids = 1;String getContactIds(int index)
repeated string contact_ids = 1;index - The index of the element to return.com.google.protobuf.ByteString getContactIdsBytes(int index)
repeated string contact_ids = 1;index - The index of the value to return.String getTopic()
string topic = 2;com.google.protobuf.ByteString getTopicBytes()
string topic = 2;Copyright © 2020. All rights reserved.