Interface JobOrBuilder

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

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

      • getId

        String getId()
         Output only. The ID of the Job.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Output only. The ID of the Job.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for id.
      • getStateValue

        int getStateValue()
         Output only. The current state of the Job.
         
        .google.cloud.deploy.v1.Job.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        Job.State getState()
         Output only. The current state of the Job.
         
        .google.cloud.deploy.v1.Job.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • getSkipMessage

        String getSkipMessage()
         Output only. Additional information on why the Job was skipped, if
         available.
         
        string skip_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The skipMessage.
      • getSkipMessageBytes

        com.google.protobuf.ByteString getSkipMessageBytes()
         Output only. Additional information on why the Job was skipped, if
         available.
         
        string skip_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for skipMessage.
      • getJobRun

        String getJobRun()
         Output only. The name of the `JobRun` responsible for the most recent
         invocation of this Job.
         
        string job_run = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The jobRun.
      • getJobRunBytes

        com.google.protobuf.ByteString getJobRunBytes()
         Output only. The name of the `JobRun` responsible for the most recent
         invocation of this Job.
         
        string job_run = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for jobRun.
      • hasDeployJob

        boolean hasDeployJob()
         Output only. A deploy Job.
         
        .google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the deployJob field is set.
      • getDeployJob

        DeployJob getDeployJob()
         Output only. A deploy Job.
         
        .google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The deployJob.
      • getDeployJobOrBuilder

        DeployJobOrBuilder getDeployJobOrBuilder()
         Output only. A deploy Job.
         
        .google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasVerifyJob

        boolean hasVerifyJob()
         Output only. A verify Job.
         
        .google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the verifyJob field is set.
      • getVerifyJob

        VerifyJob getVerifyJob()
         Output only. A verify Job.
         
        .google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The verifyJob.
      • getVerifyJobOrBuilder

        VerifyJobOrBuilder getVerifyJobOrBuilder()
         Output only. A verify Job.
         
        .google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasPredeployJob

        boolean hasPredeployJob()
         Output only. A predeploy Job.
         
        .google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the predeployJob field is set.
      • getPredeployJob

        PredeployJob getPredeployJob()
         Output only. A predeploy Job.
         
        .google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The predeployJob.
      • getPredeployJobOrBuilder

        PredeployJobOrBuilder getPredeployJobOrBuilder()
         Output only. A predeploy Job.
         
        .google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasPostdeployJob

        boolean hasPostdeployJob()
         Output only. A postdeploy Job.
         
        .google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the postdeployJob field is set.
      • getPostdeployJob

        PostdeployJob getPostdeployJob()
         Output only. A postdeploy Job.
         
        .google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The postdeployJob.
      • getPostdeployJobOrBuilder

        PostdeployJobOrBuilder getPostdeployJobOrBuilder()
         Output only. A postdeploy Job.
         
        .google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasCreateChildRolloutJob

        boolean hasCreateChildRolloutJob()
         Output only. A createChildRollout Job.
         
        .google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createChildRolloutJob field is set.
      • getCreateChildRolloutJob

        CreateChildRolloutJob getCreateChildRolloutJob()
         Output only. A createChildRollout Job.
         
        .google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createChildRolloutJob.
      • getCreateChildRolloutJobOrBuilder

        CreateChildRolloutJobOrBuilder getCreateChildRolloutJobOrBuilder()
         Output only. A createChildRollout Job.
         
        .google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasAdvanceChildRolloutJob

        boolean hasAdvanceChildRolloutJob()
         Output only. An advanceChildRollout Job.
         
        .google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the advanceChildRolloutJob field is set.
      • getAdvanceChildRolloutJob

        AdvanceChildRolloutJob getAdvanceChildRolloutJob()
         Output only. An advanceChildRollout Job.
         
        .google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The advanceChildRolloutJob.
      • getAdvanceChildRolloutJobOrBuilder

        AdvanceChildRolloutJobOrBuilder getAdvanceChildRolloutJobOrBuilder()
         Output only. An advanceChildRollout Job.
         
        .google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];