public sealed class BatchGetServicesRequest : IMessage<BatchGetServicesRequest>, IEquatable<BatchGetServicesRequest>, IDeepCloneable<BatchGetServicesRequest>, IBufferMessage, IMessage
An example name would be:
projects/123/services/serviceusage.googleapis.com where 123 is the
project number.
A single request can get a maximum of 30 services at a time.
Parent to retrieve services from.
If this is set, the parent of all of the services specified in names must
match this field. An example name would be: projects/123 where 123 is
the project number. The BatchGetServices method currently only supports
projects.
[[["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."],[[["The `BatchGetServicesRequest` class is a request message for the `BatchGetServices` method, designed to retrieve multiple services."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and compatibility."],["It allows for the retrieval of services by specifying their names through the `Names` property, with a limit of 30 services per request."],["The `Parent` property can be used to specify the project from which the services will be retrieved, and all services specified in `Names` must match the parent if it is defined."],["The class provides two constructors: a default constructor (`BatchGetServicesRequest()`) and a copy constructor (`BatchGetServicesRequest(BatchGetServicesRequest other)`)."]]],[]]