Package com.nhn.gameanvil.protocol
Interface Base.AuthenticationResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.AuthenticationRes
,Base.AuthenticationRes.Builder
- Enclosing class:
- Base
public static interface Base.AuthenticationResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsProtobufNumbers(java.lang.String key)
<protobufName, number>boolean
containsServiceIds(java.lang.String key)
<serviceName, serviceId>java.lang.String
getMessage()
string message = 4;
com.google.protobuf.ByteString
getMessageBytes()
string message = 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;
java.util.Map<java.lang.String,java.lang.Integer>
getProtobufNumbers()
Deprecated.int
getProtobufNumbersCount()
<protobufName, number>java.util.Map<java.lang.String,java.lang.Integer>
getProtobufNumbersMap()
<protobufName, number>int
getProtobufNumbersOrDefault(java.lang.String key, int defaultValue)
<protobufName, number>int
getProtobufNumbersOrThrow(java.lang.String key)
<protobufName, number>java.util.Map<java.lang.String,java.lang.Integer>
getServiceIds()
Deprecated.int
getServiceIdsCount()
<serviceName, serviceId>java.util.Map<java.lang.String,java.lang.Integer>
getServiceIdsMap()
<serviceName, serviceId>int
getServiceIdsOrDefault(java.lang.String key, int defaultValue)
<serviceName, serviceId>int
getServiceIdsOrThrow(java.lang.String key)
<serviceName, serviceId>Base.LoginedUserInfo
getUserList(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
int
getUserListCount()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
java.util.List<Base.LoginedUserInfo>
getUserListList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
Base.LoginedUserInfoOrBuilder
getUserListOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
java.util.List<? extends Base.LoginedUserInfoOrBuilder>
getUserListOrBuilderList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
getUserListList
java.util.List<Base.LoginedUserInfo> getUserListList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
getUserList
Base.LoginedUserInfo getUserList(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
getUserListCount
int getUserListCount()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
getUserListOrBuilderList
java.util.List<? extends Base.LoginedUserInfoOrBuilder> getUserListOrBuilderList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
getUserListOrBuilder
Base.LoginedUserInfoOrBuilder getUserListOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
-
getMessage
java.lang.String getMessage()
string message = 4;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 4;
- Returns:
- The bytes for message.
-
getServiceIdsCount
int getServiceIdsCount()
<serviceName, serviceId>
map<string, int32> service_ids = 5;
-
containsServiceIds
boolean containsServiceIds(java.lang.String key)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
-
getServiceIds
@Deprecated java.util.Map<java.lang.String,java.lang.Integer> getServiceIds()
Deprecated.UsegetServiceIdsMap()
instead.
-
getServiceIdsMap
java.util.Map<java.lang.String,java.lang.Integer> getServiceIdsMap()
<serviceName, serviceId>
map<string, int32> service_ids = 5;
-
getServiceIdsOrDefault
int getServiceIdsOrDefault(java.lang.String key, int defaultValue)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
-
getServiceIdsOrThrow
int getServiceIdsOrThrow(java.lang.String key)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
-
getProtobufNumbersCount
int getProtobufNumbersCount()
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
-
containsProtobufNumbers
boolean containsProtobufNumbers(java.lang.String key)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
-
getProtobufNumbers
@Deprecated java.util.Map<java.lang.String,java.lang.Integer> getProtobufNumbers()
Deprecated.UsegetProtobufNumbersMap()
instead.
-
getProtobufNumbersMap
java.util.Map<java.lang.String,java.lang.Integer> getProtobufNumbersMap()
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
-
getProtobufNumbersOrDefault
int getProtobufNumbersOrDefault(java.lang.String key, int defaultValue)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
-
getProtobufNumbersOrThrow
int getProtobufNumbersOrThrow(java.lang.String key)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
-
-