Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest (v1.1.0)

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 ListSessions call. 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 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.

#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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.