Skip to content

Commit 20f3d25

Browse files
authored
chore: Comment out backstory in generation_config.yaml (#13351)
backstory is a top level, non-versioned proto only module. This caused the [library generation](https://github.com/googleapis/google-cloud-java/actions/runs/26861145003) to fail. Considering that Librarian is taking over, we are not going to fix the hermetic build scripts. Commenting out the section so the daily generation can still continue and we can compare the daily hermetic build generation with the Librarian generation.
1 parent b791f48 commit 20f3d25

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

generation_config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -284,21 +284,21 @@ libraries:
284284
GAPICs:
285285
- proto_path: google/cloud/automl/v1
286286
- proto_path: google/cloud/automl/v1beta1
287-
- api_shortname: backstory
288-
name_pretty: Malachite Common Protos
289-
product_documentation: https://cloud.google.com/chronicle/docs/secops/secops-overview
290-
api_description: Common Universal Data Model (UDM) and Entity protos used by Chronicle.
291-
client_documentation:
292-
https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview
293-
release_level: preview
294-
distribution_name: com.google.cloud:google-cloud-backstory
295-
api_id: backstory.googleapis.com
296-
library_type: GAPIC_AUTO
297-
group_id: com.google.cloud
298-
cloud_api: true
299-
GAPICs:
300-
- proto_path: backstory
301-
requires_billing: true
287+
# - api_shortname: backstory
288+
# name_pretty: Malachite Common Protos
289+
# product_documentation: https://cloud.google.com/chronicle/docs/secops/secops-overview
290+
# api_description: Common Universal Data Model (UDM) and Entity protos used by Chronicle.
291+
# client_documentation:
292+
# https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview
293+
# release_level: preview
294+
# distribution_name: com.google.cloud:google-cloud-backstory
295+
# api_id: backstory.googleapis.com
296+
# library_type: GAPIC_AUTO
297+
# group_id: com.google.cloud
298+
# cloud_api: true
299+
# GAPICs:
300+
# - proto_path: backstory
301+
# requires_billing: true
302302
- api_shortname: backupdr
303303
name_pretty: Backup and DR Service API
304304
product_documentation: https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr

0 commit comments

Comments
 (0)