Package flyteidl.admin
Interface TaskExecutionOuterClass.TaskExecutionListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskExecutionOuterClass.TaskExecutionList,TaskExecutionOuterClass.TaskExecutionList.Builder
- Enclosing class:
- TaskExecutionOuterClass
public static interface TaskExecutionOuterClass.TaskExecutionListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskExecutionOuterClass.TaskExecutiongetTaskExecutions(int index)repeated .flyteidl.admin.TaskExecution task_executions = 1;intgetTaskExecutionsCount()repeated .flyteidl.admin.TaskExecution task_executions = 1;List<TaskExecutionOuterClass.TaskExecution>getTaskExecutionsList()repeated .flyteidl.admin.TaskExecution task_executions = 1;TaskExecutionOuterClass.TaskExecutionOrBuildergetTaskExecutionsOrBuilder(int index)repeated .flyteidl.admin.TaskExecution task_executions = 1;List<? extends TaskExecutionOuterClass.TaskExecutionOrBuilder>getTaskExecutionsOrBuilderList()repeated .flyteidl.admin.TaskExecution task_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
-
getTaskExecutionsList
List<TaskExecutionOuterClass.TaskExecution> getTaskExecutionsList()
repeated .flyteidl.admin.TaskExecution task_executions = 1;
-
getTaskExecutions
TaskExecutionOuterClass.TaskExecution getTaskExecutions(int index)
repeated .flyteidl.admin.TaskExecution task_executions = 1;
-
getTaskExecutionsCount
int getTaskExecutionsCount()
repeated .flyteidl.admin.TaskExecution task_executions = 1;
-
getTaskExecutionsOrBuilderList
List<? extends TaskExecutionOuterClass.TaskExecutionOrBuilder> getTaskExecutionsOrBuilderList()
repeated .flyteidl.admin.TaskExecution task_executions = 1;
-
getTaskExecutionsOrBuilder
TaskExecutionOuterClass.TaskExecutionOrBuilder getTaskExecutionsOrBuilder(int index)
repeated .flyteidl.admin.TaskExecution task_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.
-
-