public final class LoginRequest extends com.google.protobuf.GeneratedMessageV3 implements LoginRequestOrBuilder
appscode.auth.v1beta1.LoginRequest| Modifier and Type | Class and Description |
|---|---|
static class |
LoginRequest.Builder
Protobuf type
appscode.auth.v1beta1.LoginRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ISSUE_TOKEN_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
PASSWORD_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
static int |
USERNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static LoginRequest |
getDefaultInstance() |
LoginRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIssueToken()
bool issue_token = 5; |
java.lang.String |
getNamespace()
string namespace = 1; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 1; |
com.google.protobuf.Parser<LoginRequest> |
getParserForType() |
java.lang.String |
getPassword()
string password = 3; |
com.google.protobuf.ByteString |
getPasswordBytes()
string password = 3; |
int |
getSerializedSize() |
java.lang.String |
getToken()
string token = 4; |
com.google.protobuf.ByteString |
getTokenBytes()
string token = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getUsername()
string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
string username = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LoginRequest.Builder |
newBuilder() |
static LoginRequest.Builder |
newBuilder(LoginRequest prototype) |
LoginRequest.Builder |
newBuilderForType() |
protected LoginRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static LoginRequest |
parseDelimitedFrom(java.io.InputStream input) |
static LoginRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoginRequest |
parseFrom(byte[] data) |
static LoginRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoginRequest |
parseFrom(java.nio.ByteBuffer data) |
static LoginRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoginRequest |
parseFrom(com.google.protobuf.ByteString data) |
static LoginRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoginRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LoginRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoginRequest |
parseFrom(java.io.InputStream input) |
static LoginRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LoginRequest> |
parser() |
LoginRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAMESPACE_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int ISSUE_TOKEN_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getNamespace()
string namespace = 1;getNamespace in interface LoginRequestOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;getNamespaceBytes in interface LoginRequestOrBuilderpublic java.lang.String getUsername()
string username = 2;getUsername in interface LoginRequestOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
string username = 2;getUsernameBytes in interface LoginRequestOrBuilderpublic java.lang.String getPassword()
string password = 3;getPassword in interface LoginRequestOrBuilderpublic com.google.protobuf.ByteString getPasswordBytes()
string password = 3;getPasswordBytes in interface LoginRequestOrBuilderpublic java.lang.String getToken()
string token = 4;getToken in interface LoginRequestOrBuilderpublic com.google.protobuf.ByteString getTokenBytes()
string token = 4;getTokenBytes in interface LoginRequestOrBuilderpublic boolean getIssueToken()
bool issue_token = 5;getIssueToken in interface LoginRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LoginRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoginRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoginRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoginRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoginRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoginRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoginRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LoginRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LoginRequest.Builder newBuilder()
public static LoginRequest.Builder newBuilder(LoginRequest prototype)
public LoginRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LoginRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LoginRequest getDefaultInstance()
public static com.google.protobuf.Parser<LoginRequest> parser()
public com.google.protobuf.Parser<LoginRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LoginRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder