In which format key uri is nee
Anyone knows In Which format of key uri is use for create the key in GCP from kms
Getting error Exception in thread “main” java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor
I am trying to call vertex AI and retrieve the data based on the query using java but getting the error “Exception in thread “main” java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor”
I have tried by changing different versions of the dependencies but it is not working.
Also I have observed that MapFieldReflectionAccessor is deprecated and no more is used but I am getting this error only.