Class UserServicePb.CreateLoginURLResponse (2.0.0)

public static final class UserServicePb.CreateLoginURLResponse extends GeneratedMessageV3 implements UserServicePb.CreateLoginURLResponseOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > UserServicePb.CreateLoginURLResponse

Static Fields

LOGIN_URL_FIELD_NUMBER

public static final int LOGIN_URL_FIELD_NUMBER
Field Value
TypeDescription
int

PARSER

public static final Parser<UserServicePb.CreateLoginURLResponse> PARSER
Field Value
TypeDescription
com.google.protobuf.Parser<CreateLoginURLResponse>

Static Methods

getDefaultInstance()

public static UserServicePb.CreateLoginURLResponse getDefaultInstance()
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
com.google.protobuf.Descriptors.Descriptor

newBuilder()

public static UserServicePb.CreateLoginURLResponse.Builder newBuilder()
Returns
TypeDescription
Builder

newBuilder(UserServicePb.CreateLoginURLResponse arg0)

public static UserServicePb.CreateLoginURLResponse.Builder newBuilder(UserServicePb.CreateLoginURLResponse arg0)
Parameter
NameDescription
arg0UserServicePb.CreateLoginURLResponse
Returns
TypeDescription
Builder

parseDelimitedFrom(InputStream arg0)

public static UserServicePb.CreateLoginURLResponse parseDelimitedFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] arg0)

public static UserServicePb.CreateLoginURLResponse parseFrom(byte[] arg0)
Parameter
NameDescription
arg0byte[]
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0byte[]
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static UserServicePb.CreateLoginURLResponse parseFrom(ByteString arg0)
Parameter
NameDescription
arg0com.google.protobuf.ByteString
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0com.google.protobuf.ByteString
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static UserServicePb.CreateLoginURLResponse parseFrom(CodedInputStream arg0)
Parameter
NameDescription
arg0com.google.protobuf.CodedInputStream
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0com.google.protobuf.CodedInputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0)

public static UserServicePb.CreateLoginURLResponse parseFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer arg0)

public static UserServicePb.CreateLoginURLResponse parseFrom(ByteBuffer arg0)
Parameter
NameDescription
arg0ByteBuffer
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static UserServicePb.CreateLoginURLResponse parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0ByteBuffer
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<UserServicePb.CreateLoginURLResponse> parser()
Returns
TypeDescription
com.google.protobuf.Parser<CreateLoginURLResponse>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getDefaultInstanceForType()

public UserServicePb.CreateLoginURLResponse getDefaultInstanceForType()
Returns
TypeDescription
UserServicePb.CreateLoginURLResponse

getLoginUrl()

public String getLoginUrl()
Returns
TypeDescription
String

getLoginUrlBytes()

public ByteString getLoginUrlBytes()
Returns
TypeDescription
com.google.protobuf.ByteString

getParserForType()

public Parser<UserServicePb.CreateLoginURLResponse> getParserForType()
Returns
TypeDescription
com.google.protobuf.Parser<CreateLoginURLResponse>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

hasLoginUrl()

public boolean hasLoginUrl()
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilderForType()

public UserServicePb.CreateLoginURLResponse.Builder newBuilderForType()
Returns
TypeDescription
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected UserServicePb.CreateLoginURLResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
NameDescription
arg0com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
TypeDescription
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
NameDescription
arg0com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
TypeDescription
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public UserServicePb.CreateLoginURLResponse.Builder toBuilder()
Returns
TypeDescription
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
NameDescription
arg0com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
TypeDescription
IOException