Class: Google::Cloud::Run::V2::DeleteExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::DeleteExecutionRequest
- 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 deleting 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.
86 87 88 89 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 86 class DeleteExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the Execution to delete.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
,
where {project}
can be project id or number.
86 87 88 89 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 86 class DeleteExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Indicates that the request should be validated without actually deleting any resources.
86 87 88 89 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 86 class DeleteExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |