Google Cloud Notebooks V1 Client - Class ListRuntimesResponse (0.6.2)

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

setRuntimes

A list of returned Runtimes.

Parameter
Name
Description
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

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
Design a Mobile Site
View Site in Mobile | Classic
Share by: