Interface QueryWorkflowInvocationActionsResponseOrBuilder

    • Method Detail

      • getWorkflowInvocationActionsList

        List<WorkflowInvocationAction> getWorkflowInvocationActionsList()
         List of workflow invocation actions.
         
        repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
      • getWorkflowInvocationActions

        WorkflowInvocationAction getWorkflowInvocationActions​(int index)
         List of workflow invocation actions.
         
        repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
      • getWorkflowInvocationActionsCount

        int getWorkflowInvocationActionsCount()
         List of workflow invocation actions.
         
        repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
      • getWorkflowInvocationActionsOrBuilderList

        List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()
         List of workflow invocation actions.
         
        repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
      • getWorkflowInvocationActionsOrBuilder

        WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder​(int index)
         List of workflow invocation actions.
         
        repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.