Skip to content

Commit e816fdd

Browse files
authored
chore: specify explicit options for all API paths in librarian.yaml (#16762)
This means we don't use the generator default for any of: - python-gapic-name - python-gapic-namespace - warehouse-package-name Only API paths which didn't already have an explicit default were updated. The changes are all from explicitly specifying `warehouse-package-name`, and are all corrections from where the generator was inferring the package name incorrectly. (And regenerating Datastore, which wasn't automated in #16737.) This is the first step in googleapis/librarian#5163 - we will then change librarian to use a new approach to inference (deriving the namespace just from the first two components of the API path), and remove all the explicit options which would be inferred the same way. So while this PR adds a lot of lines to the config, many will later be removed again.
1 parent 911561c commit e816fdd

316 files changed

Lines changed: 1409 additions & 315 deletions

File tree

Some content is hidden

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

librarian.yaml

Lines changed: 1094 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-calendar package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-docs package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-drive package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-gmail package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-sheets package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-apps-script-type-slides package uses inline types.
2+
# The google-apps-script-type package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-cloud-firestore-admin package uses inline types.
2+
# The google-cloud-firestore package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-cloud-firestore-admin package uses inline types.
2+
# The google-cloud-firestore package uses inline types.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Marker file for PEP 561.
2-
# The google-cloud-firestore-bundle package uses inline types.
2+
# The google-cloud-firestore package uses inline types.

0 commit comments

Comments
 (0)