Class: Google::Cloud::Deploy::V1::DeleteAutomationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeleteAutomationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for DeleteAutomation.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
4219 4220 4221 4222 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4219 class DeleteAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
4219 4220 4221 4222 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4219 class DeleteAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
4219 4220 4221 4222 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4219 class DeleteAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
4219 4220 4221 4222 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4219 class DeleteAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
4219 4220 4221 4222 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4219 class DeleteAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |