Class AuthorizationCode.Builder (1.80.0)

public static final class AuthorizationCode.Builder extends GeneratedMessage.Builder<AuthorizationCode.Builder> implements AuthorizationCodeOrBuilder

Defines an authorization code.

Protobuf type google.cloud.domains.v1beta1.AuthorizationCode

Static Methods

getDescriptor()

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

Methods

build()

public AuthorizationCode build()
Returns
Type Description
AuthorizationCode

buildPartial()

public AuthorizationCode buildPartial()
Returns
Type Description
AuthorizationCode

clear()

public AuthorizationCode.Builder clear()
Returns
Type Description
AuthorizationCode.Builder
Overrides

clearCode()

public AuthorizationCode.Builder clearCode()

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Returns
Type Description
AuthorizationCode.Builder

This builder for chaining.

getCode()

public String getCode()

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Returns
Type Description
String

The code.

getCodeBytes()

public ByteString getCodeBytes()

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Returns
Type Description
ByteString

The bytes for code.

getDefaultInstanceForType()

public AuthorizationCode getDefaultInstanceForType()
Returns
Type Description
AuthorizationCode

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AuthorizationCode other)

public AuthorizationCode.Builder mergeFrom(AuthorizationCode other)
Parameter
Name Description
other AuthorizationCode
Returns
Type Description
AuthorizationCode.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AuthorizationCode.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationCode.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AuthorizationCode.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AuthorizationCode.Builder
Overrides

setCode(String value)

public AuthorizationCode.Builder setCode(String value)

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Parameter
Name Description
value String

The code to set.

Returns
Type Description
AuthorizationCode.Builder

This builder for chaining.

setCodeBytes(ByteString value)

public AuthorizationCode.Builder setCodeBytes(ByteString value)

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Parameter
Name Description
value ByteString

The bytes for code to set.

Returns
Type Description
AuthorizationCode.Builder

This builder for chaining.