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_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=
def rollout=(value) -> ::String
Parameter
- value (::String) — The name of the rollout.
Returns
- (::String) — The name of the rollout.
#rollout_update_type
def rollout_update_type() -> ::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType
Returns
- (::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType) — The type of the rollout update.
#rollout_update_type=
def rollout_update_type=(value) -> ::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType
Parameter
- value (::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType) — The type of the rollout update.
Returns
- (::Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType) — The type of the rollout update.
#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
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a rollout update event.
#type=
def type=(value) -> ::Google::Cloud::Deploy::V1::Type
Parameter
- value (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a rollout update event.
Returns
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a rollout update event.