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