Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListExecutionsResponse.
Response for listing scheduled notebook executions
Generated from protobuf message google.cloud.notebooks.v1.ListExecutionsResponse
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ executions
↳ next_page_token
string
Page token that can be used to continue listing from the last result in the next list call.
↳ unreachable
array
Executions IDs that could not be reached. For example: ['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']
getExecutions
A list of returned instances.
setExecutions
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
Executions IDs that could not be reached. For example: ['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']
setUnreachable
Executions IDs that could not be reached. For example: ['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']
var
string[]
$this