Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionList,ExecutionOuterClass.ExecutionList.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionOuterClass.ExecutiongetExecutions(int index)repeated .flyteidl.admin.Execution executions = 1;intgetExecutionsCount()repeated .flyteidl.admin.Execution executions = 1;List<ExecutionOuterClass.Execution>getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionOrBuildergetExecutionsOrBuilder(int index)repeated .flyteidl.admin.Execution executions = 1;List<? extends ExecutionOuterClass.ExecutionOrBuilder>getExecutionsOrBuilderList()repeated .flyteidl.admin.Execution executions = 1;StringgetToken()In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query.com.google.protobuf.ByteStringgetTokenBytes()In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExecutionsList
List<ExecutionOuterClass.Execution> getExecutionsList()
repeated .flyteidl.admin.Execution executions = 1;
-
getExecutions
ExecutionOuterClass.Execution getExecutions(int index)
repeated .flyteidl.admin.Execution executions = 1;
-
getExecutionsCount
int getExecutionsCount()
repeated .flyteidl.admin.Execution executions = 1;
-
getExecutionsOrBuilderList
List<? extends ExecutionOuterClass.ExecutionOrBuilder> getExecutionsOrBuilderList()
repeated .flyteidl.admin.Execution executions = 1;
-
getExecutionsOrBuilder
ExecutionOuterClass.ExecutionOrBuilder getExecutionsOrBuilder(int index)
repeated .flyteidl.admin.Execution executions = 1;
-
getToken
String getToken()
In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty.
string token = 2;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty.
string token = 2;- Returns:
- The bytes for token.
-
-