public sealed class ListRuntimesRequest : IPageRequest, IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class ListRuntimesRequest.
Request for listing Managed Notebook Runtimes.
Implements
IPageRequest, IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListRuntimesRequest()
public ListRuntimesRequest()ListRuntimesRequest(ListRuntimesRequest)
public ListRuntimesRequest(ListRuntimesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRuntimesRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum return size of the list call.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }A previous returned page token that can be used to continue listing from the last result.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. Format:
parent=projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|