Skip to content

Commit 27c1348

Browse files
authored
Merge branch 'main' into migration.python-logging.migration.2025-11-25_20-12-57.migrate
2 parents 8c73230 + 29f70b8 commit 27c1348

File tree

757 files changed

+370470
-5830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+370470
-5830
lines changed

.generator/cli.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,12 @@ def handle_configure(
290290
)
291291
prepared_config = _prepare_new_library_config(new_library_config)
292292

293-
# Create a `CHANGELOG.md` and `docs/CHANGELOG.md` file for the new library
293+
is_mono_repo = _is_mono_repo(input)
294294
library_id = _get_library_id(prepared_config)
295-
_create_new_changelog_for_library(library_id, output)
295+
path_to_library = f"packages/{library_id}" if is_mono_repo else "."
296+
if not Path(f"{repo}/{path_to_library}").exists():
297+
# Create a `CHANGELOG.md` and `docs/CHANGELOG.md` file for the new library
298+
_create_new_changelog_for_library(library_id, output)
296299

297300
# Write the new library configuration to configure-response.json.
298301
_write_json_file(f"{librarian}/configure-response.json", prepared_config)

.generator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click
2-
gapic-generator==1.28.3 # format generated samples
2+
gapic-generator==1.30.2 # remove formatting changes
33
nox
44
starlark-pyo3>=2025.1
55
build
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 2025 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
description: Allow documentation warnings for google-shopping-merchant-accounts due to formatting issue in google/protobuf/empty.proto
15+
url: https://github.com/googleapis/gapic-generator-python/issues/2490
16+
replacements:
17+
- paths: [
18+
packages/google-shopping-merchant-accounts/noxfile.py,
19+
]
20+
before: ' "-W", # warnings as errors\n'
21+
after: ''
22+
count: 1

.librarian/state.yaml

Lines changed: 54 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:72e9b62c0f8f3799651ee62d777a2905f5b72ff19ea46f2e7b7d682d7d1e9414
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90
22
libraries:
33
- id: google-ads-admanager
4-
version: 0.6.0
5-
last_generated_commit: e8365a7f88fabe8717cb8322b8ce784b03b6daea
4+
version: 0.7.0
5+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
66
apis:
77
- path: google/ads/admanager/v1
88
service_config: admanager_v1.yaml
@@ -18,7 +18,7 @@ libraries:
1818
- packages/google-ads-admanager/
1919
tag_format: '{id}-v{version}'
2020
- id: google-ads-datamanager
21-
version: 0.1.0
21+
version: 0.2.0
2222
last_generated_commit: c2db528a3e4d12b95666c719ee0db30a3d4c78ad
2323
apis:
2424
- path: google/ads/datamanager/v1
@@ -293,7 +293,7 @@ libraries:
293293
tag_format: '{id}-v{version}'
294294
- id: google-cloud-alloydb
295295
version: 0.6.0
296-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
296+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
297297
apis:
298298
- path: google/cloud/alloydb/v1beta
299299
service_config: alloydb_v1beta.yaml
@@ -472,8 +472,8 @@ libraries:
472472
- packages/google-cloud-apphub/
473473
tag_format: '{id}-v{version}'
474474
- id: google-cloud-artifact-registry
475-
version: 1.17.0
476-
last_generated_commit: c2db528a3e4d12b95666c719ee0db30a3d4c78ad
475+
version: 1.18.0
476+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
477477
apis:
478478
- path: google/devtools/artifactregistry/v1
479479
service_config: artifactregistry_v1.yaml
@@ -572,7 +572,7 @@ libraries:
572572
- packages/google-cloud-automl/
573573
tag_format: '{id}-v{version}'
574574
- id: google-cloud-backupdr
575-
version: 0.4.0
575+
version: 0.5.0
576576
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
577577
apis:
578578
- path: google/cloud/backupdr/v1
@@ -606,7 +606,7 @@ libraries:
606606
- packages/google-cloud-bare-metal-solution/
607607
tag_format: '{id}-v{version}'
608608
- id: google-cloud-batch
609-
version: 0.18.0
609+
version: 0.19.0
610610
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
611611
apis:
612612
- path: google/cloud/batch/v1alpha
@@ -891,7 +891,7 @@ libraries:
891891
- packages/google-cloud-bigquery-reservation/
892892
tag_format: '{id}-v{version}'
893893
- id: google-cloud-bigquery-storage
894-
version: 2.34.0
894+
version: 2.35.0
895895
last_generated_commit: bd94e0b8c4975af0a66dc1f846c63c77dbc0064e
896896
apis:
897897
- path: google/cloud/bigquery/storage/v1beta2
@@ -989,8 +989,8 @@ libraries:
989989
- packages/google-cloud-binary-authorization/
990990
tag_format: '{id}-v{version}'
991991
- id: google-cloud-build
992-
version: 3.33.0
993-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
992+
version: 3.34.0
993+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
994994
apis:
995995
- path: google/devtools/cloudbuild/v1
996996
service_config: cloudbuild_v1.yaml
@@ -1042,8 +1042,8 @@ libraries:
10421042
- packages/google-cloud-certificate-manager/
10431043
tag_format: '{id}-v{version}'
10441044
- id: google-cloud-channel
1045-
version: 1.24.0
1046-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
1045+
version: 1.25.0
1046+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
10471047
apis:
10481048
- path: google/cloud/channel/v1
10491049
service_config: cloudchannel_v1.yaml
@@ -1342,6 +1342,24 @@ libraries:
13421342
remove_regex:
13431343
- packages/google-cloud-data-qna/
13441344
tag_format: '{id}-v{version}'
1345+
- id: google-cloud-databasecenter
1346+
version: 0.1.0
1347+
last_generated_commit: 9a665b700840373e253db5af289d7df2a4fb41b9
1348+
apis:
1349+
- path: google/cloud/databasecenter/v1beta
1350+
service_config: databasecenter_v1beta.yaml
1351+
source_roots:
1352+
- packages/google-cloud-databasecenter
1353+
preserve_regex:
1354+
- packages/google-cloud-databasecenter/CHANGELOG.md
1355+
- docs/CHANGELOG.md
1356+
- samples/README.txt
1357+
- scripts/client-post-processing
1358+
- samples/snippets/README.rst
1359+
- tests/system
1360+
remove_regex:
1361+
- packages/google-cloud-databasecenter
1362+
tag_format: '{id}-v{version}'
13451363
- id: google-cloud-datacatalog
13461364
version: 3.28.0
13471365
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
@@ -1557,7 +1575,7 @@ libraries:
15571575
- packages/google-cloud-devicestreaming/
15581576
tag_format: '{id}-v{version}'
15591577
- id: google-cloud-dialogflow
1560-
version: 2.43.0
1578+
version: 2.44.0
15611579
last_generated_commit: c2db528a3e4d12b95666c719ee0db30a3d4c78ad
15621580
apis:
15631581
- path: google/cloud/dialogflow/v2beta1
@@ -1576,7 +1594,7 @@ libraries:
15761594
- packages/google-cloud-dialogflow/
15771595
tag_format: '{id}-v{version}'
15781596
- id: google-cloud-dialogflow-cx
1579-
version: 2.0.0
1597+
version: 2.1.0
15801598
last_generated_commit: c2db528a3e4d12b95666c719ee0db30a3d4c78ad
15811599
apis:
15821600
- path: google/cloud/dialogflow/cx/v3
@@ -1756,8 +1774,8 @@ libraries:
17561774
- packages/google-cloud-essential-contacts/
17571775
tag_format: '{id}-v{version}'
17581776
- id: google-cloud-eventarc
1759-
version: 1.17.0
1760-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
1777+
version: 1.18.0
1778+
last_generated_commit: c9ff4f1cd26f1fe63e6d1c11a198366b70ebdb84
17611779
apis:
17621780
- path: google/cloud/eventarc/v1
17631781
service_config: eventarc_v1.yaml
@@ -1860,8 +1878,8 @@ libraries:
18601878
- packages/google-cloud-gdchardwaremanagement/
18611879
tag_format: '{id}-v{version}'
18621880
- id: google-cloud-geminidataanalytics
1863-
version: 0.6.0
1864-
last_generated_commit: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
1881+
version: 0.7.0
1882+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
18651883
apis:
18661884
- path: google/cloud/geminidataanalytics/v1beta
18671885
service_config: geminidataanalytics_v1beta.yaml
@@ -1938,8 +1956,8 @@ libraries:
19381956
- packages/google-cloud-gke-hub
19391957
tag_format: '{id}-v{version}'
19401958
- id: google-cloud-gke-multicloud
1941-
version: 0.6.22
1942-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
1959+
version: 0.7.0
1960+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
19431961
apis:
19441962
- path: google/cloud/gkemulticloud/v1
19451963
service_config: gkemulticloud_v1.yaml
@@ -2209,7 +2227,7 @@ libraries:
22092227
tag_format: '{id}-v{version}'
22102228
- id: google-cloud-maintenance-api
22112229
version: 0.2.0
2212-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
2230+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
22132231
apis:
22142232
- path: google/cloud/maintenance/api/v1beta
22152233
service_config: maintenance_v1beta.yaml
@@ -2425,8 +2443,8 @@ libraries:
24252443
- packages/google-cloud-monitoring-metrics-scopes/
24262444
tag_format: '{id}-v{version}'
24272445
- id: google-cloud-netapp
2428-
version: 0.4.0
2429-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
2446+
version: 0.5.0
2447+
last_generated_commit: c9ff4f1cd26f1fe63e6d1c11a198366b70ebdb84
24302448
apis:
24312449
- path: google/cloud/netapp/v1
24322450
service_config: netapp_v1.yaml
@@ -2478,8 +2496,8 @@ libraries:
24782496
- packages/google-cloud-network-management/
24792497
tag_format: '{id}-v{version}'
24802498
- id: google-cloud-network-security
2481-
version: 0.9.21
2482-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
2499+
version: 0.10.0
2500+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
24832501
apis:
24842502
- path: google/cloud/networksecurity/v1alpha1
24852503
service_config: networksecurity_v1alpha1.yaml
@@ -2650,8 +2668,8 @@ libraries:
26502668
- packages/google-cloud-os-login
26512669
tag_format: '{id}-v{version}'
26522670
- id: google-cloud-parallelstore
2653-
version: 0.3.0
2654-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
2671+
version: 0.4.0
2672+
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
26552673
apis:
26562674
- path: google/cloud/parallelstore/v1
26572675
service_config: parallelstore_v1.yaml
@@ -2972,8 +2990,8 @@ libraries:
29722990
- packages/google-cloud-retail/
29732991
tag_format: '{id}-v{version}'
29742992
- id: google-cloud-run
2975-
version: 0.12.0
2976-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
2993+
version: 0.13.0
2994+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
29772995
apis:
29782996
- path: google/cloud/run/v2
29792997
service_config: run_v2.yaml
@@ -3639,7 +3657,7 @@ libraries:
36393657
- packages/google-cloud-visionai/
36403658
tag_format: '{id}-v{version}'
36413659
- id: google-cloud-vm-migration
3642-
version: 1.13.0
3660+
version: 1.14.0
36433661
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
36443662
apis:
36453663
- path: google/cloud/vmmigration/v1
@@ -3961,8 +3979,8 @@ libraries:
39613979
- packages/google-shopping-css/
39623980
tag_format: '{id}-v{version}'
39633981
- id: google-shopping-merchant-accounts
3964-
version: 1.1.0
3965-
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
3982+
version: 1.2.0
3983+
last_generated_commit: 55ab9c6263bafb0ef1aa2d8722d190c1697bcbcb
39663984
apis:
39673985
- path: google/shopping/merchant/accounts/v1
39683986
service_config: merchantapi_v1.yaml
@@ -4168,7 +4186,7 @@ libraries:
41684186
- packages/google-shopping-merchant-promotions/
41694187
tag_format: '{id}-v{version}'
41704188
- id: google-shopping-merchant-quota
4171-
version: 1.1.0
4189+
version: 1.2.0
41724190
last_generated_commit: c2db528a3e4d12b95666c719ee0db30a3d4c78ad
41734191
apis:
41744192
- path: google/shopping/merchant/quota/v1beta
@@ -4244,7 +4262,7 @@ libraries:
42444262
tag_format: '{id}-v{version}'
42454263
- id: googleapis-common-protos
42464264
version: 1.72.0
4247-
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
4265+
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
42484266
apis:
42494267
- path: google/api
42504268
service_config: serviceconfig.yaml

0 commit comments

Comments
 (0)