public interface UpdateJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
Optional.
|
Job |
getJob()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
boolean |
getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
|
boolean |
hasJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJob()
Required. The Job to be updated.
.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];Job getJob()
Required. The Job to be updated.
.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];JobOrBuilder getJobOrBuilder()
Required. The Job to be updated.
.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];boolean getValidateOnly()
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
bool validate_only = 3;boolean getAllowMissing()
Optional. If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.
bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.