[[["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\u003eListServicesResponse\u003c/code\u003e class is part of the App Hub v1 API, serving as the response structure for listing services.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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, providing various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination, \u003ccode\u003eServices\u003c/code\u003e to list available services, and \u003ccode\u003eUnreachable\u003c/code\u003e to indicate locations that were not accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, one default and another that allows to create a copy of another \u003ccode\u003eListServicesResponse\u003c/code\u003e object, and the \u003ccode\u003eGetEnumerator()\u003c/code\u003e method for iterating over services within the response.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers the latest release \u003ccode\u003e1.0.0\u003c/code\u003e and a beta release \u003ccode\u003e1.0.0-beta03\u003c/code\u003e of the \u003ccode\u003eListServicesResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ListServicesResponse (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListServicesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ListServicesResponse) \n\n public sealed class ListServicesResponse : IPageResponse\u003cService\u003e, IEnumerable\u003cService\u003e, IEnumerable, IMessage\u003cListServicesResponse\u003e, IEquatable\u003cListServicesResponse\u003e, IDeepCloneable\u003cListServicesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ListServicesResponse.\n\nResponse for ListServices. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListServicesResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Service](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.Service), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Service](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.Service), [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)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListServicesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListServicesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListServicesResponse), [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.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### ListServicesResponse()\n\n public ListServicesResponse()\n\n### ListServicesResponse(ListServicesResponse)\n\n public ListServicesResponse(ListServicesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\n### Services\n\n public RepeatedField\u003cService\u003e Services { get; }\n\nList of Services.\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\u003cService\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]