Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::ReleaseNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#message
def message() -> ::String
Returns
- (::String) — Debug message for when a notification fails to send.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Debug message for when a notification fails to send.
Returns
- (::String) — Debug message for when a notification fails to send.
#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
.
#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.