Package api

Interface SubmitOuterClass.JobSetFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SubmitOuterClass.JobState getStates​(int index)
      repeated .api.JobState states = 1;
      int getStatesCount()
      repeated .api.JobState states = 1;
      List<SubmitOuterClass.JobState> getStatesList()
      repeated .api.JobState states = 1;
      int getStatesValue​(int index)
      repeated .api.JobState states = 1;
      List<Integer> getStatesValueList()
      repeated .api.JobState states = 1;
      • 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

      • getStatesCount

        int getStatesCount()
        repeated .api.JobState states = 1;
        Returns:
        The count of states.
      • getStates

        SubmitOuterClass.JobState getStates​(int index)
        repeated .api.JobState states = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The states at the given index.
      • getStatesValueList

        List<Integer> getStatesValueList()
        repeated .api.JobState states = 1;
        Returns:
        A list containing the enum numeric values on the wire for states.
      • getStatesValue

        int getStatesValue​(int index)
        repeated .api.JobState states = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of states at the given index.