Class: Google::Cloud::Dataproc::V1beta2::ListWorkflowTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ListWorkflowTemplatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/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::V1beta2::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
.
708 709 710 711 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 708 class ListWorkflowTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#templates ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::WorkflowTemplate> (readonly)
Returns Output only. WorkflowTemplates list.
708 709 710 711 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 708 class ListWorkflowTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |