getService method
Returns the service configuration and enabled state for a given service.
Implementation
$grpc.ResponseFuture<$2.Service> getService(
$0.GetServiceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getService, request, options: options);
}