Google Cloud Dataproc V1 Client - Class ListSessionTemplatesResponse (3.13.3)

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

A list of session templates.

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

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ session_templates array<Google\Cloud\Dataproc\V1\SessionTemplate>

Output only. Session template list

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getSessionTemplates

Output only. Session template list

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSessionTemplates

Output only. Session template list

Parameter
Name Description
var array<Google\Cloud\Dataproc\V1\SessionTemplate>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this