Class UserServicePb.CreateLoginURLResponse.Builder (2.0.0)

public static final class UserServicePb.CreateLoginURLResponse.Builder extends GeneratedMessageV3.Builder<UserServicePb.CreateLoginURLResponse.Builder> implements UserServicePb.CreateLoginURLResponseOrBuilder

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor arg0, Object arg1)

public UserServicePb.CreateLoginURLResponse.Builder addRepeatedField(Descriptors.FieldDescriptor arg0, Object arg1)
Parameters
Name Description
arg0 com.google.protobuf.Descriptors.FieldDescriptor
arg1 Object
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)

build()

public UserServicePb.CreateLoginURLResponse build()
Returns
Type Description
CreateLoginURLResponse

buildPartial()

public UserServicePb.CreateLoginURLResponse buildPartial()
Returns
Type Description
CreateLoginURLResponse

clear()

public UserServicePb.CreateLoginURLResponse.Builder clear()
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clear()

clearField(Descriptors.FieldDescriptor arg0)

public UserServicePb.CreateLoginURLResponse.Builder clearField(Descriptors.FieldDescriptor arg0)
Parameter
Name Description
arg0 com.google.protobuf.Descriptors.FieldDescriptor
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor)

clearLoginUrl()

public UserServicePb.CreateLoginURLResponse.Builder clearLoginUrl()
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder

clearOneof(Descriptors.OneofDescriptor arg0)

public UserServicePb.CreateLoginURLResponse.Builder clearOneof(Descriptors.OneofDescriptor arg0)
Parameter
Name Description
arg0 com.google.protobuf.Descriptors.OneofDescriptor
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)

clone()

public UserServicePb.CreateLoginURLResponse.Builder clone()
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clone()

getDefaultInstanceForType()

public UserServicePb.CreateLoginURLResponse getDefaultInstanceForType()
Returns
Type Description
CreateLoginURLResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.getDescriptorForType()

getLoginUrl()

public String getLoginUrl()
Returns
Type Description
String

getLoginUrlBytes()

public ByteString getLoginUrlBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasLoginUrl()

public boolean hasLoginUrl()
Returns
Type Description
boolean

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.isInitialized()

mergeFrom(UserServicePb.CreateLoginURLResponse arg0)

public UserServicePb.CreateLoginURLResponse.Builder mergeFrom(UserServicePb.CreateLoginURLResponse arg0)
Parameter
Name Description
arg0 CreateLoginURLResponse
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder

mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public UserServicePb.CreateLoginURLResponse.Builder mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
Exceptions
Type Description
IOException

mergeFrom(Message arg0)

public UserServicePb.CreateLoginURLResponse.Builder mergeFrom(Message arg0)
Parameter
Name Description
arg0 com.google.protobuf.Message
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.Message)

mergeUnknownFields(UnknownFieldSet arg0)

public final UserServicePb.CreateLoginURLResponse.Builder mergeUnknownFields(UnknownFieldSet arg0)
Parameter
Name Description
arg0 com.google.protobuf.UnknownFieldSet
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet)

setField(Descriptors.FieldDescriptor arg0, Object arg1)

public UserServicePb.CreateLoginURLResponse.Builder setField(Descriptors.FieldDescriptor arg0, Object arg1)
Parameters
Name Description
arg0 com.google.protobuf.Descriptors.FieldDescriptor
arg1 Object
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)

setLoginUrl(String arg0)

public UserServicePb.CreateLoginURLResponse.Builder setLoginUrl(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder

setLoginUrlBytes(ByteString arg0)

public UserServicePb.CreateLoginURLResponse.Builder setLoginUrlBytes(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor arg0, int arg1, Object arg2)

public UserServicePb.CreateLoginURLResponse.Builder setRepeatedField(Descriptors.FieldDescriptor arg0, int arg1, Object arg2)
Parameters
Name Description
arg0 com.google.protobuf.Descriptors.FieldDescriptor
arg1 int
arg2 Object
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)

setUnknownFields(UnknownFieldSet arg0)

public final UserServicePb.CreateLoginURLResponse.Builder setUnknownFields(UnknownFieldSet arg0)
Parameter
Name Description
arg0 com.google.protobuf.UnknownFieldSet
Returns
Type Description
UserServicePb.CreateLoginURLResponse.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet)