Vertex AI Notebooks v1 API - Class ListSchedulesRequest (2.6.0)

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

Reference documentation and code samples for the Vertex AI 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
Name Description
other ListSchedulesRequest

Properties

Filter

public string Filter { get; set; }

Filter applied to resulting schedules.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Field to order results by.

Property Value
Type Description
string

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

ParentAsScheduleName

public ScheduleName ParentAsScheduleName { get; set; }

ScheduleName-typed view over the Parent resource name property.

Property Value
Type Description
ScheduleName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.