public static final class Release.TargetRender extends GeneratedMessageV3 implements Release.TargetRenderOrBuilder
Details of rendering for a single target.
Protobuf type google.cloud.deploy.v1.Release.TargetRender
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FAILURE_CAUSE_FIELD_NUMBER
public static final int FAILURE_CAUSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FAILURE_MESSAGE_FIELD_NUMBER
public static final int FAILURE_MESSAGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RENDERING_BUILD_FIELD_NUMBER
public static final int RENDERING_BUILD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RENDERING_STATE_FIELD_NUMBER
public static final int RENDERING_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Release.TargetRender getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Release.TargetRender.Builder newBuilder()
newBuilder(Release.TargetRender prototype)
public static Release.TargetRender.Builder newBuilder(Release.TargetRender prototype)
public static Release.TargetRender parseDelimitedFrom(InputStream input)
public static Release.TargetRender parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Release.TargetRender parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Release.TargetRender parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Release.TargetRender parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Release.TargetRender parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Release.TargetRender parseFrom(CodedInputStream input)
public static Release.TargetRender parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.TargetRender parseFrom(InputStream input)
public static Release.TargetRender parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Release.TargetRender parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Release.TargetRender parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Release.TargetRender> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Release.TargetRender getDefaultInstanceForType()
getFailureCause()
public 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];
getFailureCauseValue()
public 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 |
Type |
Description |
int |
The enum numeric value on the wire for failureCause.
|
getFailureMessage()
public String getFailureMessage()
Output only. Additional information about the render failure, if
available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The failureMessage.
|
getFailureMessageBytes()
public ByteString getFailureMessageBytes()
Output only. Additional information about the render failure, if
available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for failureMessage.
|
public 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];
public 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];
getParserForType()
public Parser<Release.TargetRender> getParserForType()
Overrides
getRenderingBuild()
public 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 |
Type |
Description |
String |
The renderingBuild.
|
getRenderingBuildBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for renderingBuild.
|
getRenderingState()
public 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];
getRenderingStateValue()
public 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 |
Type |
Description |
int |
The enum numeric value on the wire for renderingState.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public 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 |
Type |
Description |
boolean |
Whether the metadata field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Release.TargetRender.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Release.TargetRender.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Release.TargetRender.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides