Show / Hide Table of Contents

Class ReleaseRenderEvent

Payload proto for "clouddeploy.googleapis.com/release_render" Platform Log event that describes the render status change.

Inheritance
object
ReleaseRenderEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ReleaseRenderEvent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

PipelineUid

Unique identifier of the DeliveryPipeline.

Declaration
[JsonProperty("pipelineUid")]
public virtual string PipelineUid { get; set; }
Property Value
Type Description
string

Release

The name of the release. release_uid is not in this log message because we write some of these log messages at release creation time, before we've generated the uid.

Declaration
[JsonProperty("release")]
public virtual string Release { get; set; }
Property Value
Type Description
string

ReleaseRenderState

The state of the release render.

Declaration
[JsonProperty("releaseRenderState")]
public virtual string ReleaseRenderState { get; set; }
Property Value
Type Description
string

Type

Type of this notification, e.g. for a release render state change event.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX