Class: Google::Cloud::Deploy::V1::UpdateAutomationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::UpdateAutomationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for UpdateAutomation.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#automation ⇒ ::Google::Cloud::Deploy::V1::Automation
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
4099 4100 4101 4102 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4099 class UpdateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#automation ⇒ ::Google::Cloud::Deploy::V1::Automation
4099 4100 4101 4102 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4099 class UpdateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
4099 4100 4101 4102 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4099 class UpdateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
4099 4100 4101 4102 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4099 class UpdateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
4099 4100 4101 4102 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4099 class UpdateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |