Package com.nhn.gameanvil.protocol
Interface Base.MatchPartyStartReqOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.MatchPartyStartReq
,Base.MatchPartyStartReq.Builder
- Enclosing class:
- Base
public static interface Base.MatchPartyStartReqOrBuilder 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 = 2;
com.google.protobuf.ByteString
getMatchingGroupBytes()
string matching_group = 2;
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;
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.
-
getMatchingGroup
java.lang.String getMatchingGroup()
string matching_group = 2;
- Returns:
- The matchingGroup.
-
getMatchingGroupBytes
com.google.protobuf.ByteString getMatchingGroupBytes()
string matching_group = 2;
- Returns:
- The bytes for matchingGroup.
-
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;
-
-