You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImageAnnotatorGrpc.java
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1140,8 +1140,6 @@ public void updateProductSet(
1140
1140
* Permanently deletes a ProductSet. Products and ReferenceImages in the
1141
1141
* ProductSet are not deleted.
1142
1142
* The actual image files are not deleted from Google Cloud Storage.
1143
-
* Possible errors:
1144
-
* * Returns NOT_FOUND if the ProductSet does not exist.
1145
1143
* </pre>
1146
1144
*/
1147
1145
publicvoiddeleteProductSet(
@@ -1231,8 +1229,6 @@ public void updateProduct(
1231
1229
* Metadata of the product and all its images will be deleted right away, but
1232
1230
* search queries against ProductSets containing the product may still work
1233
1231
* until all related caches are refreshed.
1234
-
* Possible errors:
1235
-
* * Returns NOT_FOUND if the product does not exist.
1236
1232
* </pre>
1237
1233
*/
1238
1234
publicvoiddeleteProduct(
@@ -1277,8 +1273,6 @@ public void createReferenceImage(
1277
1273
* against ProductSets containing the image may still work until all related
1278
1274
* caches are refreshed.
1279
1275
* The actual image files are not deleted from Google Cloud Storage.
1280
-
* Possible errors:
1281
-
* * Returns NOT_FOUND if the reference image does not exist.
1282
1276
* </pre>
1283
1277
*/
1284
1278
publicvoiddeleteReferenceImage(
@@ -1342,8 +1336,6 @@ public void addProductToProductSet(
1342
1336
*
1343
1337
* <pre>
1344
1338
* Removes a Product from the specified ProductSet.
1345
-
* Possible errors:
1346
-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
1347
1339
* </pre>
1348
1340
*/
1349
1341
publicvoidremoveProductFromProductSet(
@@ -1629,8 +1621,6 @@ public void updateProductSet(
1629
1621
* Permanently deletes a ProductSet. Products and ReferenceImages in the
1630
1622
* ProductSet are not deleted.
1631
1623
* The actual image files are not deleted from Google Cloud Storage.
1632
-
* Possible errors:
1633
-
* * Returns NOT_FOUND if the ProductSet does not exist.
1634
1624
* </pre>
1635
1625
*/
1636
1626
publicvoiddeleteProductSet(
@@ -1735,8 +1725,6 @@ public void updateProduct(
1735
1725
* Metadata of the product and all its images will be deleted right away, but
1736
1726
* search queries against ProductSets containing the product may still work
1737
1727
* until all related caches are refreshed.
1738
-
* Possible errors:
1739
-
* * Returns NOT_FOUND if the product does not exist.
1740
1728
* </pre>
1741
1729
*/
1742
1730
publicvoiddeleteProduct(
@@ -1787,8 +1775,6 @@ public void createReferenceImage(
1787
1775
* against ProductSets containing the image may still work until all related
1788
1776
* caches are refreshed.
1789
1777
* The actual image files are not deleted from Google Cloud Storage.
1790
-
* Possible errors:
1791
-
* * Returns NOT_FOUND if the reference image does not exist.
1792
1778
* </pre>
1793
1779
*/
1794
1780
publicvoiddeleteReferenceImage(
@@ -1864,8 +1850,6 @@ public void addProductToProductSet(
1864
1850
*
1865
1851
* <pre>
1866
1852
* Removes a Product from the specified ProductSet.
1867
-
* Possible errors:
1868
-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
1869
1853
* </pre>
1870
1854
*/
1871
1855
publicvoidremoveProductFromProductSet(
@@ -2029,8 +2013,6 @@ public com.google.cloud.vision.v1.ProductSet updateProductSet(
2029
2013
* Permanently deletes a ProductSet. Products and ReferenceImages in the
2030
2014
* ProductSet are not deleted.
2031
2015
* The actual image files are not deleted from Google Cloud Storage.
2032
-
* Possible errors:
2033
-
* * Returns NOT_FOUND if the ProductSet does not exist.
2034
2016
* </pre>
2035
2017
*/
2036
2018
publiccom.google.protobuf.EmptydeleteProductSet(
@@ -2119,8 +2101,6 @@ public com.google.cloud.vision.v1.Product updateProduct(
2119
2101
* Metadata of the product and all its images will be deleted right away, but
2120
2102
* search queries against ProductSets containing the product may still work
2121
2103
* until all related caches are refreshed.
2122
-
* Possible errors:
2123
-
* * Returns NOT_FOUND if the product does not exist.
2124
2104
* </pre>
2125
2105
*/
2126
2106
publiccom.google.protobuf.EmptydeleteProduct(
@@ -2165,8 +2145,6 @@ public com.google.cloud.vision.v1.ReferenceImage createReferenceImage(
2165
2145
* against ProductSets containing the image may still work until all related
2166
2146
* caches are refreshed.
2167
2147
* The actual image files are not deleted from Google Cloud Storage.
2168
-
* Possible errors:
2169
-
* * Returns NOT_FOUND if the reference image does not exist.
0 commit comments