pathMapSize

open suspend override fun pathMapSize(request: PathMapSizeRequest): PathMapSizeResponse(source)

Returns the response to an RPC for ProxyService.pathMapSize.

If this method fails with a StatusException, the RPC will fail with the corresponding io.grpc.Status. If this method fails with a java.util.concurrent.CancellationException, the RPC will fail with status Status.CANCELLED. If this method fails for any other reason, the RPC will fail with Status.UNKNOWN with the exception as a cause.

Parameters

request

The request from the client.