Google Cloud Notebooks V1beta1 Client - Class ListEnvironmentsRequest (0.3.6)

Reference documentation and code samples for the Google Cloud Notebooks V1beta1 Client class ListEnvironmentsRequest.

Request for listing environments.

Generated from protobuf message google.cloud.notebooks.v1beta1.ListEnvironmentsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Format: projects/{project_id}/locations/{location}

↳ page_size int

Maximum return size of the list call.

↳ page_token string

A previous returned page token that can be used to continue listing from the last result.

getParent

Required. Format: projects/{project_id}/locations/{location}

Returns
TypeDescription
string

setParent

Required. Format: projects/{project_id}/locations/{location}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum return size of the list call.

Returns
TypeDescription
int

setPageSize

Maximum return size of the list call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A previous returned page token that can be used to continue listing from the last result.

Returns
TypeDescription
string

setPageToken

A previous returned page token that can be used to continue listing from the last result.

Parameter
NameDescription
var string
Returns
TypeDescription
$this