I am new to GCP. I am trying to use Pub/Sub service with schema definition using protobuf.
Schema:
Validation of this schema fails with an error
Invalid Protocol Buffer schema. Import "google/protobuf/any.proto" has not been loaded.
I need to use google.protobuf.Any, is there any other way to use/define this?