Skip to content

Commit

Permalink
fix(bigtable): add missing veneer header (googleapis#8607)
Browse files Browse the repository at this point in the history
Internal context: 296873972
  • Loading branch information
codyoss authored Sep 25, 2023
1 parent 04c380d commit b56f557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigtable/internal/option/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
btpb "google.golang.org/genproto/googleapis/bigtable/v2"
"google.golang.org/protobuf/proto"

"cloud.google.com/go/bigtable/internal"
"cloud.google.com/go/internal/version"
gax "github.com/googleapis/gax-go/v2"
"google.golang.org/api/option"
Expand Down Expand Up @@ -59,6 +60,8 @@ func withGoogleClientInfo() metadata.MD {
gax.Version,
"grpc",
grpc.Version,
"gccl",
internal.Version,
}
return metadata.Pairs("x-goog-api-client", gax.XGoogHeader(kv...))
}
Expand Down

0 comments on commit b56f557

Please sign in to comment.