PeerRPCVersions returns the RPC version supported by the peer.
()
| 93 | LocalServiceAccount() string |
| 94 | // PeerRPCVersions returns the RPC version supported by the peer. |
| 95 | PeerRPCVersions() *altspb.RpcProtocolVersions |
| 96 | } |
| 97 | |
| 98 | // ClientOptions contains the client-side options of an ALTS channel. These |
no outgoing calls