Package api

Interface Job.JobDetailsOrBuilder

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

    public static interface Job.JobDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getJobId

        String getJobId()
        string job_id = 1;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
        string job_id = 1;
        Returns:
        The bytes for jobId.
      • getQueue

        String getQueue()
        string queue = 2;
        Returns:
        The queue.
      • getQueueBytes

        com.google.protobuf.ByteString getQueueBytes()
        string queue = 2;
        Returns:
        The bytes for queue.
      • getJobset

        String getJobset()
        string jobset = 3;
        Returns:
        The jobset.
      • getJobsetBytes

        com.google.protobuf.ByteString getJobsetBytes()
        string jobset = 3;
        Returns:
        The bytes for jobset.
      • getNamespace

        String getNamespace()
        string namespace = 4;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 4;
        Returns:
        The bytes for namespace.
      • getStateValue

        int getStateValue()
        .api.JobState state = 5;
        Returns:
        The enum numeric value on the wire for state.
      • hasSubmittedTs

        boolean hasSubmittedTs()
        .google.protobuf.Timestamp submitted_ts = 6;
        Returns:
        Whether the submittedTs field is set.
      • getSubmittedTs

        com.google.protobuf.Timestamp getSubmittedTs()
        .google.protobuf.Timestamp submitted_ts = 6;
        Returns:
        The submittedTs.
      • getSubmittedTsOrBuilder

        com.google.protobuf.TimestampOrBuilder getSubmittedTsOrBuilder()
        .google.protobuf.Timestamp submitted_ts = 6;
      • hasCancelTs

        boolean hasCancelTs()
        .google.protobuf.Timestamp cancel_ts = 7;
        Returns:
        Whether the cancelTs field is set.
      • getCancelTs

        com.google.protobuf.Timestamp getCancelTs()
        .google.protobuf.Timestamp cancel_ts = 7;
        Returns:
        The cancelTs.
      • getCancelTsOrBuilder

        com.google.protobuf.TimestampOrBuilder getCancelTsOrBuilder()
        .google.protobuf.Timestamp cancel_ts = 7;
      • getCancelReason

        String getCancelReason()
        string cancel_reason = 8;
        Returns:
        The cancelReason.
      • getCancelReasonBytes

        com.google.protobuf.ByteString getCancelReasonBytes()
        string cancel_reason = 8;
        Returns:
        The bytes for cancelReason.
      • hasLastTransitionTs

        boolean hasLastTransitionTs()
        .google.protobuf.Timestamp last_transition_ts = 9;
        Returns:
        Whether the lastTransitionTs field is set.
      • getLastTransitionTs

        com.google.protobuf.Timestamp getLastTransitionTs()
        .google.protobuf.Timestamp last_transition_ts = 9;
        Returns:
        The lastTransitionTs.
      • getLastTransitionTsOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastTransitionTsOrBuilder()
        .google.protobuf.Timestamp last_transition_ts = 9;
      • getLatestRunId

        String getLatestRunId()
        string latest_run_id = 10;
        Returns:
        The latestRunId.
      • getLatestRunIdBytes

        com.google.protobuf.ByteString getLatestRunIdBytes()
        string latest_run_id = 10;
        Returns:
        The bytes for latestRunId.
      • hasJobSpec

        boolean hasJobSpec()
         Only filled in if expand_job_spec is true
         
        .api.Job job_spec = 11;
        Returns:
        Whether the jobSpec field is set.
      • getJobSpec

        SubmitOuterClass.Job getJobSpec()
         Only filled in if expand_job_spec is true
         
        .api.Job job_spec = 11;
        Returns:
        The jobSpec.
      • getJobRunsList

        List<Job.JobRunDetails> getJobRunsList()
         Only filled in if expand_job_run is true;
         
        repeated .api.JobRunDetails job_runs = 12;
      • getJobRuns

        Job.JobRunDetails getJobRuns​(int index)
         Only filled in if expand_job_run is true;
         
        repeated .api.JobRunDetails job_runs = 12;
      • getJobRunsCount

        int getJobRunsCount()
         Only filled in if expand_job_run is true;
         
        repeated .api.JobRunDetails job_runs = 12;
      • getJobRunsOrBuilderList

        List<? extends Job.JobRunDetailsOrBuilder> getJobRunsOrBuilderList()
         Only filled in if expand_job_run is true;
         
        repeated .api.JobRunDetails job_runs = 12;
      • getJobRunsOrBuilder

        Job.JobRunDetailsOrBuilder getJobRunsOrBuilder​(int index)
         Only filled in if expand_job_run is true;
         
        repeated .api.JobRunDetails job_runs = 12;