Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::AutomationEvent.
Payload proto for "clouddeploy.googleapis.com/automation" Platform Log event that describes the Automation related events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#automation
def automation() -> ::String
Returns
-
(::String) — The name of the
AutomationRun
.
#automation=
def automation=(value) -> ::String
Parameter
-
value (::String) — The name of the
AutomationRun
.
Returns
-
(::String) — The name of the
AutomationRun
.
#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
.
#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.