Commit e816fdd
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
- packages
- google-apps-script-type/google/apps/script/type
- calendar
- docs
- drive
- gmail
- sheets
- slides
- google-cloud-firestore
- google/cloud
- firestore_admin_v1
- firestore_admin
- firestore_bundle
- samples/generated_samples
- google-cloud-orchestration-airflow
- google/cloud/orchestration/airflow/service_v1beta1
- samples/generated_samples
- google-cloud-secret-manager
- google/cloud
- secretmanager_v1beta1
- secretmanager_v1beta2
- samples/generated_samples
- google-cloud-spanner
- google/cloud
- spanner_admin_database_v1
- spanner_admin_database
- spanner_admin_instance_v1
- spanner_admin_instance
- samples/generated_samples
- google-cloud-workflows
- google/cloud/workflows
- executions_v1beta
- executions_v1
- executions
- samples/generated_samples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments