public static interface Release.TargetRenderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Release.TargetRender.FailureCause |
getFailureCause()
Output only.
|
int |
getFailureCauseValue()
Output only.
|
String |
getFailureMessage()
Output only.
|
com.google.protobuf.ByteString |
getFailureMessageBytes()
Output only.
|
RenderMetadata |
getMetadata()
Output only.
|
RenderMetadataOrBuilder |
getMetadataOrBuilder()
Output only.
|
String |
getRenderingBuild()
Output only.
|
com.google.protobuf.ByteString |
getRenderingBuildBytes()
Output only.
|
Release.TargetRender.TargetRenderState |
getRenderingState()
Output only.
|
int |
getRenderingStateValue()
Output only.
|
boolean |
hasMetadata()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];
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];
boolean hasMetadata()
Output only. Metadata related to the `Release` render for this Target.
.google.cloud.deploy.v1.RenderMetadata metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
RenderMetadata getMetadata()
Output only. Metadata related to the `Release` render for this Target.
.google.cloud.deploy.v1.RenderMetadata metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
RenderMetadataOrBuilder getMetadataOrBuilder()
Output only. Metadata related to the `Release` render for this Target.
.google.cloud.deploy.v1.RenderMetadata metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getFailureCauseValue()
Output only. Reason this render failed. This will always be unspecified while the render in progress.
.google.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Release.TargetRender.FailureCause getFailureCause()
Output only. Reason this render failed. This will always be unspecified while the render in progress.
.google.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getFailureMessage()
Output only. Additional information about the render failure, if available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getFailureMessageBytes()
Output only. Additional information about the render failure, if available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.