[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListServicesResponse\u003c/code\u003e class is part of the Google Cloud Service Directory v1beta1 API and represents the response message for listing services.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling it to be used within various .NET contexts.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for \u003ccode\u003eNextPageToken\u003c/code\u003e, used for pagination, and \u003ccode\u003eServices\u003c/code\u003e, which is a collection of \u003ccode\u003eService\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eListServicesResponse\u003c/code\u003e is \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and there are also previous versions such as \u003ccode\u003e2.0.0-beta05\u003c/code\u003e and \u003ccode\u003e1.0.0-beta06\u003c/code\u003e available for use.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through the services within the response, and it can also be constructed using an empty constructor or a copy constructor that takes in another \u003ccode\u003eListServicesResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Service Directory v1beta1 API - Class ListServicesResponse (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.ListServicesResponse)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/2.0.0-beta05/Google.Cloud.ServiceDirectory.V1Beta1.ListServicesResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/1.0.0-beta06/Google.Cloud.ServiceDirectory.V1Beta1.ListServicesResponse) \n\n public sealed class ListServicesResponse : IMessage\u003cListServicesResponse\u003e, IEquatable\u003cListServicesResponse\u003e, IDeepCloneable\u003cListServicesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cService\u003e, IEnumerable\u003cService\u003e, IEnumerable\n\nReference documentation and code samples for the Service Directory v1beta1 API class ListServicesResponse.\n\nThe response message for\n\\[RegistrationService.ListServices\\]\\[google.cloud.servicedirectory.v1beta1.RegistrationService.ListServices\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListServicesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.ListServicesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.ListServicesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.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), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Service](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.Service), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Service](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.Service), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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.ServiceDirectory.V1Beta1](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceDirectory.V1Beta1.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\nToken to retrieve the next page of results, or empty if there are no\nmore results in the list.\n\n### Services\n\n public RepeatedField\u003cService\u003e Services { get; }\n\nThe list of services.\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."]]