public sealed class ListExecutionsRequest : IPageRequest, IMessage<ListExecutionsRequest>, IEquatable<ListExecutionsRequest>, IDeepCloneable<ListExecutionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ListExecutionsRequest.
Request for listing scheduled notebook executions.
Implements
IPageRequest, IMessage<ListExecutionsRequest>, IEquatable<ListExecutionsRequest>, IDeepCloneable<ListExecutionsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListExecutionsRequest()
public ListExecutionsRequest()
ListExecutionsRequest(ListExecutionsRequest)
public ListExecutionsRequest(ListExecutionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListExecutionsRequest |
Properties
Filter
public string Filter { get; set; }
Filter applied to resulting executions. Currently only supports filtering
executions by a specified schedule_id
.
Format: schedule_id=<Schedule_ID>
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Sort by field.
Property Value | |
---|---|
Type | Description |
String |
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 |
ParentAsExecutionName
public ExecutionName ParentAsExecutionName { get; set; }
ExecutionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ExecutionName |