public static interface Release.TargetRenderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFailureCause()
public abstract Release.TargetRender.FailureCause getFailureCause()
Output only. Reason this render failed. This will always be unspecified while the render in progress.
.google.events.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4;
Returns | |
---|---|
Type | Description |
Release.TargetRender.FailureCause |
The failureCause. |
getFailureCauseValue()
public abstract int getFailureCauseValue()
Output only. Reason this render failed. This will always be unspecified while the render in progress.
.google.events.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for failureCause. |
getFailureMessage()
public abstract String getFailureMessage()
Output only. Additional information about the render failure, if available.
string failure_message = 5;
Returns | |
---|---|
Type | Description |
String |
The failureMessage. |
getFailureMessageBytes()
public abstract ByteString getFailureMessageBytes()
Output only. Additional information about the render failure, if available.
string failure_message = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for failureMessage. |
getMetadata()
public abstract RenderMetadata getMetadata()
Output only. Metadata related to the Release
render for this Target.
.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;
Returns | |
---|---|
Type | Description |
RenderMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract RenderMetadataOrBuilder getMetadataOrBuilder()
Output only. Metadata related to the Release
render for this Target.
.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;
Returns | |
---|---|
Type | Description |
RenderMetadataOrBuilder |
getRenderingBuild()
public abstract String getRenderingBuild()
Output only. The resource name of the Cloud Build Build
object that is
used to render the manifest for this target. Format is
projects/{project}/locations/{location}/builds/{build}
.
string rendering_build = 1;
Returns | |
---|---|
Type | Description |
String |
The renderingBuild. |
getRenderingBuildBytes()
public abstract ByteString getRenderingBuildBytes()
Output only. The resource name of the Cloud Build Build
object that is
used to render the manifest for this target. Format is
projects/{project}/locations/{location}/builds/{build}
.
string rendering_build = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for renderingBuild. |
getRenderingState()
public abstract Release.TargetRender.TargetRenderState getRenderingState()
Output only. Current state of the render operation for this Target.
.google.events.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2;
Returns | |
---|---|
Type | Description |
Release.TargetRender.TargetRenderState |
The renderingState. |
getRenderingStateValue()
public abstract int getRenderingStateValue()
Output only. Current state of the render operation for this Target.
.google.events.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for renderingState. |
hasMetadata()
public abstract boolean hasMetadata()
Output only. Metadata related to the Release
render for this Target.
.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |