Interface ReleaseRenderEventOrBuilder (1.42.0)

public interface ReleaseRenderEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

public abstract String getMessage()

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

string message = 1;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

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

string message = 1;

Returns
Type Description
ByteString

The bytes for message.

getPipelineUid()

public abstract String getPipelineUid()

Unique identifier of the DeliveryPipeline.

string pipeline_uid = 4;

Returns
Type Description
String

The pipelineUid.

getPipelineUidBytes()

public abstract ByteString getPipelineUidBytes()

Unique identifier of the DeliveryPipeline.

string pipeline_uid = 4;

Returns
Type Description
ByteString

The bytes for pipelineUid.

getRelease()

public abstract String getRelease()

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.

string release = 2;

Returns
Type Description
String

The release.

getReleaseBytes()

public abstract ByteString getReleaseBytes()

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.

string release = 2;

Returns
Type Description
ByteString

The bytes for release.

getReleaseRenderState()

public abstract Release.RenderState getReleaseRenderState()

The state of the release render.

.google.cloud.deploy.v1.Release.RenderState release_render_state = 3;

Returns
Type Description
Release.RenderState

The releaseRenderState.

getReleaseRenderStateValue()

public abstract int getReleaseRenderStateValue()

The state of the release render.

.google.cloud.deploy.v1.Release.RenderState release_render_state = 3;

Returns
Type Description
int

The enum numeric value on the wire for releaseRenderState.

getType()

public abstract Type getType()

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

.google.cloud.deploy.v1.Type type = 5;

Returns
Type Description
Type

The type.

getTypeValue()

public abstract int getTypeValue()

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

.google.cloud.deploy.v1.Type type = 5;

Returns
Type Description
int

The enum numeric value on the wire for type.