Class Tenant.Builder (2.42.0)

public static final class Tenant.Builder extends GeneratedMessageV3.Builder<Tenant.Builder> implements TenantOrBuilder

A Tenant resource represents a tenant in the service. A tenant is a group or entity that shares common access with specific privileges for resources like jobs. Customer may create multiple tenants to provide data isolation for different groups.

Protobuf type google.cloud.talent.v4.Tenant

Implements

TenantOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Tenant.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Tenant.Builder
Overrides

build()

public Tenant build()
Returns
TypeDescription
Tenant

buildPartial()

public Tenant buildPartial()
Returns
TypeDescription
Tenant

clear()

public Tenant.Builder clear()
Returns
TypeDescription
Tenant.Builder
Overrides

clearExternalId()

public Tenant.Builder clearExternalId()

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

string external_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Tenant.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Tenant.Builder
Overrides

clearName()

public Tenant.Builder clearName()

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

string name = 1;

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Tenant.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Tenant.Builder
Overrides

clone()

public Tenant.Builder clone()
Returns
TypeDescription
Tenant.Builder
Overrides

getDefaultInstanceForType()

public Tenant getDefaultInstanceForType()
Returns
TypeDescription
Tenant

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExternalId()

public String getExternalId()

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

string external_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The externalId.

getExternalIdBytes()

public ByteString getExternalIdBytes()

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

string external_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for externalId.

getName()

public String getName()

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Tenant other)

public Tenant.Builder mergeFrom(Tenant other)
Parameter
NameDescription
otherTenant
Returns
TypeDescription
Tenant.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Tenant.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tenant.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Tenant.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Tenant.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Tenant.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Tenant.Builder
Overrides

setExternalId(String value)

public Tenant.Builder setExternalId(String value)

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

string external_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The externalId to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

setExternalIdBytes(ByteString value)

public Tenant.Builder setExternalIdBytes(ByteString value)

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

string external_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for externalId to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Tenant.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Tenant.Builder
Overrides

setName(String value)

public Tenant.Builder setName(String value)

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Tenant.Builder setNameBytes(ByteString value)

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Tenant.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Tenant.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Tenant.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Tenant.Builder
Overrides