Skip to content

Commit

Permalink
fix: Fix ApiVersion header typo (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed May 10, 2024
1 parent 8440f32 commit bd396ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public abstract class AbstractGoogleClientRequest<T> extends GenericData {
* The generated request class will pass this constant as part of the header if the RPC supports
* ApiVersion.
*/
protected static final String API_VERSION_HEADER = "X-Google-Api-Version";
protected static final String API_VERSION_HEADER = "X-Goog-Api-Version";

/** Google client. */
private final AbstractGoogleClient abstractGoogleClient;
Expand Down

0 comments on commit bd396ca

Please sign in to comment.