Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,23 @@ libraries:
rpc_documentation: https://cloud.google.com/app-hub/docs/reference/rpc
GAPICs:
- proto_path: google/cloud/apphub/v1
- api_shortname: appoptimize
name_pretty: App Optimize API
product_documentation: https://docs.cloud.google.com/app-optimize/overview
api_description: The App Optimize API provides developers and platform teams with
tools to monitor, analyze, and improve the performance and cost-efficiency of
their cloud applications.
client_documentation:
https://cloud.google.com/java/docs/reference/google-cloud-appoptimize/latest/overview
Comment on lines +192 to +193
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 client_documentation URL is split across two lines. In YAML, when a plain scalar starts on a new line after a key with a trailing space, it can sometimes result in an unintended leading space in the parsed value. It should be placed on the same line as the key for clarity, correctness, and consistency with other documentation links in this file.

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

release_level: preview
distribution_name: com.google.cloud:google-cloud-appoptimize
api_id: appoptimize.googleapis.com
library_type: GAPIC_AUTO
group_id: com.google.cloud
cloud_api: true
GAPICs:
- proto_path: google/cloud/appoptimize/v1beta
requires_billing: true
- api_shortname: area120tables
name_pretty: Area 120 Tables
product_documentation: https://area120.google.com/
Expand Down
Loading