AI Platform Notebooks v1 API - Class ListExecutionsRequest (2.0.0)

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.

Inheritance

Object > ListExecutionsRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListExecutionsRequest()

public ListExecutionsRequest()

ListExecutionsRequest(ListExecutionsRequest)

public ListExecutionsRequest(ListExecutionsRequest other)
Parameter
NameDescription
otherListExecutionsRequest

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
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Sort by field.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Maximum return size of the list call.

Property Value
TypeDescription
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
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
TypeDescription
String

ParentAsExecutionName

public ExecutionName ParentAsExecutionName { get; set; }

ExecutionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ExecutionName