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

Commit c7720de

Browse files
feat!: remove ObjectDetection, ObjectTracking, VideoClassification from 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>
1 parent 1fe3d4e commit c7720de

File tree

309 files changed

+10804
-6155
lines changed

Some content is hidden

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

309 files changed

+10804
-6155
lines changed

google-cloud-datalabeling-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<version>0.4.0</version>
1212
</parent>
1313

14-
<name>Google Cloud datalabeling BOM</name>
14+
<name>Google Cloud Data Labeling BOM</name>
1515
<url>https://github.com/googleapis/java-datalabeling</url>
1616
<description>
1717
BOM for Google Cloud Data Labeling
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<!-- TODO: remove after 0.118.0 is released -->
5+
<difference>
6+
<differenceType>7002</differenceType>
7+
<className>com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClient</className>
8+
<method>java.lang.String format*Name(*)</method>
9+
</difference>
10+
<difference>
11+
<differenceType>7002</differenceType>
12+
<className>com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClient</className>
13+
<method>java.lang.String parse*Name(*)</method>
14+
</difference>
15+
</differences>

0 commit comments

Comments
 (0)