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
com.google.rpc.Status class lacks of an implementation method called 'getUnknownFields' from its parent class :com.google.protobuf.GeneratedMessageV3 #3910
I am trying to use the class called 'com.google.rpc.Status' to wrapper a common exception, the version of proto-google-common-protos is 2.29.0 which I am using, but it not implements the method 'getUnknownFields' and caused a exception shown as below, could you help take a look on it.