Interface Release.TargetRenderOrBuilder (1.0.2)

public static interface Release.TargetRenderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for renderingBuild.

getRenderingState()

public abstract Release.TargetRender.TargetRenderState getRenderingState()

Output only. Current state of the render operation for this Target.

.google.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Release.TargetRender.TargetRenderState

The renderingState.

getRenderingStateValue()

public abstract int getRenderingStateValue()

Output only. Current state of the render operation for this Target.

.google.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for renderingState.