Skip to content

Commit c4f545d

Browse files
chore: fix duplicated java java (#10939)
* chore: revert duplicated java-java in config yaml * update input message
1 parent 3c8f4a1 commit c4f545d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/generate_new_client_hermetic_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
type: string
4242
description: |
4343
`library_name`: The directory name of the new library. By default it's
44-
java-<api_shortname>
44+
java-<api_shortname>. **Do not include `java-` as it will be automatically prepended**
4545
distribution_name:
4646
required: false
4747
type: string

generation_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ libraries:
11391139
cloud_api: false
11401140
GAPICs:
11411141
- proto_path: google/shopping/merchant/products/v1beta
1142-
library_name: java-shopping-merchant-products
1142+
library_name: shopping-merchant-products
11431143
- api_shortname: merchantapi
11441144
name_pretty: Merchant API
11451145
product_documentation: https://developers.google.com/merchant/api
@@ -1154,7 +1154,7 @@ libraries:
11541154
cloud_api: false
11551155
GAPICs:
11561156
- proto_path: google/shopping/merchant/datasources/v1beta
1157-
library_name: java-shopping-merchant-datasources
1157+
library_name: shopping-merchant-datasources
11581158
requires_billing: true
11591159
- api_shortname: merchantapi
11601160
name_pretty: Merchant API
@@ -1170,7 +1170,7 @@ libraries:
11701170
cloud_api: false
11711171
GAPICs:
11721172
- proto_path: google/shopping/merchant/accounts/v1beta
1173-
library_name: java-shopping-merchant-accounts
1173+
library_name: shopping-merchant-accounts
11741174
requires_billing: true
11751175
- api_shortname: merchantapi
11761176
name_pretty: Merchant API
@@ -1186,7 +1186,7 @@ libraries:
11861186
cloud_api: false
11871187
GAPICs:
11881188
- proto_path: google/shopping/merchant/promotions/v1beta
1189-
library_name: java-shopping-merchant-promotions
1189+
library_name: shopping-merchant-promotions
11901190
requires_billing: true
11911191
- api_shortname: cloudkms
11921192
name_pretty: Cloud Key Management Service

0 commit comments

Comments
 (0)