public interface RunJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEtag()
A system-generated fingerprint for this version of the
resource.
|
com.google.protobuf.ByteString |
getEtagBytes()
A system-generated fingerprint for this version of the
resource.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
RunJobRequest.Overrides |
getOverrides()
Overrides specification for a given execution of a job.
|
RunJobRequest.OverridesOrBuilder |
getOverridesOrBuilder()
Overrides specification for a given execution of a job.
|
boolean |
getValidateOnly()
Indicates that the request should be validated without actually
deleting any resources.
|
boolean |
hasOverrides()
Overrides specification for a given execution of a job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The full name of the Job.
Format: projects/{project}/locations/{location}/jobs/{job}, where {project}
can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The full name of the Job.
Format: projects/{project}/locations/{location}/jobs/{job}, where {project}
can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getValidateOnly()
Indicates that the request should be validated without actually deleting any resources.
bool validate_only = 2;String getEtag()
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;com.google.protobuf.ByteString getEtagBytes()
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;boolean hasOverrides()
Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;RunJobRequest.Overrides getOverrides()
Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;RunJobRequest.OverridesOrBuilder getOverridesOrBuilder()
Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;Copyright © 2025 Google LLC. All rights reserved.