Package flyteidl.admin
Interface NodeExecutionOuterClass.NodeExecutionListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.NodeExecutionList,NodeExecutionOuterClass.NodeExecutionList.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.NodeExecutionListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutiongetNodeExecutions(int index)repeated .flyteidl.admin.NodeExecution node_executions = 1;intgetNodeExecutionsCount()repeated .flyteidl.admin.NodeExecution node_executions = 1;List<NodeExecutionOuterClass.NodeExecution>getNodeExecutionsList()repeated .flyteidl.admin.NodeExecution node_executions = 1;NodeExecutionOuterClass.NodeExecutionOrBuildergetNodeExecutionsOrBuilder(int index)repeated .flyteidl.admin.NodeExecution node_executions = 1;List<? extends NodeExecutionOuterClass.NodeExecutionOrBuilder>getNodeExecutionsOrBuilderList()repeated .flyteidl.admin.NodeExecution node_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
-
getNodeExecutionsList
List<NodeExecutionOuterClass.NodeExecution> getNodeExecutionsList()
repeated .flyteidl.admin.NodeExecution node_executions = 1;
-
getNodeExecutions
NodeExecutionOuterClass.NodeExecution getNodeExecutions(int index)
repeated .flyteidl.admin.NodeExecution node_executions = 1;
-
getNodeExecutionsCount
int getNodeExecutionsCount()
repeated .flyteidl.admin.NodeExecution node_executions = 1;
-
getNodeExecutionsOrBuilderList
List<? extends NodeExecutionOuterClass.NodeExecutionOrBuilder> getNodeExecutionsOrBuilderList()
repeated .flyteidl.admin.NodeExecution node_executions = 1;
-
getNodeExecutionsOrBuilder
NodeExecutionOuterClass.NodeExecutionOrBuilder getNodeExecutionsOrBuilder(int index)
repeated .flyteidl.admin.NodeExecution node_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.
-
-