[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListEnvironmentsResponse\u003c/code\u003e class is used to handle the response when listing environments in the AI Platform Notebooks v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties for a list of environments, a \u003ccode\u003eNextPageToken\u003c/code\u003e for paginated results, and an \u003ccode\u003eUnreachable\u003c/code\u003e list of locations.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through the returned environments and constructors for creating instances of the class, including a copy constructor.\u003c/p\u003e\n"],["\u003cp\u003eThere are 3 versions available for the class with \u003ccode\u003e2.0.0-beta05\u003c/code\u003e being the latest, and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e being the earliest in the versions provided.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1beta1 API - Class ListEnvironmentsResponse (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/2.0.0-beta04/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/1.0.0-beta04/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse) \n\n public sealed class ListEnvironmentsResponse : IPageResponse\u003cEnvironment\u003e, IEnumerable\u003cEnvironment\u003e, IEnumerable, IMessage\u003cListEnvironmentsResponse\u003e, IEquatable\u003cListEnvironmentsResponse\u003e, IDeepCloneable\u003cListEnvironmentsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1beta1 API class ListEnvironmentsResponse.\n\nResponse for listing environments. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListEnvironmentsResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Environment](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.Environment), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Environment](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.Environment), [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)[ListEnvironmentsResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListEnvironmentsResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListEnvironmentsResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1.ListEnvironmentsResponse), [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.V1Beta1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest/Google.Cloud.Notebooks.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1Beta1.dll\n\nConstructors\n------------\n\n### ListEnvironmentsResponse()\n\n public ListEnvironmentsResponse()\n\n### ListEnvironmentsResponse(ListEnvironmentsResponse)\n\n public ListEnvironmentsResponse(ListEnvironmentsResponse other)\n\nProperties\n----------\n\n### Environments\n\n public RepeatedField\u003cEnvironment\u003e Environments { get; }\n\nA list of returned environments.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA page token that can be used to continue listing from the last result\nin the next list call.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cEnvironment\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]