File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
scripts/configure_state_yaml Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- image : gapic-generator -python:latest
1+ image : google-cloud -python-generator :latest
22libraries :
33- apis :
44 - path : google/cloud/language/v1beta2
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def configure_state_yaml() -> None:
4444 with open (PACKAGES_TO_ONBOARD_YAML , "r" ) as packages_to_onboard_yaml_file :
4545 packages_to_onboard = yaml .safe_load (packages_to_onboard_yaml_file )
4646
47- state_dict ["image" ] = "gapic-generator -python:latest"
47+ state_dict ["image" ] = "google-cloud -python-generator :latest"
4848 state_dict ["libraries" ] = []
4949 for package_name in packages_to_onboard ["packages_to_onboard" ]:
5050 package_path = Path (PACKAGES_DIR / package_name ).resolve ()
Original file line number Diff line number Diff line change 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+ #
15+
116packages_to_onboard : [
217 " google-cloud-language"
318]
You can’t perform that action at this time.
0 commit comments