Package api

Interface SubmitOuterClass.JobPreemptRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJobIds​(int index)
      repeated string job_ids = 3;
      com.google.protobuf.ByteString getJobIdsBytes​(int index)
      repeated string job_ids = 3;
      int getJobIdsCount()
      repeated string job_ids = 3;
      List<String> getJobIdsList()
      repeated string job_ids = 3;
      String getJobSetId()
      string job_set_id = 2;
      com.google.protobuf.ByteString getJobSetIdBytes()
      string job_set_id = 2;
      String getQueue()
      string queue = 1;
      com.google.protobuf.ByteString getQueueBytes()
      string queue = 1;
      String getReason()
      string reason = 4;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getQueue

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

        com.google.protobuf.ByteString getQueueBytes()
        string queue = 1;
        Returns:
        The bytes for queue.
      • 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.
      • getJobIdsList

        List<String> getJobIdsList()
        repeated string job_ids = 3;
        Returns:
        A list containing the jobIds.
      • getJobIdsCount

        int getJobIdsCount()
        repeated string job_ids = 3;
        Returns:
        The count of jobIds.
      • getJobIds

        String getJobIds​(int index)
        repeated string job_ids = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The jobIds at the given index.
      • getJobIdsBytes

        com.google.protobuf.ByteString getJobIdsBytes​(int index)
        repeated string job_ids = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the jobIds at the given index.
      • getReason

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

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