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
Modifier and Type | Method and Description |
---|---|
Tenant.Builder |
addAllKeywordSearchableProfileCustomAttributes(Iterable<String> values)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
Tenant.Builder |
addKeywordSearchableProfileCustomAttributes(String value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
Tenant.Builder |
addKeywordSearchableProfileCustomAttributesBytes(ByteString value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
Tenant.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Tenant |
build() |
Tenant |
buildPartial() |
Tenant.Builder |
clear() |
Tenant.Builder |
clearExternalId()
Required.
|
Tenant.Builder |
clearField(Descriptors.FieldDescriptor field) |
Tenant.Builder |
clearKeywordSearchableProfileCustomAttributes()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
Tenant.Builder |
clearName()
Required during tenant update.
|
Tenant.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Tenant.Builder |
clearUsageType()
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
Tenant.Builder |
clone() |
Tenant |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
String |
getExternalId()
Required.
|
ByteString |
getExternalIdBytes()
Required.
|
String |
getKeywordSearchableProfileCustomAttributes(int index)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
ByteString |
getKeywordSearchableProfileCustomAttributesBytes(int index)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
int |
getKeywordSearchableProfileCustomAttributesCount()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
ProtocolStringList |
getKeywordSearchableProfileCustomAttributesList()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
String |
getName()
Required during tenant update.
|
ByteString |
getNameBytes()
Required during tenant update.
|
Tenant.DataUsageType |
getUsageType()
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
int |
getUsageTypeValue()
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Tenant.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Tenant.Builder |
mergeFrom(Message other) |
Tenant.Builder |
mergeFrom(Tenant other) |
Tenant.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Tenant.Builder |
setExternalId(String value)
Required.
|
Tenant.Builder |
setExternalIdBytes(ByteString value)
Required.
|
Tenant.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Tenant.Builder |
setKeywordSearchableProfileCustomAttributes(int index,
String value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
corresponding `string_values` are used in keyword searches.
|
Tenant.Builder |
setName(String value)
Required during tenant update.
|
Tenant.Builder |
setNameBytes(ByteString value)
Required during tenant update.
|
Tenant.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Tenant.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Tenant.Builder |
setUsageType(Tenant.DataUsageType value)
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
Tenant.Builder |
setUsageTypeValue(int value)
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Tenant build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Tenant buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Tenant.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Tenant.Builder>
public Tenant.Builder mergeFrom(Tenant other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Tenant.Builder>
public Tenant.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Tenant.Builder>
IOException
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;
getName
in interface TenantOrBuilder
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;
getNameBytes
in interface TenantOrBuilder
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;
value
- The name to set.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;
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;
value
- The bytes for name to set.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];
getExternalId
in interface TenantOrBuilder
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];
getExternalIdBytes
in interface TenantOrBuilder
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];
value
- The externalId to set.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];
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];
value
- The bytes for externalId to set.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][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.
.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;
getUsageTypeValue
in interface TenantOrBuilder
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][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.
.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;
value
- The enum numeric value on the wire for usageType to set.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][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.
.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;
getUsageType
in interface TenantOrBuilder
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][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.
.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;
value
- The usageType to set.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][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.
.google.cloud.talent.v4beta1.Tenant.DataUsageType usage_type = 3;
public ProtocolStringList getKeywordSearchableProfileCustomAttributesList()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
getKeywordSearchableProfileCustomAttributesList
in interface TenantOrBuilder
public int getKeywordSearchableProfileCustomAttributesCount()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
getKeywordSearchableProfileCustomAttributesCount
in interface TenantOrBuilder
public String getKeywordSearchableProfileCustomAttributes(int index)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
getKeywordSearchableProfileCustomAttributes
in interface TenantOrBuilder
index
- The index of the element to return.public ByteString getKeywordSearchableProfileCustomAttributesBytes(int index)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
getKeywordSearchableProfileCustomAttributesBytes
in interface TenantOrBuilder
index
- The index of the value to return.public Tenant.Builder setKeywordSearchableProfileCustomAttributes(int index, String value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
index
- The index to set the value at.value
- The keywordSearchableProfileCustomAttributes to set.public Tenant.Builder addKeywordSearchableProfileCustomAttributes(String value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
value
- The keywordSearchableProfileCustomAttributes to add.public Tenant.Builder addAllKeywordSearchableProfileCustomAttributes(Iterable<String> values)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
values
- The keywordSearchableProfileCustomAttributes to add.public Tenant.Builder clearKeywordSearchableProfileCustomAttributes()
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
public Tenant.Builder addKeywordSearchableProfileCustomAttributesBytes(ByteString value)
A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.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;
value
- The bytes of the keywordSearchableProfileCustomAttributes to add.public final Tenant.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Tenant.Builder>
public final Tenant.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Tenant.Builder>
Copyright © 2022 Google LLC. All rights reserved.