public static interface JobOperationResult.JobResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Job |
getJob()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name],
[company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code]
and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
JobOrBuilder |
getJobOrBuilder()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name],
[company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code]
and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
com.google.rpc.Status |
getStatus()
The status of the job processed.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the job processed.
|
boolean |
hasJob()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name],
[company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code]
and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
boolean |
hasStatus()
The status of the job processed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasJob()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name], [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4beta1.Job job = 1;
Job getJob()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name], [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4beta1.Job job = 1;
JobOrBuilder getJobOrBuilder()
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name], [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4beta1.Job job = 1;
boolean hasStatus()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job] fails.
.google.rpc.Status status = 2;
com.google.rpc.Status getStatus()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job] fails.
.google.rpc.Status status = 2;
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job] fails.
.google.rpc.Status status = 2;
Copyright © 2022 Google LLC. All rights reserved.