public sealed class ListRuntimesRequest : IPageRequest, IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ListRuntimesRequest.
Request for listing Managed Notebook Runtimes.
Implements
IPageRequest, IMessageListRuntimesRequest, IEquatableListRuntimesRequest, IDeepCloneableListRuntimesRequest, 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 |
int |
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 |