Uses of Class
io.grpc.alts.internal.RpcProtocolVersions
Packages that use RpcProtocolVersions
-
Uses of RpcProtocolVersions in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return RpcProtocolVersionsModifier and TypeMethodDescriptionRpcProtocolVersions.Builder.build()RpcProtocolVersions.Builder.buildPartial()static RpcProtocolVersionsRpcProtocolVersions.getDefaultInstance()RpcProtocolVersions.Builder.getDefaultInstanceForType()RpcProtocolVersions.getDefaultInstanceForType()AltsContext.Builder.getPeerRpcVersions()The RPC protocol versions supported by the peer.AltsContext.getPeerRpcVersions()The RPC protocol versions supported by the peer.AltsContextOrBuilder.getPeerRpcVersions()The RPC protocol versions supported by the peer.AltsInternalContext.getPeerRpcVersions()Get peer RPC versions.HandshakerResult.Builder.getPeerRpcVersions()The RPC protocol versions supported by the peer.HandshakerResult.getPeerRpcVersions()The RPC protocol versions supported by the peer.HandshakerResultOrBuilder.getPeerRpcVersions()The RPC protocol versions supported by the peer.AltsHandshakerOptions.getRpcProtocolVersions()static RpcProtocolVersionsRpcProtocolVersionsUtil.getRpcProtocolVersions()Returns default Rpc Protocol Versions.StartClientHandshakeReq.Builder.getRpcVersions()(Optional) RPC protocol versions supported by the client.StartClientHandshakeReq.getRpcVersions()(Optional) RPC protocol versions supported by the client.StartClientHandshakeReqOrBuilder.getRpcVersions()(Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.getRpcVersions()(Optional) RPC protocol versions supported by the server.StartServerHandshakeReq.getRpcVersions()(Optional) RPC protocol versions supported by the server.StartServerHandshakeReqOrBuilder.getRpcVersions()(Optional) RPC protocol versions supported by the server.static RpcProtocolVersionsRpcProtocolVersions.parseDelimitedFrom(InputStream input) static RpcProtocolVersionsRpcProtocolVersions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(byte[] data) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(com.google.protobuf.ByteString data) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(com.google.protobuf.CodedInputStream input) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(InputStream input) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(ByteBuffer data) static RpcProtocolVersionsRpcProtocolVersions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type RpcProtocolVersionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RpcProtocolVersions> RpcProtocolVersions.getParserForType()static com.google.protobuf.Parser<RpcProtocolVersions> RpcProtocolVersions.parser()Methods in io.grpc.alts.internal with parameters of type RpcProtocolVersionsModifier and TypeMethodDescriptionRpcProtocolVersions.Builder.mergeFrom(RpcProtocolVersions other) AltsContext.Builder.mergePeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.HandshakerResult.Builder.mergePeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.StartClientHandshakeReq.Builder.mergeRpcVersions(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.mergeRpcVersions(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.static RpcProtocolVersions.BuilderRpcProtocolVersions.newBuilder(RpcProtocolVersions prototype) AltsContext.Builder.setPeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.HandshakerResult.Builder.setPeerRpcVersions(RpcProtocolVersions value) The RPC protocol versions supported by the peer.AltsClientOptions.Builder.setRpcProtocolVersions(RpcProtocolVersions rpcProtocolVersions) StartClientHandshakeReq.Builder.setRpcVersions(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.setRpcVersions(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.Constructors in io.grpc.alts.internal with parameters of type RpcProtocolVersions