Closed dandhlee closed 1 month ago
Internal issue: b/237292233
Looks like xrefs are still in their old format like https://github.com/googleapis/python-firestore/blob/2a168765d51e89971a2105085377088b4c815bca/google/cloud/firestore_v1/async_batch.py#L53C26-L53C75.
The correct xref should be google.cloud.firestore_v1.write.WriteResult.
google.cloud.firestore_v1.write.WriteResult
This seems like an issue throughout the library, impacting customers to not be able to find the correct definition links and the generator not being able to generate proper cross referenced links.
Internal issue: b/237292233
Looks like xrefs are still in their old format like https://github.com/googleapis/python-firestore/blob/2a168765d51e89971a2105085377088b4c815bca/google/cloud/firestore_v1/async_batch.py#L53C26-L53C75.
The correct xref should be
google.cloud.firestore_v1.write.WriteResult
.This seems like an issue throughout the library, impacting customers to not be able to find the correct definition links and the generator not being able to generate proper cross referenced links.