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 \ V2Methods
__construct
Constructor.
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}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getPageSize
Optional. Maximum return size of the list call.
int
setPageSize
Optional. Maximum return size of the list call.
var
int
$this
getPageToken
Optional. A previous returned page token that can be used to continue listing from the last result.
string
setPageToken
Optional. A previous returned page token that can be used to continue listing from the last result.
var
string
$this
getOrderBy
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
string
setOrderBy
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
var
string
$this
getFilter
Optional. List filter.
string
setFilter
Optional. List filter.
var
string
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see Google\Cloud\Notebooks\V2\NotebookServiceClient::locationName()
for help formatting this field.