Tenant.Builder |
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 |
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 |
Tenant.Builder.addKeywordSearchableProfileCustomAttributesBytes(com.google.protobuf.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 |
Tenant.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Tenant.Builder |
ListTenantsResponse.Builder.addTenantsBuilder() |
Tenants for the current client.
|
Tenant.Builder |
ListTenantsResponse.Builder.addTenantsBuilder(int index) |
Tenants for the current client.
|
Tenant.Builder |
Tenant.Builder.clear() |
|
Tenant.Builder |
Tenant.Builder.clearExternalId() |
Required.
|
Tenant.Builder |
Tenant.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Tenant.Builder |
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 |
Tenant.Builder.clearName() |
Required during tenant update.
|
Tenant.Builder |
Tenant.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Tenant.Builder |
Tenant.Builder.clearUsageType() |
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
Tenant.Builder |
Tenant.Builder.clone() |
|
Tenant.Builder |
CreateTenantRequest.Builder.getTenantBuilder() |
Required.
|
Tenant.Builder |
UpdateTenantRequest.Builder.getTenantBuilder() |
Required.
|
Tenant.Builder |
ListTenantsResponse.Builder.getTenantsBuilder(int index) |
Tenants for the current client.
|
Tenant.Builder |
Tenant.Builder.mergeFrom(Tenant other) |
|
Tenant.Builder |
Tenant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Tenant.Builder |
Tenant.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Tenant.Builder |
Tenant.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Tenant.Builder |
Tenant.newBuilder() |
|
static Tenant.Builder |
Tenant.newBuilder(Tenant prototype) |
|
Tenant.Builder |
Tenant.newBuilderForType() |
|
protected Tenant.Builder |
Tenant.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Tenant.Builder |
Tenant.Builder.setExternalId(String value) |
Required.
|
Tenant.Builder |
Tenant.Builder.setExternalIdBytes(com.google.protobuf.ByteString value) |
Required.
|
Tenant.Builder |
Tenant.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Tenant.Builder |
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 |
Tenant.Builder.setName(String value) |
Required during tenant update.
|
Tenant.Builder |
Tenant.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Required during tenant update.
|
Tenant.Builder |
Tenant.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Tenant.Builder |
Tenant.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Tenant.Builder |
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 |
Tenant.Builder.setUsageTypeValue(int value) |
Indicates whether data owned by this tenant may be used to provide product
improvements across other tenants.
|
Tenant.Builder |
Tenant.toBuilder() |
|