public static final class RpcClient.LoginRequest extends com.google.protobuf.GeneratedMessage implements RpcClient.LoginRequestOrBuilder
LoginRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RpcClient.LoginRequest.Builder
Protobuf type
LoginRequest |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
APPID_FIELD_NUMBER |
static int |
CLIENTID_FIELD_NUMBER |
static int |
LOCALE_FIELD_NUMBER |
static com.google.protobuf.Parser<RpcClient.LoginRequest> |
PARSER |
static int |
PASSWORD_FIELD_NUMBER |
static int |
USERNAME_FIELD_NUMBER |
static int |
VERSIONID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
required string appId = 1; |
com.google.protobuf.ByteString |
getAppIdBytes()
required string appId = 1; |
String |
getClientId()
required string clientId = 2; |
com.google.protobuf.ByteString |
getClientIdBytes()
required string clientId = 2; |
static RpcClient.LoginRequest |
getDefaultInstance() |
RpcClient.LoginRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RpcClient.Locale |
getLocale()
required .Locale locale = 3; |
RpcClient.LocaleOrBuilder |
getLocaleOrBuilder()
required .Locale locale = 3; |
com.google.protobuf.Parser<RpcClient.LoginRequest> |
getParserForType() |
String |
getPassword()
required string password = 6; |
com.google.protobuf.ByteString |
getPasswordBytes()
required string password = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUsername()
required string username = 5; |
com.google.protobuf.ByteString |
getUsernameBytes()
required string username = 5; |
String |
getVersionId()
required string versionId = 4; |
com.google.protobuf.ByteString |
getVersionIdBytes()
required string versionId = 4; |
boolean |
hasAppId()
required string appId = 1; |
boolean |
hasClientId()
required string clientId = 2; |
boolean |
hasLocale()
required .Locale locale = 3; |
boolean |
hasPassword()
required string password = 6; |
boolean |
hasUsername()
required string username = 5; |
boolean |
hasVersionId()
required string versionId = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RpcClient.LoginRequest.Builder |
newBuilder() |
static RpcClient.LoginRequest.Builder |
newBuilder(RpcClient.LoginRequest prototype) |
RpcClient.LoginRequest.Builder |
newBuilderForType() |
protected RpcClient.LoginRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RpcClient.LoginRequest |
parseDelimitedFrom(InputStream input) |
static RpcClient.LoginRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RpcClient.LoginRequest |
parseFrom(byte[] data) |
static RpcClient.LoginRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RpcClient.LoginRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RpcClient.LoginRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RpcClient.LoginRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RpcClient.LoginRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RpcClient.LoginRequest |
parseFrom(InputStream input) |
static RpcClient.LoginRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.LoginRequest.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<RpcClient.LoginRequest> PARSER
public static final int APPID_FIELD_NUMBER
public static final int CLIENTID_FIELD_NUMBER
public static final int LOCALE_FIELD_NUMBER
public static final int VERSIONID_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
public static RpcClient.LoginRequest getDefaultInstance()
public RpcClient.LoginRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RpcClient.LoginRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasAppId()
required string appId = 1;hasAppId in interface RpcClient.LoginRequestOrBuilderpublic String getAppId()
required string appId = 1;getAppId in interface RpcClient.LoginRequestOrBuilderpublic com.google.protobuf.ByteString getAppIdBytes()
required string appId = 1;getAppIdBytes in interface RpcClient.LoginRequestOrBuilderpublic boolean hasClientId()
required string clientId = 2;hasClientId in interface RpcClient.LoginRequestOrBuilderpublic String getClientId()
required string clientId = 2;getClientId in interface RpcClient.LoginRequestOrBuilderpublic com.google.protobuf.ByteString getClientIdBytes()
required string clientId = 2;getClientIdBytes in interface RpcClient.LoginRequestOrBuilderpublic boolean hasLocale()
required .Locale locale = 3;hasLocale in interface RpcClient.LoginRequestOrBuilderpublic RpcClient.Locale getLocale()
required .Locale locale = 3;getLocale in interface RpcClient.LoginRequestOrBuilderpublic RpcClient.LocaleOrBuilder getLocaleOrBuilder()
required .Locale locale = 3;getLocaleOrBuilder in interface RpcClient.LoginRequestOrBuilderpublic boolean hasVersionId()
required string versionId = 4;hasVersionId in interface RpcClient.LoginRequestOrBuilderpublic String getVersionId()
required string versionId = 4;getVersionId in interface RpcClient.LoginRequestOrBuilderpublic com.google.protobuf.ByteString getVersionIdBytes()
required string versionId = 4;getVersionIdBytes in interface RpcClient.LoginRequestOrBuilderpublic boolean hasUsername()
required string username = 5;hasUsername in interface RpcClient.LoginRequestOrBuilderpublic String getUsername()
required string username = 5;getUsername in interface RpcClient.LoginRequestOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
required string username = 5;getUsernameBytes in interface RpcClient.LoginRequestOrBuilderpublic boolean hasPassword()
required string password = 6;hasPassword in interface RpcClient.LoginRequestOrBuilderpublic String getPassword()
required string password = 6;getPassword in interface RpcClient.LoginRequestOrBuilderpublic com.google.protobuf.ByteString getPasswordBytes()
required string password = 6;getPasswordBytes in interface RpcClient.LoginRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static RpcClient.LoginRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RpcClient.LoginRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RpcClient.LoginRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RpcClient.LoginRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RpcClient.LoginRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RpcClient.LoginRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RpcClient.LoginRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RpcClient.LoginRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RpcClient.LoginRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RpcClient.LoginRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RpcClient.LoginRequest.Builder newBuilder()
public RpcClient.LoginRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RpcClient.LoginRequest.Builder newBuilder(RpcClient.LoginRequest prototype)
public RpcClient.LoginRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RpcClient.LoginRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015. All Rights Reserved.