Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
CustomAttribute.Builder.build() |
CustomAttribute |
CustomAttribute.Builder.buildPartial() |
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 |
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 |
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.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.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 |
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.getDefaultInstanceForType() |
CustomAttribute |
CustomAttribute.Builder.getDefaultInstanceForType() |
static CustomAttribute |
CustomAttribute.parseDelimitedFrom(InputStream input) |
static CustomAttribute |
CustomAttribute.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static CustomAttribute |
CustomAttribute.parseFrom(byte[] data) |
static CustomAttribute |
CustomAttribute.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static CustomAttribute |
CustomAttribute.parseFrom(ByteBuffer data) |
static CustomAttribute |
CustomAttribute.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static CustomAttribute |
CustomAttribute.parseFrom(ByteString data) |
static CustomAttribute |
CustomAttribute.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static CustomAttribute |
CustomAttribute.parseFrom(CodedInputStream input) |
static CustomAttribute |
CustomAttribute.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static CustomAttribute |
CustomAttribute.parseFrom(InputStream input) |
static CustomAttribute |
CustomAttribute.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,CustomAttribute> |
Job.getCustomAttributes()
Deprecated.
|
Map<String,CustomAttribute> |
Job.Builder.getCustomAttributes()
Deprecated.
|
Map<String,CustomAttribute> |
JobOrBuilder.getCustomAttributes()
Deprecated.
|
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> |
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> |
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.
|
Parser<CustomAttribute> |
CustomAttribute.getParserForType() |
static Parser<CustomAttribute> |
CustomAttribute.parser() |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.