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
With proto3, we now have some classes that contain a hasXXX() method.
The googleads/google-ads-php repo needs to use a method similar to getGetter() to fetch the hasXXX() method name.
It'd be great if we can have such a method implemented right in Serializer (where getGetter and getSetter are written), so we don't need to write our own.
The text was updated successfully, but these errors were encountered:
With proto3, we now have some classes that contain a hasXXX() method.
The googleads/google-ads-php repo needs to use a method similar to getGetter() to fetch the hasXXX() method name.
It'd be great if we can have such a method implemented right in Serializer (where
getGetter
andgetSetter
are written), so we don't need to write our own.The text was updated successfully, but these errors were encountered: