Closed noahdietz closed 5 months ago
Implements enforcement for AIP-134 change https://github.com/aip-dev/google.aip.dev/pull/1327.
Previously, update_mask could be either OPTIONAL or REQUIRED. Now it can and must only be OPTIONAL.
update_mask
OPTIONAL
REQUIRED
Adds locations.FieldBehavior helper for annotation source code location, and refactors one other place to use it.
locations.FieldBehavior
Implements enforcement for AIP-134 change https://github.com/aip-dev/google.aip.dev/pull/1327.
Previously,
update_mask
could be eitherOPTIONAL
orREQUIRED
. Now it can and must only beOPTIONAL
.Adds
locations.FieldBehavior
helper for annotation source code location, and refactors one other place to use it.