enableService method

  1. @Deprecated('This method is deprecated')
ResponseFuture<Operation> enableService(
  1. EnableServiceRequest request, {
  2. CallOptions? options,
})

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

Operation response type: google.protobuf.Empty

Implementation

@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$1.Operation> enableService(
  $0.EnableServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$enableService, request, options: options);
}