Class: Google::Cloud::Deploy::V1::GetAutomationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetAutomationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for GetAutomation
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the Automation
. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}
.
3508 3509 3510 3511 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3508 class GetAutomationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |