Class: Google::Cloud::Deploy::V1::AutomationRunEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AutomationRunEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/automationrun_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/automation_run" Platform Log event that describes the AutomationRun related events.
Instance Attribute Summary collapse
-
#automation_id ⇒ ::String
Identifier of the
Automation
. -
#automation_run ⇒ ::String
The name of the
AutomationRun
. -
#destination_target_id ⇒ ::String
ID of the
Target
to which theAutomationRun
is created. -
#message ⇒ ::String
Debug message for when there is an update on the AutomationRun.
-
#pipeline_uid ⇒ ::String
Unique identifier of the
DeliveryPipeline
. -
#rule_id ⇒ ::String
Identifier of the
Automation
rule. -
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#automation_id ⇒ ::String
Returns Identifier of the Automation
.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#automation_run ⇒ ::String
Returns The name of the AutomationRun
.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_target_id ⇒ ::String
Returns ID of the Target
to which the AutomationRun
is created.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_uid ⇒ ::String
Returns Unique identifier of the DeliveryPipeline
.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_id ⇒ ::String
Returns Identifier of the Automation
rule.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Returns Type of this notification, e.g. for a Pub/Sub failure.
48 49 50 51 |
# File 'proto_docs/google/cloud/deploy/v1/automationrun_payload.rb', line 48 class AutomationRunEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |