Searched refs:userIpKey (Results 1 – 1 of 1) sorted by relevance
355 Metadata.Key<String> userIpKey = Metadata.Key.of("x-user-ip", Metadata.ASCII_STRING_MARSHALLER); in cacheableUnary() local357 metadata.put(userIpKey, "1.2.3.4"); in cacheableUnary()