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()
A mask used to specify which fields of the job are being updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
A mask used to specify which fields of the job are being updated.
|
boolean |
hasJob()
Required.
|
boolean |
hasUpdateMask()
A mask used to specify which fields of the job are being updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJob()
Required. The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
Job getJob()
Required. The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
JobOrBuilder getJobOrBuilder()
Required. The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
A mask used to specify which fields of the job are being updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
A mask used to specify which fields of the job are being updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
A mask used to specify which fields of the job are being updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2022 Google LLC. All rights reserved.