Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListRuntimesRequest.
Request for listing Managed Notebook Runtimes.
Generated from protobuf message google.cloud.notebooks.v1.ListRuntimesRequest
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
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.
getParent
Required. Format: parent=projects/{project_id}/locations/{location}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getPageSize
Maximum return size of the list call.
int
setPageSize
Maximum return size of the list call.
var
int
$this
getPageToken
A previous returned page token that can be used to continue listing from the last result.
string
setPageToken
A previous returned page token that can be used to continue listing from the last result.
var
string
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see Google\Cloud\Notebooks\V1\ManagedNotebookServiceClient::locationName()
for help formatting this field.