Skip to content

Commit e46cd6d

Browse files
authored
chore: skip generation for packages we need to update individually (#17127)
These packages have not yet been updated to generator version 1.32.0. We should handle them with a separate PR per package which fixes any post-processing files, unskips generation, and includes the generated changes. Packages skipped by this change: - google-cloud-asset - google-cloud-automl - google-cloud-monitoring - google-cloud-pubsub - google-cloud-spanner - google-cloud-storage
1 parent 39c9882 commit e46cd6d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

librarian.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ libraries:
391391
- path: google/cloud/asset/v1p5beta1
392392
- path: google/cloud/asset/v1p2beta1
393393
- path: google/cloud/asset/v1p1beta1
394+
skip_generate: true
394395
python:
395396
opt_args_by_api:
396397
google/cloud/asset/v1:
@@ -432,6 +433,7 @@ libraries:
432433
- google/cloud/automl_v1beta1/services/tables/__init__.py
433434
- google/cloud/automl_v1beta1/services/tables/gcs_client.py
434435
- google/cloud/automl_v1beta1/services/tables/tables_client.py
436+
skip_generate: true
435437
python:
436438
library_type: GAPIC_COMBO
437439
metadata_name_override: automl
@@ -1426,6 +1428,7 @@ libraries:
14261428
version: 2.30.0
14271429
apis:
14281430
- path: google/monitoring/v3
1431+
skip_generate: true
14291432
python:
14301433
library_type: GAPIC_COMBO
14311434
opt_args_by_api:
@@ -1658,6 +1661,7 @@ libraries:
16581661
version: 2.38.0
16591662
apis:
16601663
- path: google/pubsub/v1
1664+
skip_generate: true
16611665
python:
16621666
library_type: GAPIC_COMBO
16631667
opt_args_by_api:
@@ -1904,6 +1908,7 @@ libraries:
19041908
- docs/spanner_v1/table.rst
19051909
- docs/spanner_v1/transaction.rst
19061910
- tests/unit/gapic/conftest.py
1911+
skip_generate: true
19071912
python:
19081913
library_type: GAPIC_COMBO
19091914
opt_args_by_api:
@@ -1932,6 +1937,7 @@ libraries:
19321937
version: 3.10.1
19331938
apis:
19341939
- path: google/storage/v2
1940+
skip_generate: true
19351941
skip_release: true
19361942
python:
19371943
library_type: GAPIC_MANUAL

0 commit comments

Comments
 (0)