Package api
Interface SubmitOuterClass.JobSetFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitOuterClass.JobSetFilter,SubmitOuterClass.JobSetFilter.Builder
- Enclosing class:
- SubmitOuterClass
public static interface SubmitOuterClass.JobSetFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmitOuterClass.JobStategetStates(int index)repeated .api.JobState states = 1;intgetStatesCount()repeated .api.JobState states = 1;List<SubmitOuterClass.JobState>getStatesList()repeated .api.JobState states = 1;intgetStatesValue(int index)repeated .api.JobState states = 1;List<Integer>getStatesValueList()repeated .api.JobState states = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatesList
List<SubmitOuterClass.JobState> getStatesList()
repeated .api.JobState states = 1;- Returns:
- A list containing the states.
-
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.
-
-