Class: Google::Cloud::Deploy::V1::AutomationRunEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#automation_id::String

Returns Identifier of the Automation.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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