Class Tenant.Builder

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 profiles. Customer may create multiple tenants to provide data isolation for different groups.

Protobuf type google.cloud.talent.v4beta1.Tenant

Implements

TenantOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllKeywordSearchableProfileCustomAttributes(Iterable<String> values)

public Tenant.Builder addAllKeywordSearchableProfileCustomAttributes(Iterable<String> values)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameter
NameDescription
valuesIterable<String>

The keywordSearchableProfileCustomAttributes to add.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

addKeywordSearchableProfileCustomAttributes(String value)

public Tenant.Builder addKeywordSearchableProfileCustomAttributes(String value)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameter
NameDescription
valueString

The keywordSearchableProfileCustomAttributes to add.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

addKeywordSearchableProfileCustomAttributesBytes(ByteString value)

public Tenant.Builder addKeywordSearchableProfileCustomAttributesBytes(ByteString value)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameter
NameDescription
valueByteString

The bytes of the keywordSearchableProfileCustomAttributes to add.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

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

clearKeywordSearchableProfileCustomAttributes()

public Tenant.Builder clearKeywordSearchableProfileCustomAttributes()

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

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

clearUsageType()

public Tenant.Builder clearUsageType()

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is DataUsageType.ISOLATED if it's unset.

.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

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.

getKeywordSearchableProfileCustomAttributes(int index)

public String getKeywordSearchableProfileCustomAttributes(int index)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The keywordSearchableProfileCustomAttributes at the given index.

getKeywordSearchableProfileCustomAttributesBytes(int index)

public ByteString getKeywordSearchableProfileCustomAttributesBytes(int index)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the keywordSearchableProfileCustomAttributes at the given index.

getKeywordSearchableProfileCustomAttributesCount()

public int getKeywordSearchableProfileCustomAttributesCount()

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Returns
TypeDescription
int

The count of keywordSearchableProfileCustomAttributes.

getKeywordSearchableProfileCustomAttributesList()

public ProtocolStringList getKeywordSearchableProfileCustomAttributesList()

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Returns
TypeDescription
ProtocolStringList

A list containing the keywordSearchableProfileCustomAttributes.

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.

getUsageType()

public Tenant.DataUsageType getUsageType()

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is DataUsageType.ISOLATED if it's unset.

.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;

Returns
TypeDescription
Tenant.DataUsageType

The usageType.

getUsageTypeValue()

public int getUsageTypeValue()

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is DataUsageType.ISOLATED if it's unset.

.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for usageType.

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

setKeywordSearchableProfileCustomAttributes(int index, String value)

public Tenant.Builder setKeywordSearchableProfileCustomAttributes(int index, String value)

A list of keys of filterable Profile.custom_attributes, whose corresponding string_values are used in keyword searches. Profiles with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and must be surrounded by quotes.

repeated string keyword_searchable_profile_custom_attributes = 4;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The keywordSearchableProfileCustomAttributes to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

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

setUsageType(Tenant.DataUsageType value)

public Tenant.Builder setUsageType(Tenant.DataUsageType value)

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is DataUsageType.ISOLATED if it's unset.

.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;

Parameter
NameDescription
valueTenant.DataUsageType

The usageType to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.

setUsageTypeValue(int value)

public Tenant.Builder setUsageTypeValue(int value)

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is DataUsageType.ISOLATED if it's unset.

.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;

Parameter
NameDescription
valueint

The enum numeric value on the wire for usageType to set.

Returns
TypeDescription
Tenant.Builder

This builder for chaining.