Class: Google::Cloud::Deploy::V1::CreateAutomationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CreateAutomationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for CreateAutomation.
Instance Attribute Summary collapse
-
#automation ⇒ ::Google::Cloud::Deploy::V1::Automation
Required.
-
#automation_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#automation ⇒ ::Google::Cloud::Deploy::V1::Automation
4144 4145 4146 4147 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4144 class CreateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#automation_id ⇒ ::String
4144 4145 4146 4147 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4144 class CreateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
4144 4145 4146 4147 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4144 class CreateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
4144 4145 4146 4147 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4144 class CreateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
4144 4145 4146 4147 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4144 class CreateAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |