enableService method

ResponseFuture<Operation> enableService(
  1. EnableServiceRequest request, {
  2. CallOptions? options,
})

Enable a service so that it can be used with a project.

Implementation

$grpc.ResponseFuture<$1.Operation> enableService(
  $0.EnableServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$enableService, request, options: options);
}