public interface JobResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
| Returns | |
|---|---|
| Type | Description |
Job |
The job. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getStatus()
public abstract Status getStatus()The status of the job processed. This field is populated if the processing of the job fails.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status of the job processed. This field is populated if the processing of the job fails.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasJob()
public abstract boolean hasJob()Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the job field is set. |
hasStatus()
public abstract boolean hasStatus()The status of the job processed. This field is populated if the processing of the job fails.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |