Class: Google::Cloud::Dataproc::V1::ListSessionTemplatesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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