Google Cloud Notebooks V1beta1 Client - Class ListEnvironmentsResponse (0.7.3)

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

Response for listing environments.

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

Namespace

Google \ Cloud \ Notebooks \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ environments array<Google\Cloud\Notebooks\V1beta1\Environment>

A list of returned environments.

↳ next_page_token string

A page token that can be used to continue listing from the last result in the next list call.

↳ unreachable array

Locations that could not be reached.

getEnvironments

A list of returned environments.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEnvironments

A list of returned environments.

Parameter
Name Description
var array<Google\Cloud\Notebooks\V1beta1\Environment>
Returns
Type Description
$this

getNextPageToken

A page token that can be used to continue listing from the last result in the next list call.

Returns
Type Description
string

setNextPageToken

A page token that can be used to continue listing from the last result in the next list call.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this