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

feat: deprecate v1beta1 client #206

Merged
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.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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