Class: Google::Cloud::Dataproc::V1beta2::ListWorkflowTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ListWorkflowTemplatesResponse
- 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
-
#next_page_token ⇒ String
Output only.
-
#templates ⇒ Array<Google::Cloud::Dataproc::V1beta2::WorkflowTemplate>
Output only.
Instance Attribute Details
#next_page_token ⇒ String
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.
553 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 553 class ListWorkflowTemplatesResponse; end |
#templates ⇒ Array<Google::Cloud::Dataproc::V1beta2::WorkflowTemplate>
Returns Output only. WorkflowTemplates list.
553 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 553 class ListWorkflowTemplatesResponse; end |