Class ListWorkflowTemplatesResponse (5.26.0)

ListWorkflowTemplatesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

Name Description
templates MutableSequence[google.cloud.dataproc_v1.types.WorkflowTemplate]
Output only. WorkflowTemplates list.
next_page_token str
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.
unreachable MutableSequence[str]
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.