Class: Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse
- 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
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#templates ⇒ ::Array<::Google::Cloud::Dataproc::V1::WorkflowTemplate>
readonly
Output only.
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
.
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.
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 |