From 2bd3af81d11ff3526f386106007ac768240fa8e0 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 5 Aug 2025 15:16:25 -0700 Subject: [PATCH 1/7] chore: fix librarian state file --- .librarian/state.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 5b496e7d6f4d..eca4b837ae35 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -9,8 +9,8 @@ libraries: service_config: '' id: google-cloud-language last_generated_commit: 97a83d76a09a7f6dcab43675c87bdfeb5bcf1cb5 - preserve_regex: '' - remove_regex: '' + preserve_regex: [] + remove_regex: [] sourcePaths: - packages/google-cloud-language version: 2.17.2 From 9a61eb9dccfd61ba2c737e8f7eaac42cdc35e5f3 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 5 Aug 2025 15:37:15 -0700 Subject: [PATCH 2/7] build: fix service_config path --- .librarian/state.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index eca4b837ae35..b28ccac6b3b4 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -2,11 +2,11 @@ image: google-cloud-python-generator:latest libraries: - apis: - path: google/cloud/language/v1beta2 - service_config: '' + service_config: 'language_v1beta2.yaml' - path: google/cloud/language/v2 - service_config: '' + service_config: 'language_v2.yaml' - path: google/cloud/language/v1 - service_config: '' + service_config: 'language_v1.yaml' id: google-cloud-language last_generated_commit: 97a83d76a09a7f6dcab43675c87bdfeb5bcf1cb5 preserve_regex: [] From 4892c5b680782abb23e96e0248e8e2fb0de753a8 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 5 Aug 2025 15:49:58 -0700 Subject: [PATCH 3/7] Update state.yaml --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index b28ccac6b3b4..4f0a88080856 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -11,6 +11,6 @@ libraries: last_generated_commit: 97a83d76a09a7f6dcab43675c87bdfeb5bcf1cb5 preserve_regex: [] remove_regex: [] - sourcePaths: + source_roots: - packages/google-cloud-language version: 2.17.2 From b60001f050f6a51d123cd22c1207d09ea9f5f0b7 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 5 Aug 2025 15:51:12 -0700 Subject: [PATCH 4/7] Update state.yaml --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 4f0a88080856..2b5b5bdb8334 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -11,6 +11,6 @@ libraries: last_generated_commit: 97a83d76a09a7f6dcab43675c87bdfeb5bcf1cb5 preserve_regex: [] remove_regex: [] - source_roots: + source_paths: - packages/google-cloud-language version: 2.17.2 From e255d4e3b8af5db99e158a64248be398b973e17a Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 5 Aug 2025 18:24:26 -0700 Subject: [PATCH 5/7] try a test image --- .librarian/state.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 2b5b5bdb8334..1b9ff37993d8 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,4 +1,5 @@ -image: google-cloud-python-generator:latest +# image: google-cloud-python-generator:latest +image: gcr.io/chingor-test/librarian-e2e:latest libraries: - apis: - path: google/cloud/language/v1beta2 From 707df4049bf5aa3053e8dff3c0639ba4f57648fb Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 6 Aug 2025 09:00:58 -0700 Subject: [PATCH 6/7] Update state.yaml --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 1b9ff37993d8..3ac787ac3f0c 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -12,6 +12,6 @@ libraries: last_generated_commit: 97a83d76a09a7f6dcab43675c87bdfeb5bcf1cb5 preserve_regex: [] remove_regex: [] - source_paths: + source_roots: - packages/google-cloud-language version: 2.17.2 From e9ae2d7a4ccfa04eb5bd6310abb27948a4d72763 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 7 Aug 2025 11:13:37 -0700 Subject: [PATCH 7/7] Update state.yaml --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 3ac787ac3f0c..52004619bc35 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,5 +1,5 @@ # image: google-cloud-python-generator:latest -image: gcr.io/chingor-test/librarian-e2e:latest +image: gcr.io/chingor-test/debug:latest libraries: - apis: - path: google/cloud/language/v1beta2