AI Platform Notebooks v1 API - Class ListSchedulesRequest (2.4.0)

public sealed class ListSchedulesRequest : IPageRequest, IMessage<ListSchedulesRequest>, IEquatable<ListSchedulesRequest>, IDeepCloneable<ListSchedulesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class ListSchedulesRequest.

Request for listing scheduled notebook job.

Inheritance

object > ListSchedulesRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListSchedulesRequest()

public ListSchedulesRequest()

ListSchedulesRequest(ListSchedulesRequest)

public ListSchedulesRequest(ListSchedulesRequest other)
Parameter
NameDescription
otherListSchedulesRequest

Properties

Filter

public string Filter { get; set; }

Filter applied to resulting schedules.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Field to order results by.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Maximum return size of the list call.

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

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsScheduleName

public ScheduleName ParentAsScheduleName { get; set; }

ScheduleName-typed view over the Parent resource name property.

Property Value
TypeDescription
ScheduleName