Interface DeploymentJobsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DeploymentJobs, DeploymentJobs.Builder

    public interface DeploymentJobsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDeployJob

        boolean hasDeployJob()
         Output only. The deploy Job. This is the deploy job in the phase.
         
        .google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the deployJob field is set.
      • getDeployJob

        Job getDeployJob()
         Output only. The deploy Job. This is the deploy job in the phase.
         
        .google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The deployJob.
      • getDeployJobOrBuilder

        JobOrBuilder getDeployJobOrBuilder()
         Output only. The deploy Job. This is the deploy job in the phase.
         
        .google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasVerifyJob

        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:
        Whether the verifyJob field is set.
      • getVerifyJob

        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:
        The verifyJob.
      • getVerifyJobOrBuilder

        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];
      • hasPredeployJob

        boolean hasPredeployJob()
         Output only. The predeploy Job. This is the predeploy job in the phase.
         This is the first job of the phase.
         
        .google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the predeployJob field is set.
      • getPredeployJob

        Job getPredeployJob()
         Output only. The predeploy Job. This is the predeploy job in the phase.
         This is the first job of the phase.
         
        .google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The predeployJob.
      • getPredeployJobOrBuilder

        JobOrBuilder getPredeployJobOrBuilder()
         Output only. The predeploy Job. This is the predeploy job in the phase.
         This is the first job of the phase.
         
        .google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasPostdeployJob

        boolean hasPostdeployJob()
         Output only. The postdeploy Job. This is the postdeploy job in the phase.
         This is the last job of the phase.
         
        .google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the postdeployJob field is set.
      • getPostdeployJob

        Job getPostdeployJob()
         Output only. The postdeploy Job. This is the postdeploy job in the phase.
         This is the last job of the phase.
         
        .google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The postdeployJob.
      • getPostdeployJobOrBuilder

        JobOrBuilder getPostdeployJobOrBuilder()
         Output only. The postdeploy Job. This is the postdeploy job in the phase.
         This is the last job of the phase.
         
        .google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];