gapic-generator-python
gapic-generator-python copied to clipboard
Wrong type comments for DatetimeWithNanoseconds
As reported in firestore: https://github.com/googleapis/python-firestore/issues/972
The generated docstrings for create_time say it is of type google.protobuf.timestamp_pb2.Timestamp. But using the library, it actually shows up as DatetimeWithNanoseconds. Is there a way to fix this comment at generation time?