Skip to content
Merged
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
15 changes: 15 additions & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,21 @@ libraries:
GAPICs:
- proto_path: google/cloud/automl/v1
- proto_path: google/cloud/automl/v1beta1
- api_shortname: backstory
name_pretty: Malachite Common Protos
product_documentation: https://cloud.google.com/chronicle/docs/secops/secops-overview
api_description: Common Universal Data Model (UDM) and Entity protos used by Chronicle.
client_documentation:
https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview
Comment on lines +291 to +292
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. This can lead to parsing issues or unexpected whitespace in the parsed URL. It is recommended to keep the URL on the same line as the key.

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

release_level: preview
distribution_name: com.google.cloud:google-cloud-backstory
api_id: backstory.googleapis.com
library_type: GAPIC_AUTO
group_id: com.google.cloud
cloud_api: true
GAPICs:
- proto_path: backstory
requires_billing: true
- api_shortname: backupdr
name_pretty: Backup and DR Service API
product_documentation: https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr
Expand Down
Loading