(sorry not filed an issue so far); we are going to add x-goog-api-client header info to the gRPC-based APIs in certain format:
- common-grpc based:
"gl-node/(node version) gccl/(library version) grpc/(grpc version)"
- APIs on top of gapic:
"gl-node/(node version) gccl/(library version) gapic/(autogen version) gax/(gax version) grpc/(grpc version)"
Also the gapic autogen files will generate its own http header -- so that if the user chooses to use gapic layer directly, it has the information, but not with gccl part. This means we need to regenerate the autogen files too.
This issue tracks its progress.
The following APIs will be affected:
(sorry not filed an issue so far); we are going to add x-goog-api-client header info to the gRPC-based APIs in certain format:
"gl-node/(node version) gccl/(library version) grpc/(grpc version)""gl-node/(node version) gccl/(library version) gapic/(autogen version) gax/(gax version) grpc/(grpc version)"Also the gapic autogen files will generate its own http header -- so that if the user chooses to use gapic layer directly, it has the information, but not with
gcclpart. This means we need to regenerate the autogen files too.This issue tracks its progress.
The following APIs will be affected: