Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RolloutUpdateEvent (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RolloutUpdateEvent.

Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — Debug message for when a rollout update event occurs.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Debug message for when a rollout update event occurs.
Returns
  • (::String) — Debug message for when a rollout update event occurs.

#pipeline_uid

def pipeline_uid() -> ::String
Returns
  • (::String) — Unique identifier of the pipeline.

#pipeline_uid=

def pipeline_uid=(value) -> ::String
Parameter
  • value (::String) — Unique identifier of the pipeline.
Returns
  • (::String) — Unique identifier of the pipeline.

#release

def release() -> ::String
Returns
  • (::String) — The name of the Release.

#release=

def release=(value) -> ::String
Parameter
  • value (::String) — The name of the Release.
Returns
  • (::String) — The name of the Release.

#release_uid

def release_uid() -> ::String
Returns
  • (::String) — Unique identifier of the release.

#release_uid=

def release_uid=(value) -> ::String
Parameter
  • value (::String) — Unique identifier of the release.
Returns
  • (::String) — Unique identifier of the release.

#rollout

def rollout() -> ::String
Returns
  • (::String) — The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.

#rollout=

def rollout=(value) -> ::String
Parameter
  • value (::String) — The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.
Returns
  • (::String) — The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.

#rollout_update_type

def rollout_update_type() -> ::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType
Returns

#rollout_update_type=

def rollout_update_type=(value) -> ::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType
Parameter
Returns

#target_id

def target_id() -> ::String
Returns
  • (::String) — ID of the target.

#target_id=

def target_id=(value) -> ::String
Parameter
  • value (::String) — ID of the target.
Returns
  • (::String) — ID of the target.

#type

def type() -> ::Google::Cloud::Deploy::V1::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::Deploy::V1::Type
Parameter
Returns