We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087a5fc commit 13d9483Copy full SHA for 13d9483
βlogging/logadmin/sinks.go
@@ -22,7 +22,7 @@ import (
22
vkit "cloud.google.com/go/logging/apiv2"
23
logpb "cloud.google.com/go/logging/apiv2/loggingpb"
24
"google.golang.org/api/iterator"
25
- maskpb "google.golang.org/genproto/protobuf/field_mask"
+ maskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
26
)
27
28
// Sink describes a sink used to export log entries outside Cloud
0 commit comments