Class: Google::Cloud::Dataproc::V1beta2::ListWorkflowTemplatesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb

Overview

A response to a request to list workflow templates in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListWorkflowTemplatesRequest.

Returns:

  • (String)

    Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListWorkflowTemplatesRequest.



553
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 553

class ListWorkflowTemplatesResponse; end

#templatesArray<Google::Cloud::Dataproc::V1beta2::WorkflowTemplate>

Returns Output only. WorkflowTemplates list.

Returns:



553
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 553

class ListWorkflowTemplatesResponse; end