google-cloud-rust
google-cloud-rust copied to clipboard
Fix veneer API client header
Veneers should use "veneer" instead of "gapic" in their client header.
Services are individually marked as veneers (HasVeneer) in the template. We will probably need to iterate over them, and scope the info mod in transport.rs (for gRPC).