Locations that could not be reached. For example,
['us-west1-a', 'us-central1-b'].
A ListInstancesResponse will only contain either instances or unreachables,
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eListInstancesResponse\u003c/code\u003e class within the AI Platform Notebooks v1 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListInstancesResponse\u003c/code\u003e class is used to represent the response received when listing notebook instances, and it implements various interfaces for data handling and manipulation.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eInstances\u003c/code\u003e, which is a list of notebook instances, \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination, and \u003ccode\u003eUnreachable\u003c/code\u003e to indicate locations that could not be reached.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and one that takes another \u003ccode\u003eListInstancesResponse\u003c/code\u003e object for creating a new instance based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe document also details the class's inherited members, namespace, assembly, and methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through resources.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class ListInstancesResponse (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.ListInstancesResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.ListInstancesResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.ListInstancesResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.ListInstancesResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.ListInstancesResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.ListInstancesResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.ListInstancesResponse) \n\n public sealed class ListInstancesResponse : IPageResponse\u003cInstance\u003e, IEnumerable\u003cInstance\u003e, IEnumerable, IMessage\u003cListInstancesResponse\u003e, IEquatable\u003cListInstancesResponse\u003e, IDeepCloneable\u003cListInstancesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class ListInstancesResponse.\n\nResponse for listing notebook instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListInstancesResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Instance](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Instance), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Instance](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Instance), [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)[ListInstancesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListInstancesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListInstancesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListInstancesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListInstancesResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ListInstancesResponse), [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### ListInstancesResponse()\n\n public ListInstancesResponse()\n\n### ListInstancesResponse(ListInstancesResponse)\n\n public ListInstancesResponse(ListInstancesResponse other)\n\nProperties\n----------\n\n### Instances\n\n public RepeatedField\u003cInstance\u003e Instances { get; }\n\nA list of returned instances.\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### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached. For example,\n`['us-west1-a', 'us-central1-b']`.\nA ListInstancesResponse will only contain either instances or unreachables,\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cInstance\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]