Skip to content

feat: [developerknowledge] new module for developerknowledge#13313

Open
cloud-java-bot wants to merge 3 commits into
mainfrom
new-library/developerknowledge-znC3W
Open

feat: [developerknowledge] new module for developerknowledge#13313
cloud-java-bot wants to merge 3 commits into
mainfrom
new-library/developerknowledge-znC3W

Conversation

@cloud-java-bot
Copy link
Copy Markdown
Collaborator

Generated by @blakeli0 via generate_new_client_hermetic_build.yaml

Command used:

python generation/new_client_hermetic_build/add-new-client-config.py add-new-library --api-shortname "developerknowledge" --name-pretty "Developer Knowledge API" --api-description "The Developer Knowledge API provides access to Google's developer knowledge" --proto-path "google/developers/knowledge/v1" --product-docs "https://developers.google.com/knowledge" --distribution-name "com.google.cloud:google-cloud-developer-knowledge" 

@cloud-java-bot cloud-java-bot requested review from a team as code owners May 29, 2026 21:45
@cloud-java-bot cloud-java-bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reorganizes the generation_config.yaml file by moving several API definitions (including bigtable, common-protos, firestore, iam, pubsub, and showcase) into alphabetical order, and adds a new entry for the developerknowledge API. A review comment suggests keeping the client_documentation URL for the new API on a single line instead of wrapping it, to avoid potential parsing issues and improve readability.

Comment thread generation_config.yaml
Comment on lines +998 to +999
client_documentation:
https://cloud.google.com/java/docs/reference/google-cloud-developer-knowledge/latest/overview
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The URL for client_documentation has been wrapped to a new line. While syntactically valid in some YAML parsers, wrapping URLs across lines makes the file harder to read, breaks simple regex-based tools, and can cause parsing issues in stricter YAML parsers.

It is highly recommended to keep the URL on a single line. This wrapping is likely caused by the YAML serializer (e.g., PyYAML) wrapping lines at a default width (usually 80 characters). You can prevent this in the generator script by setting a larger width when dumping the YAML (e.g., width=1000 or width=float('inf') in PyYAML).

  client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-developer-knowledge/latest/overview

@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented May 29, 2026

Here is the summary of changes.

You are about to add 14 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

owlbot:run Add this label to trigger the Owlbot post processor.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants