Searched refs:getMinRpcVersion (Results 1 – 2 of 2) sorted by relevance
79 if (isGreaterThanOrEqualTo(localVersions.getMinRpcVersion(), peerVersions.getMinRpcVersion())) { in checkRpcProtocolVersions()80 minCommonVersion = localVersions.getMinRpcVersion(); in checkRpcProtocolVersions()82 minCommonVersion = peerVersions.getMinRpcVersion(); in checkRpcProtocolVersions()
173 io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion(); in getMinRpcVersion() method857 …blic io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion() { in getMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions868 return getMinRpcVersion(); in getMinRpcVersionOrBuilder()887 output.writeMessage(2, getMinRpcVersion()); in writeTo()903 .computeMessageSize(2, getMinRpcVersion()); in getSerializedSize()928 result = result && getMinRpcVersion() in equals()929 .equals(other.getMinRpcVersion()); in equals()948 hash = (53 * hash) + getMinRpcVersion().hashCode(); in hashCode()1172 mergeMinRpcVersion(other.getMinRpcVersion()); in mergeFrom()1374 …blic io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion() { in getMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions.Builder[all …]