Skip to content

Commit

Permalink
fix(bigtable): Use fieldmask directly instead of field_mask genproto …
Browse files Browse the repository at this point in the history
…alias

related to kubernetes/kubernetes#113366
  • Loading branch information
quartzmo committed Jun 1, 2023
1 parent 75cf009 commit 8a740f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import (
gtransport "google.golang.org/api/transport/grpc"
btapb "google.golang.org/genproto/googleapis/bigtable/admin/v2"
"google.golang.org/genproto/googleapis/rpc/status"
"google.golang.org/genproto/protobuf/field_mask"
"google.golang.org/grpc/metadata"
field_mask "google.golang.org/protobuf/types/known/fieldmaskpb"
)

const adminAddr = "bigtableadmin.googleapis.com:443"
Expand Down

0 comments on commit 8a740f0

Please sign in to comment.