48class GenericClient
final {
50 GenericClient(GenericClient&&)
noexcept =
default;
51 GenericClient& operator=(GenericClient&&)
noexcept =
delete;
55 std::string_view call_name,
56 const grpc::ByteBuffer& request,
63 std::string_view call_name,
64 const grpc::ByteBuffer& request,
71 explicit GenericClient(impl::ClientInternals&&);
73 static std::optional<ugrpc::impl::StaticServiceMetadata> GetMetadata() {
return std::nullopt; }
77 template <
typename Client>
78 friend impl::ClientData& impl::GetClientData(Client& client);
80 impl::ClientData impl_;