public interface UpdateJobRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Job |
getJob()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
A mask used to specify which fields of the job are being updated.
|
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, hasOneof
isInitialized
boolean hasJob()
Required. The new job properties. [name][google.cloud.scheduler.v1.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.v1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
Job getJob()
Required. The new job properties. [name][google.cloud.scheduler.v1.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.v1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
JobOrBuilder getJobOrBuilder()
Required. The new job properties. [name][google.cloud.scheduler.v1.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.v1.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 [(.google.api.field_behavior) = REQUIRED];
FieldMask getUpdateMask()
A mask used to specify which fields of the job are being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
FieldMaskOrBuilder getUpdateMaskOrBuilder()
A mask used to specify which fields of the job are being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.