Reference documentation and code samples for the Google Cloud Notebooks V2 Client class ListInstancesResponse.
Response for listing notebook instances.
Generated from protobuf message google.cloud.notebooks.v2.ListInstancesResponse
Namespace
Google \ Cloud \ Notebooks \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instances
↳ 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-a', 'us-central1-b']. A ListInstancesResponse will only contain either instances or unreachables,
getInstances
A list of returned instances.
setInstances
A list of returned instances.
$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-a', 'us-central1-b'].
A ListInstancesResponse will only contain either instances or unreachables,
setUnreachable
Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b'].
A ListInstancesResponse will only contain either instances or unreachables,
var
string[]
$this