Package flyteidl.admin
Interface NodeExecutionOuterClass.NodeExecutionListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.NodeExecutionListRequest,NodeExecutionOuterClass.NodeExecutionListRequest.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.NodeExecutionListRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilters()Indicates a list of filters passed as string.com.google.protobuf.ByteStringgetFiltersBytes()Indicates a list of filters passed as string.intgetLimit()Indicates the number of resources to be returned.Common.SortgetSortBy()Sort ordering.Common.SortOrBuildergetSortByOrBuilder()Sort ordering.StringgetToken()string token = 3;com.google.protobuf.ByteStringgetTokenBytes()string token = 3;StringgetUniqueParentId()Unique identifier of the parent node in the execution +optionalcom.google.protobuf.ByteStringgetUniqueParentIdBytes()Unique identifier of the parent node in the execution +optionalIdentifierOuterClass.WorkflowExecutionIdentifiergetWorkflowExecutionId()Indicates the workflow execution to filter by.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetWorkflowExecutionIdOrBuilder()Indicates the workflow execution to filter by.booleanhasSortBy()Sort ordering.booleanhasWorkflowExecutionId()Indicates the workflow execution to filter by.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkflowExecutionId
boolean hasWorkflowExecutionId()
Indicates the workflow execution to filter by. +required
.flyteidl.core.WorkflowExecutionIdentifier workflow_execution_id = 1;- Returns:
- Whether the workflowExecutionId field is set.
-
getWorkflowExecutionId
IdentifierOuterClass.WorkflowExecutionIdentifier getWorkflowExecutionId()
Indicates the workflow execution to filter by. +required
.flyteidl.core.WorkflowExecutionIdentifier workflow_execution_id = 1;- Returns:
- The workflowExecutionId.
-
getWorkflowExecutionIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getWorkflowExecutionIdOrBuilder()
Indicates the workflow execution to filter by. +required
.flyteidl.core.WorkflowExecutionIdentifier workflow_execution_id = 1;
-
getLimit
int getLimit()
Indicates the number of resources to be returned. +required
uint32 limit = 2;- Returns:
- The limit.
-
getToken
String getToken()
string token = 3;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
string token = 3;- Returns:
- The bytes for token.
-
getFilters
String getFilters()
Indicates a list of filters passed as string. More info on constructing filters : <Link> +optional
string filters = 4;- Returns:
- The filters.
-
getFiltersBytes
com.google.protobuf.ByteString getFiltersBytes()
Indicates a list of filters passed as string. More info on constructing filters : <Link> +optional
string filters = 4;- Returns:
- The bytes for filters.
-
hasSortBy
boolean hasSortBy()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- Whether the sortBy field is set.
-
getSortBy
Common.Sort getSortBy()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- The sortBy.
-
getSortByOrBuilder
Common.SortOrBuilder getSortByOrBuilder()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;
-
getUniqueParentId
String getUniqueParentId()
Unique identifier of the parent node in the execution +optional
string unique_parent_id = 6;- Returns:
- The uniqueParentId.
-
getUniqueParentIdBytes
com.google.protobuf.ByteString getUniqueParentIdBytes()
Unique identifier of the parent node in the execution +optional
string unique_parent_id = 6;- Returns:
- The bytes for uniqueParentId.
-
-