public interface UpdateJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()Required. The Job to be updated.
.google.cloud.talent.v4.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Job | The job. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()Required. The Job to be updated.
.google.cloud.talent.v4.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| FieldMaskOrBuilder |
hasJob()
public abstract boolean hasJob()Required. The Job to be updated.
.google.cloud.talent.v4.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |