Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
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(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(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(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(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Tenant.Builder |
Tenant.Builder.mergeFrom(Message other) |
Tenant.Builder |
Tenant.Builder.mergeFrom(Tenant other) |
Tenant.Builder |
Tenant.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Tenant.Builder |
Tenant.newBuilder() |
static Tenant.Builder |
Tenant.newBuilder(Tenant prototype) |
Tenant.Builder |
Tenant.newBuilderForType() |
protected Tenant.Builder |
Tenant.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Tenant.Builder |
Tenant.Builder.setExternalId(String value)
Required.
|
Tenant.Builder |
Tenant.Builder.setExternalIdBytes(ByteString value)
Required.
|
Tenant.Builder |
Tenant.Builder.setField(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(ByteString value)
Required during tenant update.
|
Tenant.Builder |
Tenant.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Tenant.Builder |
Tenant.Builder.setUnknownFields(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() |
Modifier and Type | Method and Description |
---|---|
List<Tenant.Builder> |
ListTenantsResponse.Builder.getTenantsBuilderList()
Tenants for the current client.
|
Modifier and Type | Method and Description |
---|---|
ListTenantsResponse.Builder |
ListTenantsResponse.Builder.addTenants(int index,
Tenant.Builder builderForValue)
Tenants for the current client.
|
ListTenantsResponse.Builder |
ListTenantsResponse.Builder.addTenants(Tenant.Builder builderForValue)
Tenants for the current client.
|
CreateTenantRequest.Builder |
CreateTenantRequest.Builder.setTenant(Tenant.Builder builderForValue)
Required.
|
UpdateTenantRequest.Builder |
UpdateTenantRequest.Builder.setTenant(Tenant.Builder builderForValue)
Required.
|
ListTenantsResponse.Builder |
ListTenantsResponse.Builder.setTenants(int index,
Tenant.Builder builderForValue)
Tenants for the current client.
|
Copyright © 2022 Google LLC. All rights reserved.