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.