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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
setRuntimes
A list of returned Runtimes.
$this
getNextPageToken
Page token that can be used to continue listing from the last result in the next list call.
string
setNextPageToken
Page token that can be used to continue listing from the last result in the next list call.
var
string
$this
getUnreachable
Locations that could not be reached. For example, ['us-west1', 'us-central1']
.
A ListRuntimesResponse will only contain either runtimes or unreachables,
setUnreachable
Locations that could not be reached. For example, ['us-west1', 'us-central1']
.
A ListRuntimesResponse will only contain either runtimes or unreachables,
var
string[]
$this