Google Cloud Dataproc V1 Client - Class ListSessionTemplatesRequest (3.13.3)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListSessionTemplatesRequest.

A request to list session templates in a project.

Generated from protobuf message google.cloud.dataproc.v1.ListSessionTemplatesRequest

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

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

↳ page_token string

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

↳ filter 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]] ...

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of sessions to return in each response.

The service may return fewer than this value.

Returns
Type Description
int

setPageSize

Optional. The maximum number of sessions to return in each response.

The service may return fewer than this value.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A page token received from a previous ListSessions call.

Provide this token to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

Optional. A page token received from a previous ListSessions call.

Provide this token to retrieve the subsequent page.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

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
Type Description
string

setFilter

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent that owns this collection of session templates. Please see Google\Cloud\Dataproc\V1\SessionTemplateControllerClient::locationName() for help formatting this field.

Returns
Type Description
Google\Cloud\Dataproc\V1\ListSessionTemplatesRequest