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.
-
#unreachable ⇒ ::Array<::String>
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
.
773 774 775 776 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 773 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.
773 774 775 776 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 773 class ListWorkflowTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns 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.
773 774 775 776 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 773 class ListWorkflowTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |