Google Cloud Notebooks V1 Client - Class ListRuntimesResponse (0.4.1)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRuntimes

A list of returned Runtimes.

Parameter
NameDescription
var array<Google\Cloud\Notebooks\V1\Runtime>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

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

A ListRuntimesResponse will only contain either runtimes or unreachables,

Returns
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this