feat(google/cloud/agentidentitycredentials/v1beta): add new v1beta1 version#17823
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the v1beta version of the google-cloud-agentidentitycredentials client library, including its generated services, types, transports, documentation, and samples. Feedback on the changes points out that a duplicate API Reference header was added to the documentation index, which could cause Sphinx build warnings, and suggests merging the new version's services and types under the existing toctree.
|
|
||
| API Reference | ||
| ------------- | ||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| agentidentitycredentials_v1beta/services_ | ||
| agentidentitycredentials_v1beta/types_ | ||
|
|
There was a problem hiding this comment.
The addition of a second API Reference header creates a duplicate section in the documentation, which can cause Sphinx build warnings or errors. Instead of creating a new section, the v1beta services and types should be listed under the existing toctree of the main API Reference section.
| API Reference | |
| ------------- | |
| .. toctree:: | |
| :maxdepth: 2 | |
| agentidentitycredentials_v1beta/services_ | |
| agentidentitycredentials_v1beta/types_ | |
| agentidentitycredentials_v1beta/services_ | |
| agentidentitycredentials_v1beta/types_ | |
|
unittest / unit (3.13) (pull_request) is failing. |
|
The command to reproduce the failure: |
|
It seems the failure is not limited to this module being created. |
|
#17807 mentioned an updated generator template. |
Generated v1beta1 version for the existing google-cloud-agentidentitycredentials library.