Interface UpdateJobRequestOrBuilder (2.38.0)

public interface UpdateJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJob()

public abstract Job getJob()

Required. The Job to be updated.

.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Job

The job.

getJobOrBuilder()

public abstract JobOrBuilder getJobOrBuilder()

Required. The Job to be updated.

.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
JobOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Strongly recommended for the best service experience.

If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.

A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Strongly recommended for the best service experience.

If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.

A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasJob()

public abstract boolean hasJob()

Required. The Job to be updated.

.google.cloud.talent.v4beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the job field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Strongly recommended for the best service experience.

If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.

A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.