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
Update x-goog-api-client header to use gl-java and gdcl tokens (#1354)
* Update x-goog-api-client header to use gl-java and gdcl tokens
* Refactor to use constant.
We no longer need to inspect which service client is being used at
runtime so switch to using a constant.
Copy file name to clipboardExpand all lines: google-api-client/src/main/java/com/google/api/client/googleapis/services/AbstractGoogleClientRequest.java
Copy file name to clipboardExpand all lines: google-api-client/src/test/java/com/google/api/client/googleapis/services/AbstractGoogleClientRequestTest.java
+18-9
Original file line number
Diff line number
Diff line change
@@ -214,43 +214,52 @@ public void testUserAgentSuffix() throws Exception {
0 commit comments