Package com.google.cloud.deploy.v1
Interface Release.TargetRenderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Release.TargetRender
,Release.TargetRender.Builder
- Enclosing class:
- Release
public static interface Release.TargetRenderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRenderingBuild
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:
- The renderingBuild.
-
getRenderingBuildBytes
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) = { ... }
- Returns:
- The bytes for renderingBuild.
-
getRenderingStateValue
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:
- The enum numeric value on the wire for renderingState.
-
getRenderingState
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:
- The renderingState.
-
hasMetadata
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];
- Returns:
- Whether the metadata field is set.
-
getMetadata
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];
- Returns:
- The metadata.
-
getMetadataOrBuilder
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];
-
getFailureCauseValue
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];
- Returns:
- The enum numeric value on the wire for failureCause.
-
getFailureCause
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];
- Returns:
- The failureCause.
-
getFailureMessage
String getFailureMessage()
Output only. Additional information about the render failure, if available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The failureMessage.
-
getFailureMessageBytes
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];
- Returns:
- The bytes for failureMessage.
-
-