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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eBatchEnableServicesRequest\u003c/code\u003e is 2.5.0, with other available versions ranging from 1.0.0 to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchEnableServicesRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eBatchEnableServices\u003c/code\u003e method, which is part of the Google.Cloud.ServiceUsage.V1 namespace, contained in the \u003ccode\u003eGoogle.Cloud.ServiceUsage.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, along with inheriting from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors, a default constructor and one that accepts another \u003ccode\u003eBatchEnableServicesRequest\u003c/code\u003e object, as well as the properties \u003ccode\u003eParent\u003c/code\u003e which defines the parent to enable services on, and \u003ccode\u003eServiceIds\u003c/code\u003e which lists the identifiers of the services to be enabled, allowing a maximum of 20 services per request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is a string that specifies the project (e.g., \u003ccode\u003eprojects/123\u003c/code\u003e), and the \u003ccode\u003eServiceIds\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e that holds string identifiers of the services to be enabled, like \u003ccode\u003eserviceusage.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]