Class: Google::Cloud::Dataproc::V1::ListSessionTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListSessionTemplatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/session_templates.rb
Overview
A list of session templates.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#session_templates ⇒ ::Array<::Google::Cloud::Dataproc::V1::SessionTemplate>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
85 86 87 88 |
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 85 class ListSessionTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_templates ⇒ ::Array<::Google::Cloud::Dataproc::V1::SessionTemplate> (readonly)
Returns Output only. Session template list.
85 86 87 88 |
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 85 class ListSessionTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |