Package api

Interface EventOuterClass.JobPreemptedEventOrBuilder

    • 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.
      • getJobSetId

        String getJobSetId()
        string job_set_id = 2;
        Returns:
        The jobSetId.
      • getJobSetIdBytes

        com.google.protobuf.ByteString getJobSetIdBytes()
        string job_set_id = 2;
        Returns:
        The bytes for jobSetId.
      • getQueue

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

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

        boolean hasCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        Whether the created field is set.
      • getCreated

        com.google.protobuf.Timestamp getCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        The created.
      • getCreatedOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
        .google.protobuf.Timestamp created = 4;
      • getClusterId

        String getClusterId()
        string cluster_id = 5;
        Returns:
        The clusterId.
      • getClusterIdBytes

        com.google.protobuf.ByteString getClusterIdBytes()
        string cluster_id = 5;
        Returns:
        The bytes for clusterId.
      • getRunId

        String getRunId()
        string run_id = 6;
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
        string run_id = 6;
        Returns:
        The bytes for runId.
      • getPreemptiveJobId

        String getPreemptiveJobId()
        string preemptive_job_id = 7;
        Returns:
        The preemptiveJobId.
      • getPreemptiveJobIdBytes

        com.google.protobuf.ByteString getPreemptiveJobIdBytes()
        string preemptive_job_id = 7;
        Returns:
        The bytes for preemptiveJobId.
      • getPreemptiveRunId

        String getPreemptiveRunId()
        string preemptive_run_id = 8;
        Returns:
        The preemptiveRunId.
      • getPreemptiveRunIdBytes

        com.google.protobuf.ByteString getPreemptiveRunIdBytes()
        string preemptive_run_id = 8;
        Returns:
        The bytes for preemptiveRunId.
      • getReason

        String getReason()
        string reason = 9;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 9;
        Returns:
        The bytes for reason.