Package com.nhn.gameanvil.protocol
Interface Base.MatchRoomReqOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.MatchRoomReq
,Base.MatchRoomReq.Builder
- Enclosing class:
- Base
public static interface Base.MatchRoomReqOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCreate()
bool create = 2;
Base.Payload
getLeaveRoomPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
int
getLeaveRoomPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
java.util.List<Base.Payload>
getLeaveRoomPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
Base.PayloadOrBuilder
getLeaveRoomPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
java.util.List<? extends Base.PayloadOrBuilder>
getLeaveRoomPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
java.lang.String
getMatchingGroup()
string matching_group = 7;
com.google.protobuf.ByteString
getMatchingGroupBytes()
string matching_group = 7;
java.lang.String
getMatchingUserCategory()
string matching_user_category = 8;
com.google.protobuf.ByteString
getMatchingUserCategoryBytes()
string matching_user_category = 8;
boolean
getMoveRoom()
bool move_room = 5;
Base.Payload
getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
int
getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
java.util.List<Base.Payload>
getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
Base.PayloadOrBuilder
getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
java.util.List<? extends Base.PayloadOrBuilder>
getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
int
getRoomId()
int32 room_id = 1;
java.lang.String
getRoomType()
string room_type = 4;
com.google.protobuf.ByteString
getRoomTypeBytes()
string room_type = 4;
-
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.
-
getCreate
boolean getCreate()
bool create = 2;
- Returns:
- The create.
-
getPayloadList
java.util.List<Base.Payload> getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
-
getPayload
Base.Payload getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
-
getPayloadCount
int getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
-
getPayloadOrBuilderList
java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
-
getPayloadOrBuilder
Base.PayloadOrBuilder getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 3;
-
getRoomType
java.lang.String getRoomType()
string room_type = 4;
- Returns:
- The roomType.
-
getRoomTypeBytes
com.google.protobuf.ByteString getRoomTypeBytes()
string room_type = 4;
- Returns:
- The bytes for roomType.
-
getMoveRoom
boolean getMoveRoom()
bool move_room = 5;
- Returns:
- The moveRoom.
-
getLeaveRoomPayloadList
java.util.List<Base.Payload> getLeaveRoomPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
-
getLeaveRoomPayload
Base.Payload getLeaveRoomPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
-
getLeaveRoomPayloadCount
int getLeaveRoomPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
-
getLeaveRoomPayloadOrBuilderList
java.util.List<? extends Base.PayloadOrBuilder> getLeaveRoomPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
-
getLeaveRoomPayloadOrBuilder
Base.PayloadOrBuilder getLeaveRoomPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload leave_room_payload = 6;
-
getMatchingGroup
java.lang.String getMatchingGroup()
string matching_group = 7;
- Returns:
- The matchingGroup.
-
getMatchingGroupBytes
com.google.protobuf.ByteString getMatchingGroupBytes()
string matching_group = 7;
- Returns:
- The bytes for matchingGroup.
-
getMatchingUserCategory
java.lang.String getMatchingUserCategory()
string matching_user_category = 8;
- Returns:
- The matchingUserCategory.
-
getMatchingUserCategoryBytes
com.google.protobuf.ByteString getMatchingUserCategoryBytes()
string matching_user_category = 8;
- Returns:
- The bytes for matchingUserCategory.
-
-