enableService method
- @Deprecated('This method is deprecated')
- EnableServiceRequest request, {
- 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);
}