batchEnableServices method
- @Deprecated('This method is deprecated')
- BatchEnableServicesRequest request, {
- CallOptions? options,
Enables multiple services on a project. The operation is atomic: if enabling any service fails, then the entire batch fails, and no state changes occur.
Operation response type: google.protobuf.Empty
Implementation
@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$1.Operation> batchEnableServices(
$0.BatchEnableServicesRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$batchEnableServices, request, options: options);
}