Package com.nhn.gameanvil.protocol
Class Base.AuthenticationReq.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
- com.nhn.gameanvil.protocol.Base.AuthenticationReq.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Base.AuthenticationReqOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Base.AuthenticationReq
public static final class Base.AuthenticationReq.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder> implements Base.AuthenticationReqOrBuilder
Protobuf typecom.nhn.gameanvil.protocol.AuthenticationReq
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Base.AuthenticationReq.Builder
addAllPayload(java.lang.Iterable<? extends Base.Payload> values)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
addPayload(int index, Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
addPayload(int index, Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
addPayload(Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
addPayload(Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.Payload.Builder
addPayloadBuilder()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.Payload.Builder
addPayloadBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Base.AuthenticationReq
build()
Base.AuthenticationReq
buildPartial()
Base.AuthenticationReq.Builder
clear()
Base.AuthenticationReq.Builder
clearAccountId()
string account_id = 1;
Base.AuthenticationReq.Builder
clearDeviceId()
int32 cid = 3;Base.AuthenticationReq.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Base.AuthenticationReq.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Base.AuthenticationReq.Builder
clearPassword()
string password = 2;
Base.AuthenticationReq.Builder
clearPayload()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
clone()
java.lang.String
getAccountId()
string account_id = 1;
com.google.protobuf.ByteString
getAccountIdBytes()
string account_id = 1;
Base.AuthenticationReq
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getDeviceId()
int32 cid = 3;com.google.protobuf.ByteString
getDeviceIdBytes()
int32 cid = 3;java.lang.String
getPassword()
string password = 2;
com.google.protobuf.ByteString
getPasswordBytes()
string password = 2;
Base.Payload
getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.Payload.Builder
getPayloadBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
java.util.List<Base.Payload.Builder>
getPayloadBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
int
getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
java.util.List<Base.Payload>
getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.PayloadOrBuilder
getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
java.util.List<? extends Base.PayloadOrBuilder>
getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Base.AuthenticationReq.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Base.AuthenticationReq.Builder
mergeFrom(com.google.protobuf.Message other)
Base.AuthenticationReq.Builder
mergeFrom(Base.AuthenticationReq other)
Base.AuthenticationReq.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Base.AuthenticationReq.Builder
removePayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
setAccountId(java.lang.String value)
string account_id = 1;
Base.AuthenticationReq.Builder
setAccountIdBytes(com.google.protobuf.ByteString value)
string account_id = 1;
Base.AuthenticationReq.Builder
setDeviceId(java.lang.String value)
int32 cid = 3;Base.AuthenticationReq.Builder
setDeviceIdBytes(com.google.protobuf.ByteString value)
int32 cid = 3;Base.AuthenticationReq.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Base.AuthenticationReq.Builder
setPassword(java.lang.String value)
string password = 2;
Base.AuthenticationReq.Builder
setPasswordBytes(com.google.protobuf.ByteString value)
string password = 2;
Base.AuthenticationReq.Builder
setPayload(int index, Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
setPayload(int index, Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.AuthenticationReq.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Base.AuthenticationReq.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
clear
public Base.AuthenticationReq.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
getDefaultInstanceForType
public Base.AuthenticationReq getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Base.AuthenticationReq build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Base.AuthenticationReq buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Base.AuthenticationReq.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
setField
public Base.AuthenticationReq.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
clearField
public Base.AuthenticationReq.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
clearOneof
public Base.AuthenticationReq.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
setRepeatedField
public Base.AuthenticationReq.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
addRepeatedField
public Base.AuthenticationReq.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
mergeFrom
public Base.AuthenticationReq.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Base.AuthenticationReq.Builder>
-
mergeFrom
public Base.AuthenticationReq.Builder mergeFrom(Base.AuthenticationReq other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
mergeFrom
public Base.AuthenticationReq.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Base.AuthenticationReq.Builder>
- Throws:
java.io.IOException
-
getAccountId
public java.lang.String getAccountId()
string account_id = 1;
- Specified by:
getAccountId
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The accountId.
-
getAccountIdBytes
public com.google.protobuf.ByteString getAccountIdBytes()
string account_id = 1;
- Specified by:
getAccountIdBytes
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The bytes for accountId.
-
setAccountId
public Base.AuthenticationReq.Builder setAccountId(java.lang.String value)
string account_id = 1;
- Parameters:
value
- The accountId to set.- Returns:
- This builder for chaining.
-
clearAccountId
public Base.AuthenticationReq.Builder clearAccountId()
string account_id = 1;
- Returns:
- This builder for chaining.
-
setAccountIdBytes
public Base.AuthenticationReq.Builder setAccountIdBytes(com.google.protobuf.ByteString value)
string account_id = 1;
- Parameters:
value
- The bytes for accountId to set.- Returns:
- This builder for chaining.
-
getPassword
public java.lang.String getPassword()
string password = 2;
- Specified by:
getPassword
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The password.
-
getPasswordBytes
public com.google.protobuf.ByteString getPasswordBytes()
string password = 2;
- Specified by:
getPasswordBytes
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The bytes for password.
-
setPassword
public Base.AuthenticationReq.Builder setPassword(java.lang.String value)
string password = 2;
- Parameters:
value
- The password to set.- Returns:
- This builder for chaining.
-
clearPassword
public Base.AuthenticationReq.Builder clearPassword()
string password = 2;
- Returns:
- This builder for chaining.
-
setPasswordBytes
public Base.AuthenticationReq.Builder setPasswordBytes(com.google.protobuf.ByteString value)
string password = 2;
- Parameters:
value
- The bytes for password to set.- Returns:
- This builder for chaining.
-
getDeviceId
public java.lang.String getDeviceId()
int32 cid = 3;
string device_id = 4;
- Specified by:
getDeviceId
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The deviceId.
-
getDeviceIdBytes
public com.google.protobuf.ByteString getDeviceIdBytes()
int32 cid = 3;
string device_id = 4;
- Specified by:
getDeviceIdBytes
in interfaceBase.AuthenticationReqOrBuilder
- Returns:
- The bytes for deviceId.
-
setDeviceId
public Base.AuthenticationReq.Builder setDeviceId(java.lang.String value)
int32 cid = 3;
string device_id = 4;
- Parameters:
value
- The deviceId to set.- Returns:
- This builder for chaining.
-
clearDeviceId
public Base.AuthenticationReq.Builder clearDeviceId()
int32 cid = 3;
string device_id = 4;
- Returns:
- This builder for chaining.
-
setDeviceIdBytes
public Base.AuthenticationReq.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
int32 cid = 3;
string device_id = 4;
- Parameters:
value
- The bytes for deviceId to set.- Returns:
- This builder for chaining.
-
getPayloadList
public java.util.List<Base.Payload> getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
- Specified by:
getPayloadList
in interfaceBase.AuthenticationReqOrBuilder
-
getPayloadCount
public int getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
- Specified by:
getPayloadCount
in interfaceBase.AuthenticationReqOrBuilder
-
getPayload
public Base.Payload getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
- Specified by:
getPayload
in interfaceBase.AuthenticationReqOrBuilder
-
setPayload
public Base.AuthenticationReq.Builder setPayload(int index, Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
setPayload
public Base.AuthenticationReq.Builder setPayload(int index, Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addPayload
public Base.AuthenticationReq.Builder addPayload(Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addPayload
public Base.AuthenticationReq.Builder addPayload(int index, Base.Payload value)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addPayload
public Base.AuthenticationReq.Builder addPayload(Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addPayload
public Base.AuthenticationReq.Builder addPayload(int index, Base.Payload.Builder builderForValue)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addAllPayload
public Base.AuthenticationReq.Builder addAllPayload(java.lang.Iterable<? extends Base.Payload> values)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
clearPayload
public Base.AuthenticationReq.Builder clearPayload()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
removePayload
public Base.AuthenticationReq.Builder removePayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadBuilder
public Base.Payload.Builder getPayloadBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadOrBuilder
public Base.PayloadOrBuilder getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
- Specified by:
getPayloadOrBuilder
in interfaceBase.AuthenticationReqOrBuilder
-
getPayloadOrBuilderList
public java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
- Specified by:
getPayloadOrBuilderList
in interfaceBase.AuthenticationReqOrBuilder
-
addPayloadBuilder
public Base.Payload.Builder addPayloadBuilder()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
addPayloadBuilder
public Base.Payload.Builder addPayloadBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadBuilderList
public java.util.List<Base.Payload.Builder> getPayloadBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
setUnknownFields
public final Base.AuthenticationReq.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
mergeUnknownFields
public final Base.AuthenticationReq.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.AuthenticationReq.Builder>
-
-