Package api

Interface SubmitOuterClass.QueueCancelRequestOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getPriorityClassesList

        List<String> getPriorityClassesList()
        repeated string priorityClasses = 2;
        Returns:
        A list containing the priorityClasses.
      • getPriorityClassesCount

        int getPriorityClassesCount()
        repeated string priorityClasses = 2;
        Returns:
        The count of priorityClasses.
      • getPriorityClasses

        String getPriorityClasses​(int index)
        repeated string priorityClasses = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The priorityClasses at the given index.
      • getPriorityClassesBytes

        com.google.protobuf.ByteString getPriorityClassesBytes​(int index)
        repeated string priorityClasses = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the priorityClasses at the given index.
      • getJobStatesList

        List<SubmitOuterClass.JobState> getJobStatesList()
         In practice jobs are only cancellable from non-terminal states
         
        repeated .api.JobState jobStates = 3;
        Returns:
        A list containing the jobStates.
      • getJobStatesCount

        int getJobStatesCount()
         In practice jobs are only cancellable from non-terminal states
         
        repeated .api.JobState jobStates = 3;
        Returns:
        The count of jobStates.
      • getJobStates

        SubmitOuterClass.JobState getJobStates​(int index)
         In practice jobs are only cancellable from non-terminal states
         
        repeated .api.JobState jobStates = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The jobStates at the given index.
      • getJobStatesValueList

        List<Integer> getJobStatesValueList()
         In practice jobs are only cancellable from non-terminal states
         
        repeated .api.JobState jobStates = 3;
        Returns:
        A list containing the enum numeric values on the wire for jobStates.
      • getJobStatesValue

        int getJobStatesValue​(int index)
         In practice jobs are only cancellable from non-terminal states
         
        repeated .api.JobState jobStates = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of jobStates at the given index.