Google Cloud Notebooks V1 Client - Class ListExecutionsRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListExecutionsRequest.

Request for listing scheduled notebook executions.

Generated from protobuf message google.cloud.notebooks.v1.ListExecutionsRequest

Namespace

Google \ Cloud \ Notebooks \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Format: parent=projects/{project_id}/locations/{location}

↳ page_size int

Maximum return size of the list call.

↳ page_token string

A previous returned page token that can be used to continue listing from the last result.

↳ filter string

Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id. Format: schedule_id=<Schedule_ID>

↳ order_by string

Sort by field.

getParent

Required. Format: parent=projects/{project_id}/locations/{location}

Returns
TypeDescription
string

setParent

Required. Format: parent=projects/{project_id}/locations/{location}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum return size of the list call.

Returns
TypeDescription
int

setPageSize

Maximum return size of the list call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A previous returned page token that can be used to continue listing from the last result.

Returns
TypeDescription
string

setPageToken

A previous returned page token that can be used to continue listing from the last result.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id.

Format: schedule_id=<Schedule_ID>

Returns
TypeDescription
string

setFilter

Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id.

Format: schedule_id=<Schedule_ID>

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Sort by field.

Returns
TypeDescription
string

setOrderBy

Sort by field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Format: parent=projects/{project_id}/locations/{location} Please see Google\Cloud\Notebooks\V1\NotebookServiceClient::executionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Notebooks\V1\ListExecutionsRequest