Skip to content

Commit 5f5038e

Browse files
committed
Address review feedback
1 parent 614a456 commit 5f5038e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: gapic-generator-python:latest
1+
image: google-cloud-python-generator:latest
22
libraries:
33
- apis:
44
- path: google/cloud/language/v1beta2

scripts/configure_state_yaml/configure_state_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
packages_to_onboard: [
217
"google-cloud-language"
318
]

0 commit comments

Comments
 (0)