Class PostdeployJobRun.Builder (1.83.0)

public static final class PostdeployJobRun.Builder extends GeneratedMessage.Builder<PostdeployJobRun.Builder> implements PostdeployJobRunOrBuilder

PostdeployJobRun contains information specific to a postdeploy JobRun.

Protobuf type google.cloud.deploy.v1.PostdeployJobRun

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PostdeployJobRun build()
Returns
Type Description
PostdeployJobRun

buildPartial()

public PostdeployJobRun buildPartial()
Returns
Type Description
PostdeployJobRun

clear()

public PostdeployJobRun.Builder clear()
Returns
Type Description
PostdeployJobRun.Builder
Overrides

clearBuild()

public PostdeployJobRun.Builder clearBuild()

Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.

string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

clearFailureCause()

public PostdeployJobRun.Builder clearFailureCause()

Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.

.google.cloud.deploy.v1.PostdeployJobRun.FailureCause failure_cause = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

clearFailureMessage()

public PostdeployJobRun.Builder clearFailureMessage()

Output only. Additional information about the postdeploy failure, if available.

string failure_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

getBuild()

public String getBuild()

Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.

string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The build.

getBuildBytes()

public ByteString getBuildBytes()

Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.

string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for build.

getDefaultInstanceForType()

public PostdeployJobRun getDefaultInstanceForType()
Returns
Type Description
PostdeployJobRun

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFailureCause()

public PostdeployJobRun.FailureCause getFailureCause()

Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.

.google.cloud.deploy.v1.PostdeployJobRun.FailureCause failure_cause = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PostdeployJobRun.FailureCause

The failureCause.

getFailureCauseValue()

public int getFailureCauseValue()

Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.

.google.cloud.deploy.v1.PostdeployJobRun.FailureCause failure_cause = 2 [(.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 postdeploy failure, if available.

string failure_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The failureMessage.

getFailureMessageBytes()

public ByteString getFailureMessageBytes()

Output only. Additional information about the postdeploy failure, if available.

string failure_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for failureMessage.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PostdeployJobRun other)

public PostdeployJobRun.Builder mergeFrom(PostdeployJobRun other)
Parameter
Name Description
other PostdeployJobRun
Returns
Type Description
PostdeployJobRun.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PostdeployJobRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PostdeployJobRun.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PostdeployJobRun.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PostdeployJobRun.Builder
Overrides

setBuild(String value)

public PostdeployJobRun.Builder setBuild(String value)

Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.

string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The build to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

setBuildBytes(ByteString value)

public PostdeployJobRun.Builder setBuildBytes(ByteString value)

Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.

string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for build to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

setFailureCause(PostdeployJobRun.FailureCause value)

public PostdeployJobRun.Builder setFailureCause(PostdeployJobRun.FailureCause value)

Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.

.google.cloud.deploy.v1.PostdeployJobRun.FailureCause failure_cause = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value PostdeployJobRun.FailureCause

The failureCause to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

setFailureCauseValue(int value)

public PostdeployJobRun.Builder setFailureCauseValue(int value)

Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.

.google.cloud.deploy.v1.PostdeployJobRun.FailureCause failure_cause = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for failureCause to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

setFailureMessage(String value)

public PostdeployJobRun.Builder setFailureMessage(String value)

Output only. Additional information about the postdeploy failure, if available.

string failure_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The failureMessage to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.

setFailureMessageBytes(ByteString value)

public PostdeployJobRun.Builder setFailureMessageBytes(ByteString value)

Output only. Additional information about the postdeploy failure, if available.

string failure_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for failureMessage to set.

Returns
Type Description
PostdeployJobRun.Builder

This builder for chaining.