Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::AutomationRunEvent.
Payload proto for "clouddeploy.googleapis.com/automation_run" Platform Log event that describes the AutomationRun related events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#automation_id
def automation_id() -> ::String
Returns
-
(::String) — Identifier of the
Automation
.
#automation_id=
def automation_id=(value) -> ::String
Parameter
-
value (::String) — Identifier of the
Automation
.
Returns
-
(::String) — Identifier of the
Automation
.
#automation_run
def automation_run() -> ::String
Returns
-
(::String) — The name of the
AutomationRun
.
#automation_run=
def automation_run=(value) -> ::String
Parameter
-
value (::String) — The name of the
AutomationRun
.
Returns
-
(::String) — The name of the
AutomationRun
.
#destination_target_id
def destination_target_id() -> ::String
Returns
-
(::String) — ID of the
Target
to which theAutomationRun
is created.
#destination_target_id=
def destination_target_id=(value) -> ::String
Parameter
-
value (::String) — ID of the
Target
to which theAutomationRun
is created.
Returns
-
(::String) — ID of the
Target
to which theAutomationRun
is created.
#message
def message() -> ::String
Returns
- (::String) — Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
Returns
- (::String) — Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
#pipeline_uid
def pipeline_uid() -> ::String
Returns
-
(::String) — Unique identifier of the
DeliveryPipeline
.
#pipeline_uid=
def pipeline_uid=(value) -> ::String
Parameter
-
value (::String) — Unique identifier of the
DeliveryPipeline
.
Returns
-
(::String) — Unique identifier of the
DeliveryPipeline
.
#rule_id
def rule_id() -> ::String
Returns
-
(::String) — Identifier of the
Automation
rule.
#rule_id=
def rule_id=(value) -> ::String
Parameter
-
value (::String) — Identifier of the
Automation
rule.
Returns
-
(::String) — Identifier of the
Automation
rule.
#type
def type() -> ::Google::Cloud::Deploy::V1::Type
Returns
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a Pub/Sub failure.
#type=
def type=(value) -> ::Google::Cloud::Deploy::V1::Type
Parameter
- value (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a Pub/Sub failure.
Returns
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a Pub/Sub failure.