Interface NodeExecutionOuterClass.NodeExecutionListRequestOrBuilder

    • Method Detail

      • hasWorkflowExecutionId

        boolean hasWorkflowExecutionId()
         Indicates the workflow execution to filter by.
         
        .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.
         
        .flyteidl.core.WorkflowExecutionIdentifier workflow_execution_id = 1;
        Returns:
        The workflowExecutionId.
      • getLimit

        int getLimit()
         Indicates the number of resources to be returned.
         
        uint32 limit = 2;
        Returns:
        The limit.
      • getToken

        java.lang.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.
         +optional
         
        string token = 3;
        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.
         +optional
         
        string token = 3;
        Returns:
        The bytes for token.
      • getFilters

        java.lang.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;