Class: Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest

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 request to list session templates in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:

[field = value] AND [field [= value]] ...

Returns:

  • (::String)

    Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:

    [field = value] AND [field [= value]] ...



72
73
74
75
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 72

class ListSessionTemplatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.

Returns:

  • (::Integer)

    Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.



72
73
74
75
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 72

class ListSessionTemplatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.

Returns:

  • (::String)

    Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.



72
73
74
75
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 72

class ListSessionTemplatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent that owns this collection of session templates.

Returns:

  • (::String)

    Required. The parent that owns this collection of session templates.



72
73
74
75
# File 'proto_docs/google/cloud/dataproc/v1/session_templates.rb', line 72

class ListSessionTemplatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end