getService method
Gets a managed service. Authentication is required unless the service is public.
Implementation
$grpc.ResponseFuture<$1.ManagedService> getService(
$0.GetServiceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getService, request, options: options);
}