Skip to content

Commit

Permalink
fix: use correct version for x-goog-api-client (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and callmehiphop committed Aug 28, 2019
1 parent e0478d7 commit 1614e9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/v2/bigtable_client.js
Expand Up @@ -81,7 +81,7 @@ class BigtableClient {

// Determine the client header string.
const clientHeader = [
`gl-node/${process.version}`,
`gl-node/${process.versions.node}`,
`grpc/${gaxGrpc.grpcVersion}`,
`gax/${gax.version}`,
`gapic/${VERSION}`,
Expand Down
2 changes: 1 addition & 1 deletion src/v2/bigtable_instance_admin_client.js
Expand Up @@ -84,7 +84,7 @@ class BigtableInstanceAdminClient {

// Determine the client header string.
const clientHeader = [
`gl-node/${process.version}`,
`gl-node/${process.versions.node}`,
`grpc/${gaxGrpc.grpcVersion}`,
`gax/${gax.version}`,
`gapic/${VERSION}`,
Expand Down
2 changes: 1 addition & 1 deletion src/v2/bigtable_table_admin_client.js
Expand Up @@ -86,7 +86,7 @@ class BigtableTableAdminClient {

// Determine the client header string.
const clientHeader = [
`gl-node/${process.version}`,
`gl-node/${process.versions.node}`,
`grpc/${gaxGrpc.grpcVersion}`,
`gax/${gax.version}`,
`gapic/${VERSION}`,
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-08-08T11:09:31.519354Z",
"updateTime": "2019-08-21T11:09:19.431174Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.33.0",
"dockerImage": "googleapis/artman@sha256:c6231efb525569736226b1f7af7565dbc84248efafb3692a5bb1d2d8a7975d53"
"version": "0.34.0",
"dockerImage": "googleapis/artman@sha256:38a27ba6245f96c3e86df7acb2ebcc33b4f186d9e475efe2d64303aec3d4e0ea"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7e56e8d4fec63bb04ab4f79a98f65b29f235a0a0",
"internalRef": "262242585"
"sha": "11592a15391951348a64f5c303399733b1c5b3b2",
"internalRef": "264425502"
}
},
{
Expand Down

0 comments on commit 1614e9e

Please sign in to comment.