Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest.
A request to list session templates in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
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]] ...
#filter=
deffilter=(value)->::String
Parameter
-
value (::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]] ...
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]] ...
#page_size
defpage_size()->::Integer
Returns
- (::Integer) — Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.
#page_size=
defpage_size=(value)->::Integer
Parameter
- value (::Integer) — 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.
#page_token
defpage_token()->::String
Returns
-
(::String) — Optional. A page token received from a previous
ListSessionscall. Provide this token to retrieve the subsequent page.
#page_token=
defpage_token=(value)->::String
Parameter
-
value (::String) — Optional. A page token received from a previous
ListSessionscall. Provide this token to retrieve the subsequent page.
Returns
-
(::String) — Optional. A page token received from a previous
ListSessionscall. Provide this token to retrieve the subsequent page.
#parent
defparent()->::String
Returns
- (::String) — Required. The parent that owns this collection of session templates.
#parent=
defparent=(value)->::String
Parameter
- value (::String) — Required. The parent that owns this collection of session templates.
Returns
- (::String) — Required. The parent that owns this collection of session templates.