[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eListSchedulesResponse\u003c/code\u003e class is 2.5.0, as indicated in the provided version list, which is part of the Google.Cloud.Notebooks.V1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListSchedulesResponse\u003c/code\u003e is a class used to list scheduled notebook jobs, implementing several interfaces like \u003ccode\u003eIPageResponse<Schedule>\u003c/code\u003e, \u003ccode\u003eIEnumerable<Schedule>\u003c/code\u003e, and others, which provide functionalities for iterating and managing a list of schedules.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, \u003ccode\u003eSchedules\u003c/code\u003e, and \u003ccode\u003eUnreachable\u003c/code\u003e, allowing users to manage pagination, access the list of schedules, and see which schedules couldn't be reached.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, a default and another which copies the values of another \u003ccode\u003eListSchedulesResponse\u003c/code\u003e instance, allowing the creation of blank or pre-populated instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method is available, enabling iteration over the resources within the response, and it returns an enumerator that iterates through a list of \u003ccode\u003eSchedule\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class ListSchedulesResponse (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.ListSchedulesResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.ListSchedulesResponse) \n\n public sealed class ListSchedulesResponse : IPageResponse\u003cSchedule\u003e, IEnumerable\u003cSchedule\u003e, IEnumerable, IMessage\u003cListSchedulesResponse\u003e, IEquatable\u003cListSchedulesResponse\u003e, IDeepCloneable\u003cListSchedulesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class ListSchedulesResponse.\n\nResponse for listing scheduled notebook job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListSchedulesResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Schedule](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Schedule](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListSchedulesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListSchedulesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListSchedulesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListSchedulesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListSchedulesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListSchedulesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### ListSchedulesResponse()\n\n public ListSchedulesResponse()\n\n### ListSchedulesResponse(ListSchedulesResponse)\n\n public ListSchedulesResponse(ListSchedulesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nPage token that can be used to continue listing from the last result in the\nnext list call.\n\n### Schedules\n\n public RepeatedField\u003cSchedule\u003e Schedules { get; }\n\nA list of returned instances.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nSchedules that could not be reached. For example: \n\n ['projects/{project_id}/location/{location}/schedules/monthly_digest',\n 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cSchedule\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]