register Agent
open suspend override fun registerAgent(request: RegisterAgentRequest): RegisterAgentResponse(source)
Returns the response to an RPC for ProxyService.registerAgent.
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.