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

feat!: remove ObjectDetection, ObjectTracking, VideoClassification from v1beta1 client #67

Merged
merged 3 commits into from Jan 31, 2020
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 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>