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

Commit

Permalink
feat!: remove ObjectDetection, ObjectTracking, VideoClassification fr…
Browse files Browse the repository at this point in the history
…om v1beta1 client (#67)

* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* allow breaking proto changes

* allow removal of resource name helper methods

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
yoshi-automation and chingor13 committed Jan 31, 2020
1 parent 1fe3d4e commit c7720de
Show file tree
Hide file tree
Showing 309 changed files with 10,804 additions and 6,155 deletions.
2 changes: 1 addition & 1 deletion google-cloud-datalabeling-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>0.4.0</version>
</parent>

<name>Google Cloud datalabeling BOM</name>
<name>Google Cloud Data Labeling BOM</name>
<url>https://github.com/googleapis/java-datalabeling</url>
<description>
BOM for Google Cloud Data Labeling
Expand Down
15 changes: 15 additions & 0 deletions google-cloud-datalabeling/clirr-ignored-differences.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- TODO: remove after 0.118.0 is released -->
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClient</className>
<method>java.lang.String format*Name(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClient</className>
<method>java.lang.String parse*Name(*)</method>
</difference>
</differences>

0 comments on commit c7720de

Please sign in to comment.