Description
gapic-generator-python/gapic/schema/naming.py
Lines 186 to 193 in f86a47b
Occasionally we want to deviate from the generated provided
api.naming.warehouse_package_name
.
- The published package includes two GAPICs (firestore admin and firestore) and we want the library to be consistently named
google-cloud-firestore
. - The API has a long name and we want to rename the package to make it easier to spell.
google-cloud-assuredworkloads
->google-cloud-assured-workloads
.
The name is used to identify the library in request headers so it is somewhat important.
CC @crwilcox