Class ServiceIdentity.Builder (2.84.0)

public static final class ServiceIdentity.Builder extends GeneratedMessage.Builder<ServiceIdentity.Builder> implements ServiceIdentityOrBuilder

The per-product per-project service identity for Cloud TPU service.

Protobuf type google.cloud.tpu.v2alpha1.ServiceIdentity

Static Methods

getDescriptor()

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

Methods

build()

public ServiceIdentity build()
Returns
Type Description
ServiceIdentity

buildPartial()

public ServiceIdentity buildPartial()
Returns
Type Description
ServiceIdentity

clear()

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

clearEmail()

public ServiceIdentity.Builder clearEmail()

The email address of the service identity.

string email = 1;

Returns
Type Description
ServiceIdentity.Builder

This builder for chaining.

getDefaultInstanceForType()

public ServiceIdentity getDefaultInstanceForType()
Returns
Type Description
ServiceIdentity

getDescriptorForType()

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

getEmail()

public String getEmail()

The email address of the service identity.

string email = 1;

Returns
Type Description
String

The email.

getEmailBytes()

public ByteString getEmailBytes()

The email address of the service identity.

string email = 1;

Returns
Type Description
ByteString

The bytes for email.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ServiceIdentity other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEmail(String value)

public ServiceIdentity.Builder setEmail(String value)

The email address of the service identity.

string email = 1;

Parameter
Name Description
value String

The email to set.

Returns
Type Description
ServiceIdentity.Builder

This builder for chaining.

setEmailBytes(ByteString value)

public ServiceIdentity.Builder setEmailBytes(ByteString value)

The email address of the service identity.

string email = 1;

Parameter
Name Description
value ByteString

The bytes for email to set.

Returns
Type Description
ServiceIdentity.Builder

This builder for chaining.