public sealed class ListInstancesRequest : IPageRequest, IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ListInstancesRequest.
Request for listing notebook instances.
Implements
IPageRequest, IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListInstancesRequest()
public ListInstancesRequest()
ListInstancesRequest(ListInstancesRequest)
public ListInstancesRequest(ListInstancesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListInstancesRequest |
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 |