Class: Google::Cloud::Run::V2::DeleteRevisionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::DeleteRevisionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/revision.rb
Overview
Request message for deleting a retired Revision. Revision lifecycle is usually managed by making changes to the parent Service. Only retired revisions can be deleted with this API.
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/revision.rb', line 86 class DeleteRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}.
86 87 88 89 |
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 86 class DeleteRevisionRequest 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/revision.rb', line 86 class DeleteRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |