Interface JobResultOrBuilder (2.2.9)

public interface JobResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the status field is set.