Package api
Interface SubmitOuterClass.QueueCancelRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitOuterClass.QueueCancelRequest,SubmitOuterClass.QueueCancelRequest.Builder
- Enclosing class:
- SubmitOuterClass
public static interface SubmitOuterClass.QueueCancelRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmitOuterClass.JobStategetJobStates(int index)In practice jobs are only cancellable from non-terminal statesintgetJobStatesCount()In practice jobs are only cancellable from non-terminal statesList<SubmitOuterClass.JobState>getJobStatesList()In practice jobs are only cancellable from non-terminal statesintgetJobStatesValue(int index)In practice jobs are only cancellable from non-terminal statesList<Integer>getJobStatesValueList()In practice jobs are only cancellable from non-terminal statesStringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;StringgetPriorityClasses(int index)repeated string priorityClasses = 2;com.google.protobuf.ByteStringgetPriorityClassesBytes(int index)repeated string priorityClasses = 2;intgetPriorityClassesCount()repeated string priorityClasses = 2;List<String>getPriorityClassesList()repeated string priorityClasses = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-