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

Commit

Permalink
feat: deprecate v1beta1 client (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jun 2, 2020
1 parent a78541a commit 7b41e48
Show file tree
Hide file tree
Showing 396 changed files with 813 additions and 200,383 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
10 changes: 0 additions & 10 deletions google-cloud-automl-bom/pom.xml
Expand Up @@ -60,21 +60,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
<version>0.82.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1</artifactId>
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
<version>0.82.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-automl-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions google-cloud-automl/clirr-ignored-differences.xml
Expand Up @@ -16,4 +16,9 @@
<className>com/google/cloud/automl/v1/AutoMlClient</className>
<method>com.google.longrunning.Operation createDataset(com.google.cloud.automl.v1.CreateDatasetRequest)</method>
</difference>
<!-- 8001 (Class removed): className -->
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/automl/v1beta1/**</className>
</difference>
</differences>
9 changes: 0 additions & 9 deletions google-cloud-automl/pom.xml
Expand Up @@ -42,10 +42,6 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1</artifactId>
Expand Down Expand Up @@ -74,11 +70,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1</artifactId>
Expand Down

0 comments on commit 7b41e48

Please sign in to comment.