Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat!: remove ObjectDetection, ObjectTracking, VideoClassification fr…
…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
Showing
309 changed files
with
10,804 additions
and 6,155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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> |
Oops, something went wrong.