Class: Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/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_token::String (readonly)

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.



694
695
696
697
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 694

class ListWorkflowTemplatesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#templates::Array<::Google::Cloud::Dataproc::V1::WorkflowTemplate> (readonly)

Returns Output only. WorkflowTemplates list.

Returns:



694
695
696
697
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 694

class ListWorkflowTemplatesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end