Interface TaskExecutionOuterClass.TaskExecutionListOrBuilder

    • Method Detail

      • getTaskExecutionsCount

        int getTaskExecutionsCount()
        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.