Class: Google::Cloud::Run::V2::CancelExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::CancelExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/execution.rb
Overview
Request message for deleting an Execution.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
A system-generated fingerprint for this version of the resource.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Indicates that the request should be validated without actually cancelling any resources.
Instance Attribute Details
#etag ⇒ ::String
Returns A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.
106 107 108 109 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 106 class CancelExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
106 107 108 109 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 106 class CancelExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Indicates that the request should be validated without actually cancelling any resources.
106 107 108 109 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 106 class CancelExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |