You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often APIs will create subdirectories for types, like log messages, within a versioned proto package e.g. google.cloud.foo.v1.logging. This should be sufficient for versioning requirements and the linter should not complain if there is a version component preceding the suffix, at least.
The text was updated successfully, but these errors were encountered:
noahdietz
changed the title
AIP-191: Relax package version component suffix if there is a version in the package
AIP-215: Relax package version component suffix if there is a version in the package
Jun 22, 2022
Often APIs will create subdirectories for types, like log messages, within a versioned proto package e.g.
google.cloud.foo.v1.logging
. This should be sufficient for versioning requirements and the linter should not complain if there is a version component preceding the suffix, at least.The text was updated successfully, but these errors were encountered: