Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 6ef650d

Browse files
feat: revert "feat: deprecate v1beta1 client" (#209)
Reverts #206
1 parent 7b41e48 commit 6ef650d

File tree

396 files changed

+200383
-813
lines changed

Some content is hidden

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

396 files changed

+200383
-813
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>5.5.0</version>
20+
<version>5.4.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

google-cloud-automl-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,21 @@
6060

6161
<dependencyManagement>
6262
<dependencies>
63+
<dependency>
64+
<groupId>com.google.api.grpc</groupId>
65+
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
66+
<version>0.82.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1beta1:current} -->
67+
</dependency>
6368
<dependency>
6469
<groupId>com.google.api.grpc</groupId>
6570
<artifactId>grpc-google-cloud-automl-v1</artifactId>
6671
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1:current} -->
6772
</dependency>
73+
<dependency>
74+
<groupId>com.google.api.grpc</groupId>
75+
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
76+
<version>0.82.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-automl-v1beta1:current} -->
77+
</dependency>
6878
<dependency>
6979
<groupId>com.google.api.grpc</groupId>
7080
<artifactId>proto-google-cloud-automl-v1</artifactId>

google-cloud-automl/clirr-ignored-differences.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@
1616
<className>com/google/cloud/automl/v1/AutoMlClient</className>
1717
<method>com.google.longrunning.Operation createDataset(com.google.cloud.automl.v1.CreateDatasetRequest)</method>
1818
</difference>
19-
<!-- 8001 (Class removed): className -->
20-
<difference>
21-
<differenceType>8001</differenceType>
22-
<className>com/google/cloud/automl/v1beta1/**</className>
23-
</difference>
2419
</differences>

google-cloud-automl/pom.xml

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

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-automl-v1</artifactId>
@@ -70,6 +74,11 @@
7074
<scope>test</scope>
7175
</dependency>
7276

77+
<dependency>
78+
<groupId>com.google.api.grpc</groupId>
79+
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
80+
<scope>test</scope>
81+
</dependency>
7382
<dependency>
7483
<groupId>com.google.api.grpc</groupId>
7584
<artifactId>grpc-google-cloud-automl-v1</artifactId>

0 commit comments

Comments
 (0)