Package com.nhn.gameanvil.protocol
Interface Base.JoinRoomReqOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.JoinRoomReq
,Base.JoinRoomReq.Builder
- Enclosing class:
- Base
public static interface Base.JoinRoomReqOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMatchingUserCategory()
string matching_user_category = 4;
com.google.protobuf.ByteString
getMatchingUserCategoryBytes()
string matching_user_category = 4;
Base.Payload
getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
int
getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
java.util.List<Base.Payload>
getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
Base.PayloadOrBuilder
getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
java.util.List<? extends Base.PayloadOrBuilder>
getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
int
getRoomId()
int32 room_id = 1;
java.lang.String
getRoomType()
string room_type = 3;
com.google.protobuf.ByteString
getRoomTypeBytes()
string room_type = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRoomId
int getRoomId()
int32 room_id = 1;
- Returns:
- The roomId.
-
getPayloadList
java.util.List<Base.Payload> getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
-
getPayload
Base.Payload getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
-
getPayloadCount
int getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
-
getPayloadOrBuilderList
java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
-
getPayloadOrBuilder
Base.PayloadOrBuilder getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
-
getRoomType
java.lang.String getRoomType()
string room_type = 3;
- Returns:
- The roomType.
-
getRoomTypeBytes
com.google.protobuf.ByteString getRoomTypeBytes()
string room_type = 3;
- Returns:
- The bytes for roomType.
-
getMatchingUserCategory
java.lang.String getMatchingUserCategory()
string matching_user_category = 4;
- Returns:
- The matchingUserCategory.
-
getMatchingUserCategoryBytes
com.google.protobuf.ByteString getMatchingUserCategoryBytes()
string matching_user_category = 4;
- Returns:
- The bytes for matchingUserCategory.
-
-