You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use MetadataInterceptor for x-goog-api-client and other headers (#538)
* Update x-goog-api-client metadata header to use a interceptor.
This change introduces a MetadataInterceptor to handle the addition of developer-token, login-customer-id, linked-customer-id, and x-goog-api-client modification, similar to the Python implementation.
The ServiceLookup and generated factories are updated to use this new interceptor.
Also added a test for the new interceptor.
Co-authored-by: dorasun <10905385+dorasun@users.noreply.github.com>
* Update x-goog-api-client metadata header to use a interceptor.
This change introduces a MetadataInterceptor to handle the addition of developer-token, login-customer-id, linked-customer-id, and x-goog-api-client modification, similar to the Python implementation.
The ServiceLookup and generated factories are updated to use this new interceptor.
Also added a test for the new interceptor.
Additionally, implemented gaada configuration support as requested.
Co-authored-by: dorasun <10905385+dorasun@users.noreply.github.com>
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: dorasun <10905385+dorasun@users.noreply.github.com>
0 commit comments