Different types between this repo and Bazel #944
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Currently in this repo, google.golang.org/genproto/googleapis/storage/v2.Bucket_RetentionPolicy.RetentionPeriod is int64:
go-genproto/googleapis/storage/v2/storage.pb.go
Line 5702 in 1645502
However, the one generated from Bazel rules in https://github.com/googleapis/googleapis/blob/master/google/storage/v2/BUILD.bazel is
*int64
. Which one is correct?Environment details
Steps to reproduce
The text was updated successfully, but these errors were encountered: