-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
api: loggingIssues related to the Cloud Logging API.Issues related to the Cloud Logging API.api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.
Description
(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:
- bigtable: common-grpc based (Creates the new x-goog-api-client header. #2020)
- datastore: common-grpc based (Creates the new x-goog-api-client header. #2020)
- language: on top of gapic (Update language client autogen. #2022)
- language/gapic (Update language client autogen. #2022, Fix the ordering of x-goog-api-client info #2037)
- logging: common-grpc based (Creates the new x-goog-api-client header. #2020)
- logging/gapic (Regenerate logging API client #2031)
- monitoring/gapic (Regenerate monitoring APIs #2059)
- pubsub: common-grpc based (Creates the new x-goog-api-client header. #2020)
- pubsub/gapic (Regenerate pubsub autogen API client #2032)
- spanner: on top of gapic (Regenerate spanner API clients. #2066)
- spanner/gapic (Regenerate spanner API clients. #2066)
- speech: on top of gapic (Update speech API client autogen. #2025)
- speech/gapic (Update speech API client autogen. #2025, Fix the ordering of x-goog-api-client info #2037)
- vision: on top of gapic (Update vision API client autogen. #2026)
- vision/gapic (Update vision API client autogen. #2026, Fix the ordering of x-goog-api-client info #2037)
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the Cloud Logging API.Issues related to the Cloud Logging API.api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.