50class GenericClient
final {
52 GenericClient(GenericClient&&)
noexcept;
53 GenericClient& operator=(GenericClient&&)
noexcept;
59 std::string_view call_name,
60 const grpc::ByteBuffer& request,
67 std::string_view call_name,
68 const grpc::ByteBuffer& request,
75 explicit GenericClient(impl::ClientInternals&&);
77 static std::optional<ugrpc::impl::StaticServiceMetadata> GetMetadata() {
return std::nullopt; }
81 friend class impl::ClientDataAccessor;
83 utils::
Box<impl::ClientData> client_data_;