Google Cloud Notebooks V1 Client - Class ListExecutionsResponse (0.7.5)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ executions array<Google\Cloud\Notebooks\V1\Execution>

A list of returned 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

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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExecutions

A list of returned instances.

Parameter
Name Description
var array<Google\Cloud\Notebooks\V1\Execution>
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

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']

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

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']

Parameter
Name Description
var string[]
Returns
Type Description
$this