Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse.
A response to a request to list workflow templates in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
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
.
#templates
def templates() -> ::Array<::Google::Cloud::Dataproc::V1::WorkflowTemplate>
Returns
- (::Array<::Google::Cloud::Dataproc::V1::WorkflowTemplate>) — Output only. WorkflowTemplates list.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.