public sealed class BatchGetServicesRequest : IMessage<BatchGetServicesRequest>, IEquatable<BatchGetServicesRequest>, IDeepCloneable<BatchGetServicesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class BatchGetServicesRequest.
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 latest version available for the `BatchGetServicesRequest` is 2.5.0, but this page specifically documents version 2.3.0."],["`BatchGetServicesRequest` is a class in the `Google.Cloud.ServiceUsage.V1` namespace within the `Google.Cloud.ServiceUsage.V1.dll` assembly, serving as a request message for the `BatchGetServices` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties: `Names`, a `RepeatedField\u003cstring\u003e` to list the service names to retrieve, and `Parent`, a string representing the project from which services are retrieved."],["The `BatchGetServicesRequest` class allows the retrieval of up to 30 services in a single request, and all services must share a common parent if one is specified."]]],[]]