public interface ReleaseRenderEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Debug message for when a render transition occurs.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when a render transition occurs.
|
String |
getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
|
com.google.protobuf.ByteString |
getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
|
String |
getRelease()
The name of the release.
|
com.google.protobuf.ByteString |
getReleaseBytes()
The name of the release.
|
Release.RenderState |
getReleaseRenderState()
The state of the release render.
|
int |
getReleaseRenderStateValue()
The state of the release render.
|
Type |
getType()
Type of this notification, e.g.
|
int |
getTypeValue()
Type of this notification, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
string message = 1;String getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 4;com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 4;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;com.google.protobuf.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;int getTypeValue()
Type of this notification, e.g. for a release render state change event.
.google.cloud.deploy.v1.Type type = 5;Type getType()
Type of this notification, e.g. for a release render state change event.
.google.cloud.deploy.v1.Type type = 5;int getReleaseRenderStateValue()
The state of the release render.
.google.cloud.deploy.v1.Release.RenderState release_render_state = 3;Release.RenderState getReleaseRenderState()
The state of the release render.
.google.cloud.deploy.v1.Release.RenderState release_render_state = 3;Copyright © 2024 Google LLC. All rights reserved.