feat: [dataplex] new module for dataplex#12342
Conversation
There was a problem hiding this comment.
Code Review
This pull request primarily reformats generation_config.yaml by moving documentation URLs to new lines and updating string quoting for several API descriptions. A critical issue was identified regarding the addition of a duplicate dataplex library definition, which could lead to configuration conflicts.
| - api_shortname: dataplex | ||
| name_pretty: Cloud Dataplex API | ||
| product_documentation: https://cloud.google.com/dataplex/docs/overview | ||
| api_description: Dataplex Universal Catalog is an intelligent data governance solution | ||
| that helps you unify and manage distributed data at scale, with lower operational | ||
| overhead. | ||
| client_documentation: | ||
| https://cloud.google.com/java/docs/reference/google-cloud-dataplex/latest/overview | ||
| release_level: preview | ||
| distribution_name: com.google.cloud:google-cloud-dataplex | ||
| api_id: dataplex.googleapis.com | ||
| library_type: GAPIC_AUTO | ||
| group_id: com.google.cloud | ||
| cloud_api: true | ||
| GAPICs: | ||
| - proto_path: google/cloud/dataplex/v1 | ||
| requires_billing: true |
There was a problem hiding this comment.
This change introduces a duplicate library definition for dataplex. An entry for api_shortname: dataplex already exists just before this new block (ending on line 845). Having two definitions for the same API will likely cause issues in the generation process. Please remove this duplicate entry. If the intention was to update the existing dataplex configuration, please modify the existing block instead of adding a new one.
Generated by @diegomarquezp via generate_new_client_hermetic_build.yaml
Command used: