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-03-21 UTC."],[[["This document provides reference documentation for the `BatchGetServicesResponse` class within the Google Cloud Service Usage v1 API."],["The `BatchGetServicesResponse` class is a response message for the `BatchGetServices` method, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is part of the `Google.Cloud.ServiceUsage.V1` namespace, and its assembly is located in `Google.Cloud.ServiceUsage.V1.dll`."],["The `BatchGetServicesResponse` class has two constructors, a default one and one that takes another `BatchGetServicesResponse` as a parameter, allowing for the creation of a new response object."],["A key property of this response object is `Services`, which is a `RepeatedField` containing a collection of `Service` states, providing information on the requested service states."]]],[]]