Skip to content

Commit e611ec2

Browse files
feat: [merchantapi] new module for merchant-reports-v1alpha (#11672)
Co-authored-by: cloud-java-bot <[email protected]>
1 parent 961af18 commit e611ec2

File tree

77 files changed

+82245
-0
lines changed

Some content is hidden

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

77 files changed

+82245
-0
lines changed

generation_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,7 @@ libraries:
23462346
distribution_name: com.google.shopping:google-shopping-merchant-reports
23472347
GAPICs:
23482348
- proto_path: google/shopping/merchant/reports/v1beta
2349+
- proto_path: google/shopping/merchant/reports/v1alpha
23492350

23502351
- api_shortname: merchantapi
23512352
name_pretty: Merchant API

java-shopping-merchant-reports/google-shopping-merchant-reports-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@
3434
<artifactId>grpc-google-shopping-merchant-reports-v1beta</artifactId>
3535
<version>0.44.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-reports-v1beta:current} -->
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.shopping.api.grpc</groupId>
39+
<artifactId>grpc-google-shopping-merchant-reports-v1alpha</artifactId>
40+
<version>0.44.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-reports-v1alpha:current} -->
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.shopping.api.grpc</groupId>
3944
<artifactId>proto-google-shopping-merchant-reports-v1beta</artifactId>
4045
<version>0.44.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-reports-v1beta:current} -->
4146
</dependency>
47+
<dependency>
48+
<groupId>com.google.shopping.api.grpc</groupId>
49+
<artifactId>proto-google-shopping-merchant-reports-v1alpha</artifactId>
50+
<version>0.44.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-reports-v1alpha:current} -->
51+
</dependency>
4252
</dependencies>
4353
</dependencyManagement>
4454
</project>

java-shopping-merchant-reports/google-shopping-merchant-reports/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.shopping.api.grpc</groupId>
46+
<artifactId>proto-google-shopping-merchant-reports-v1alpha</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.shopping.api.grpc</groupId>
4650
<artifactId>proto-google-shopping-merchant-reports-v1beta</artifactId>
@@ -66,6 +70,11 @@
6670
<artifactId>grpc-google-common-protos</artifactId>
6771
<scope>test</scope>
6872
</dependency>
73+
<dependency>
74+
<groupId>com.google.shopping.api.grpc</groupId>
75+
<artifactId>grpc-google-shopping-merchant-reports-v1alpha</artifactId>
76+
<scope>test</scope>
77+
</dependency>
6978
<dependency>
7079
<groupId>com.google.api.grpc</groupId>
7180
<artifactId>proto-google-iam-v1</artifactId>

0 commit comments

Comments
 (0)