[[["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\u003eThis documentation is for the \u003ccode\u003eListApplicationsResponse\u003c/code\u003e class within the Google Cloud App Hub v1 API, specifically for the .NET environment, providing details on its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListApplicationsResponse\u003c/code\u003e class is designed to handle the response from a \u003ccode\u003eListApplications\u003c/code\u003e request, allowing for the retrieval of a collection of \u003ccode\u003eApplication\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements various 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, showing its compatibility with Google Cloud's API patterns and .NET structures.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eApplications\u003c/code\u003e (a list of applications), \u003ccode\u003eNextPageToken\u003c/code\u003e (for pagination), and \u003ccode\u003eUnreachable\u003c/code\u003e (for listing inaccessible locations), enabling detailed data retrieval.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default one and one that accepts another \u003ccode\u003eListApplicationsResponse\u003c/code\u003e object for initialization.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ListApplicationsResponse (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.ListApplicationsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ListApplicationsResponse) \n\n public sealed class ListApplicationsResponse : IPageResponse\u003cApplication\u003e, IEnumerable\u003cApplication\u003e, IEnumerable, IMessage\u003cListApplicationsResponse\u003e, IEquatable\u003cListApplicationsResponse\u003e, IDeepCloneable\u003cListApplicationsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ListApplicationsResponse.\n\nResponse for ListApplications. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApplicationsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Application](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.Application), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Application](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.Application), [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)[ListApplicationsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListApplicationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApplicationsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListApplicationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApplicationsResponse](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ListApplicationsResponse), [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### ListApplicationsResponse()\n\n public ListApplicationsResponse()\n\n### ListApplicationsResponse(ListApplicationsResponse)\n\n public ListApplicationsResponse(ListApplicationsResponse other)\n\nProperties\n----------\n\n### Applications\n\n public RepeatedField\u003cApplication\u003e Applications { get; }\n\nList of Applications.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\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\u003cApplication\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]