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