I am trying to make an app using GRPC protocols. In my .proto file I need to import timestamp class and as per google documentation,
import google/protobuf/timestamp.proto
is how we should add to proto file. But its giving me error
import google/protobuf/timestamp.proto is not found or has errors
Anyone have any idea how to resolve this.