getExclusion method
Gets the description of an exclusion in the _Default sink.
Implementation
$grpc.ResponseFuture<$0.LogExclusion> getExclusion(
$0.GetExclusionRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getExclusion, request, options: options);
}