Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/issueresolution/v1
- proto_path: google/shopping/merchant/issueresolution/v1beta
library_name: java-shopping-merchant-issue-resolution
requires_billing: true
Expand All @@ -1259,6 +1260,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/ordertracking/v1
- proto_path: google/shopping/merchant/ordertracking/v1beta
library_name: java-shopping-merchant-order-tracking
requires_billing: true
Expand Down Expand Up @@ -2232,6 +2234,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/accounts/v1
- proto_path: google/shopping/merchant/accounts/v1beta
library_name: shopping-merchant-accounts
requires_billing: true
Expand Down Expand Up @@ -2293,6 +2296,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/lfp/v1
- proto_path: google/shopping/merchant/lfp/v1beta
requires_billing: true

Expand Down Expand Up @@ -2325,6 +2329,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/products/v1
- proto_path: google/shopping/merchant/products/v1beta
library_name: shopping-merchant-products
- api_shortname: merchantapi
Expand All @@ -2340,6 +2345,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/promotions/v1
- proto_path: google/shopping/merchant/promotions/v1beta
library_name: shopping-merchant-promotions
requires_billing: true
Expand All @@ -2356,6 +2362,7 @@ libraries:
group_id: com.google.shopping
cloud_api: false
GAPICs:
- proto_path: google/shopping/merchant/quota/v1
- proto_path: google/shopping/merchant/quota/v1beta
requires_billing: true

Expand All @@ -2367,6 +2374,7 @@ libraries:
cloud_api: false
distribution_name: com.google.shopping:google-shopping-merchant-reports
GAPICs:
- proto_path: google/shopping/merchant/reports/v1
- proto_path: google/shopping/merchant/reports/v1beta
- proto_path: google/shopping/merchant/reports/v1alpha

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,21 @@
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.11.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.11.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.11.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.11.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1beta</artifactId>
Expand Down Expand Up @@ -76,6 +80,11 @@
<artifactId>grpc-google-common-protos</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
Expand Down
Loading
Loading