feat: API configuration: 20260507T090101Z#15605
Conversation
…google/cloud/geminidataanalytics/v1
|
Pull request diff results |
There was a problem hiding this comment.
Code Review
This pull request adds the Google.Cloud.GeminiDataAnalytics.V1 API to the generator input and pipeline state files. The review feedback suggests updating the product name for consistency with the description and reordering the new entry in the pipeline state to maintain alphabetical sorting.
| { | ||
| "id": "Google.Cloud.GeminiDataAnalytics.V1", | ||
| "nextVersion": "1.0.0-beta01", | ||
| "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", | ||
| "releaseAutomationLevel": "AUTOMATION_LEVEL_BLOCKED", | ||
| "apiPaths": [ | ||
| "google/cloud/geminidataanalytics/v1" | ||
| ], | ||
| "sourcePaths": [ | ||
| "apis/Google.Cloud.GeminiDataAnalytics.V1/Google.Cloud.GeminiDataAnalytics.V1" | ||
| ] | ||
| } |
There was a problem hiding this comment.
The new entry for Google.Cloud.GeminiDataAnalytics.V1 is added at the end of the entries array, which breaks the alphabetical sorting of the file. This file is maintained in alphabetical order by the id field to ensure maintainability and reduce merge conflicts. Please move this entry to its correct alphabetical position (it should appear before Google.DevicesAndServices.Health.V4).
|
@amanda-tarafa Assigned this to you for now in the spirit of hand-off. Happy to shepherd this through if you'd like, but equally happy to step back. |
Changes in this PR