Interface DeploymentJobsOrBuilder (1.6.0)

public interface DeploymentJobsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployJob()

public abstract Job getDeployJob()

Output only. The deploy Job. This is the first job run in the phase.

.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Job

The deployJob.

getDeployJobOrBuilder()

public abstract JobOrBuilder getDeployJobOrBuilder()

Output only. The deploy Job. This is the first job run in the phase.

.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
JobOrBuilder

getVerifyJob()

public abstract Job getVerifyJob()

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Job

The verifyJob.

getVerifyJobOrBuilder()

public abstract JobOrBuilder getVerifyJobOrBuilder()

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
JobOrBuilder

hasDeployJob()

public abstract boolean hasDeployJob()

Output only. The deploy Job. This is the first job run in the phase.

.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the deployJob field is set.

hasVerifyJob()

public abstract boolean hasVerifyJob()

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the verifyJob field is set.