Google Cloud Notebooks V1 Client - Class ListRuntimesResponse (0.7.3)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListRuntimesResponse.

Response for listing Managed Notebook Runtimes.

Generated from protobuf message google.cloud.notebooks.v1.ListRuntimesResponse

Namespace

Google \ Cloud \ Notebooks \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ runtimes array<Google\Cloud\Notebooks\V1\Runtime>

A list of returned Runtimes.

↳ next_page_token string

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. For example, ['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,

getRuntimes

A list of returned Runtimes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRuntimes

A list of returned Runtimes.

Parameter
Name Description
var array<Google\Cloud\Notebooks\V1\Runtime>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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. For example, ['us-west1', 'us-central1'].

A ListRuntimesResponse will only contain either runtimes or unreachables,

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached. For example, ['us-west1', 'us-central1'].

A ListRuntimesResponse will only contain either runtimes or unreachables,

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