public interface CancelExecutionRequestOrBuilder
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.
|
boolean |
getValidateOnly()
Indicates that the request should be validated without actually
cancelling any resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the Execution to cancel.
Format:
`projects/{project}/locations/{location}/jobs/{job}/executions/{execution}`,
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 name of the Execution to cancel.
Format:
`projects/{project}/locations/{location}/jobs/{job}/executions/{execution}`,
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 cancelling any resources.
bool validate_only = 2;String getEtag()
A system-generated fingerprint for this version of the resource. This 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. This may be used to detect modification conflict during updates.
string etag = 3;Copyright © 2025 Google LLC. All rights reserved.