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
A recent change seems to have changed the import statement for field_mask_pb2 but not the calling code further down in the file. The issue is that the following:
A recent change seems to have changed the import statement for
field_mask_pb2
but not the calling code further down in the file. The issue is that the following:Is now being generated as:
Resulting in the error:
NameError: name 'gp_field_mask' is not defined
It seems to only be isolated to two places in a single file, for example here.
And here's the proto definition for that class.
The text was updated successfully, but these errors were encountered: