Google Cloud Notebooks V2 Client - Class ListInstancesRequest (0.7.0)

Reference documentation and code samples for the Google Cloud Notebooks V2 Client class ListInstancesRequest.

Request for listing notebook instances.

Generated from protobuf message google.cloud.notebooks.v2.ListInstancesRequest

Namespace

Google \ Cloud \ Notebooks \ V2

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

Optional. Maximum return size of the list call.

↳ page_token string

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

↳ order_by string

Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

↳ filter string

Optional. List filter.

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

Optional. Maximum return size of the list call.

Returns
TypeDescription
int

setPageSize

Optional. Maximum return size of the list call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

Returns
TypeDescription
string

setOrderBy

Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. List filter.

Returns
TypeDescription
string

setFilter

Optional. List filter.

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\V2\NotebookServiceClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Notebooks\V2\ListInstancesRequest