Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute.Builder |
CustomAttribute.Builder.addAllLongValues(Iterable<? extends Long> values)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addAllStringValues(Iterable<String> values)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addLongValues(long value)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
CustomAttribute.Builder |
CustomAttribute.Builder.addStringValues(String value)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.addStringValuesBytes(ByteString value)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clear() |
CustomAttribute.Builder |
CustomAttribute.Builder.clearField(Descriptors.FieldDescriptor field) |
CustomAttribute.Builder |
CustomAttribute.Builder.clearFilterable()
If the `filterable` flag is true, the custom field values may be used for
custom attribute filters [JobQuery.custom_attribute_filter][google.cloud.talent.v4beta1.JobQuery.custom_attribute_filter].
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearKeywordSearchable()
If the `keyword_searchable` flag is true, the keywords in custom fields are
searchable by keyword match.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearLongValues()
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
CustomAttribute.Builder |
CustomAttribute.Builder.clearStringValues()
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.clone() |
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(CustomAttribute other) |
CustomAttribute.Builder |
CustomAttribute.Builder.mergeFrom(Message other) |
CustomAttribute.Builder |
CustomAttribute.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static CustomAttribute.Builder |
CustomAttribute.newBuilder() |
static CustomAttribute.Builder |
CustomAttribute.newBuilder(CustomAttribute prototype) |
CustomAttribute.Builder |
CustomAttribute.newBuilderForType() |
protected CustomAttribute.Builder |
CustomAttribute.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
CustomAttribute.Builder |
CustomAttribute.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
CustomAttribute.Builder |
CustomAttribute.Builder.setFilterable(boolean value)
If the `filterable` flag is true, the custom field values may be used for
custom attribute filters [JobQuery.custom_attribute_filter][google.cloud.talent.v4beta1.JobQuery.custom_attribute_filter].
|
CustomAttribute.Builder |
CustomAttribute.Builder.setKeywordSearchable(boolean value)
If the `keyword_searchable` flag is true, the keywords in custom fields are
searchable by keyword match.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setLongValues(int index,
long value)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
CustomAttribute.Builder |
CustomAttribute.Builder.setStringValues(int index,
String value)
Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified.
|
CustomAttribute.Builder |
CustomAttribute.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
CustomAttribute.Builder |
CustomAttribute.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.