public sealed class BatchEnableServicesRequest : IMessage<BatchEnableServicesRequest>, IEquatable<BatchEnableServicesRequest>, IDeepCloneable<BatchEnableServicesRequest>, IBufferMessage, IMessage
Request message for the BatchEnableServices method.
The identifiers of the services to enable on the project.
A valid identifier would be:
serviceusage.googleapis.com
Enabling services requires that each service is public or is shared with
the user enabling the service.
A single request can enable a maximum of 20 services at a time. If more
than 20 services are specified, the request will fail, and no state changes
will occur.
[[["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 of `BatchEnableServicesRequest` is 2.5.0, with other available versions ranging from 1.0.0 to 2.4.0."],["`BatchEnableServicesRequest` is a request message used for the `BatchEnableServices` method, which is part of the Google.Cloud.ServiceUsage.V1 namespace, contained in the `Google.Cloud.ServiceUsage.V1.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the `Object` class."],["It includes two constructors, a default constructor and one that accepts another `BatchEnableServicesRequest` object, as well as the properties `Parent` which defines the parent to enable services on, and `ServiceIds` which lists the identifiers of the services to be enabled, allowing a maximum of 20 services per request."],["The `Parent` property is a string that specifies the project (e.g., `projects/123`), and the `ServiceIds` property is a `RepeatedField` that holds string identifiers of the services to be enabled, like `serviceusage.googleapis.com`."]]],[]]