batchEnableServices method

  1. @Deprecated('This method is deprecated')
ResponseFuture<Operation> batchEnableServices(
  1. BatchEnableServicesRequest request, {
  2. 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);
}