Uses of Class
com.google.cloud.talent.v4.CustomAttribute
-
Packages that use CustomAttribute Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of CustomAttribute in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return CustomAttribute Modifier and Type Method Description CustomAttribute
CustomAttribute.Builder. build()
CustomAttribute
CustomAttribute.Builder. buildPartial()
CustomAttribute
Job.Builder. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
Job. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
JobOrBuilder. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
Job.Builder. getCustomAttributesOrThrow(String key)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
Job. getCustomAttributesOrThrow(String key)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
JobOrBuilder. getCustomAttributesOrThrow(String key)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.static CustomAttribute
CustomAttribute. getDefaultInstance()
CustomAttribute
CustomAttribute.Builder. getDefaultInstanceForType()
CustomAttribute
CustomAttribute. getDefaultInstanceForType()
static CustomAttribute
CustomAttribute. parseDelimitedFrom(InputStream input)
static CustomAttribute
CustomAttribute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(InputStream input)
static CustomAttribute
CustomAttribute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(ByteBuffer data)
static CustomAttribute
CustomAttribute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type CustomAttribute Modifier and Type Method Description Map<String,CustomAttribute>
Job.Builder. getCustomAttributes()
Deprecated.Map<String,CustomAttribute>
Job. getCustomAttributes()
Deprecated.Map<String,CustomAttribute>
JobOrBuilder. getCustomAttributes()
Deprecated.Map<String,CustomAttribute>
Job.Builder. getCustomAttributesMap()
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.Map<String,CustomAttribute>
Job. getCustomAttributesMap()
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.Map<String,CustomAttribute>
JobOrBuilder. getCustomAttributesMap()
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.Map<String,CustomAttribute>
Job.Builder. getMutableCustomAttributes()
Deprecated.com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. getParserForType()
static com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. parser()
Methods in com.google.cloud.talent.v4 with parameters of type CustomAttribute Modifier and Type Method Description CustomAttribute
Job.Builder. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
Job. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute
JobOrBuilder. getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.CustomAttribute.Builder
CustomAttribute.Builder. mergeFrom(CustomAttribute other)
static CustomAttribute.Builder
CustomAttribute. newBuilder(CustomAttribute prototype)
Job.Builder
Job.Builder. putCustomAttributes(String key, CustomAttribute value)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.Method parameters in com.google.cloud.talent.v4 with type arguments of type CustomAttribute Modifier and Type Method Description Job.Builder
Job.Builder. putAllCustomAttributes(Map<String,CustomAttribute> values)
A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields.
-