Skip to content

Commit

Permalink
fix: Fix ApiVersion header typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed May 9, 2024
1 parent a8d74c3 commit ce8c605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 ce8c605

Please sign in to comment.