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
Next Next commit
feat: [chronicle] new module for chronicle
  • Loading branch information
cloud-java-bot committed May 13, 2025
commit b564a290336aa71a1473dfd95aa89b190bd17c7c
21 changes: 19 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,23 @@ libraries:
GAPICs:
- proto_path: google/chat/v1

- api_shortname: chronicle
name_pretty: Chronicle API
product_documentation: https://cloud.google.com/chronicle/docs/secops/secops-overview
api_description: The Google Cloud Security Operations API, popularly known as the
Chronicle API, serves endpoints that enable security analysts to analyze and mitigate
a security threat throughout its lifecycle
client_documentation:
https://cloud.google.com/java/docs/reference/google-cloud-chronicle/latest/overview
release_level: preview
distribution_name: com.google.cloud:google-cloud-chronicle
api_id: chronicle.googleapis.com
library_type: GAPIC_AUTO
group_id: com.google.cloud
cloud_api: true
GAPICs:
- proto_path: google/cloud/chronicle/v1
requires_billing: true
- api_shortname: cloudbuild
name_pretty: Cloud Build
product_documentation: https://cloud.google.com/cloud-build/
Expand Down Expand Up @@ -1204,7 +1221,7 @@ libraries:
- proto_path: google/shopping/merchant/issueresolution/v1beta
library_name: java-shopping-merchant-issue-resolution
requires_billing: true

- api_shortname: merchantapi
name_pretty: Merchant Order Tracking API
product_documentation: https://developers.google.com/merchant/api
Expand All @@ -1221,7 +1238,7 @@ libraries:
- proto_path: google/shopping/merchant/ordertracking/v1beta
library_name: java-shopping-merchant-order-tracking
requires_billing: true

- api_shortname: cloudkms
name_pretty: Cloud Key Management Service
product_documentation: https://cloud.google.com/kms
Expand Down
Loading