public interface UpdateJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional but strongly recommended to be provided for the best service
experience.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional but strongly recommended to be provided for the best service
experience.
|
boolean |
hasJob()
Required.
|
boolean |
hasUpdateMask()
Optional but strongly recommended to be provided for the best service
experience.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJob()
Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1;Job getJob()
Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1;JobOrBuilder getJobOrBuilder()
Required. The Job to be updated.
.google.cloud.talent.v4beta1.Job job = 1;boolean hasUpdateMask()
Optional but strongly recommended to be provided for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4beta1.UpdateJobRequest.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][google.cloud.talent.v4beta1.Job] are supported.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Optional but strongly recommended to be provided for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4beta1.UpdateJobRequest.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][google.cloud.talent.v4beta1.Job] are supported.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional but strongly recommended to be provided for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4beta1.UpdateJobRequest.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][google.cloud.talent.v4beta1.Job] are supported.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2019 Google LLC. All rights reserved.