I am new to protocol buffer. I have some java pojo class which has a field of type Date including year, month and day only.
For timestamps type, we can import "google/protobuf/timestamp.proto";.
But for Date type, we cant do the same since date.proto is in https://github.com/googleapis/googleapis/blob/master/google/type/date.proto.
So how can I import this date.proto?