public sealed class BatchGetServicesResponse : IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class BatchGetServicesResponse.
[[["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 latest version of the \u003ccode\u003eBatchGetServicesResponse\u003c/code\u003e class is 2.5.0, as indicated in the provided version list.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchGetServicesResponse\u003c/code\u003e is a class within the Google Cloud Service Usage v1 API, specifically designed as a response message for the \u003ccode\u003eBatchGetServices\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchGetServicesResponse\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eServices\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<Service>\u003c/code\u003e, which holds the requested service states.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the object class, and it is within the namespace \u003ccode\u003eGoogle.Cloud.ServiceUsage.V1\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Service Usage v1 API - Class BatchGetServicesResponse (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.4.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.3.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.2.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.1.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.0.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.2.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.1.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.0.0/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse) \n\n public sealed class BatchGetServicesResponse : IMessage\u003cBatchGetServicesResponse\u003e, IEquatable\u003cBatchGetServicesResponse\u003e, IDeepCloneable\u003cBatchGetServicesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Usage v1 API class BatchGetServicesResponse.\n\nResponse message for the `BatchGetServices` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchGetServicesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchGetServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchGetServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchGetServicesResponse](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.BatchGetServicesResponse), [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.ServiceUsage.V1](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceUsage.V1.dll\n\nConstructors\n------------\n\n### BatchGetServicesResponse()\n\n public BatchGetServicesResponse()\n\n### BatchGetServicesResponse(BatchGetServicesResponse)\n\n public BatchGetServicesResponse(BatchGetServicesResponse other)\n\nProperties\n----------\n\n### Services\n\n public RepeatedField\u003cService\u003e Services { get; }\n\nThe requested Service states."]]