Class: Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
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]] ...
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.
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.
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.
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 |