Skip to content

Commit dd962f9

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 29957 b: refs/heads/autosynth-vision c: 1424756 h: refs/heads/master i: 29955: 2bafc3a
1 parent c9a65d8 commit dd962f9

55 files changed

Lines changed: 4217 additions & 11497 deletions

File tree

Some content is hidden

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118118
refs/heads/autosynth-video-intelligence: 446556ef9bbe1a1fa6f18e1ca3ce7e849d891f4b
119-
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
119+
refs/heads/autosynth-vision: 14247560ae420471a94d3ef8018d6a008ef8f6c1
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea

branches/autosynth-vision/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImageAnnotatorGrpc.java

Lines changed: 1 addition & 310 deletions
Large diffs are not rendered by default.

branches/autosynth-vision/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,8 @@ public void updateProductSet(
11401140
* Permanently deletes a ProductSet. Products and ReferenceImages in the
11411141
* ProductSet are not deleted.
11421142
* The actual image files are not deleted from Google Cloud Storage.
1143+
* Possible errors:
1144+
* * Returns NOT_FOUND if the ProductSet does not exist.
11431145
* </pre>
11441146
*/
11451147
public void deleteProductSet(
@@ -1229,6 +1231,8 @@ public void updateProduct(
12291231
* Metadata of the product and all its images will be deleted right away, but
12301232
* search queries against ProductSets containing the product may still work
12311233
* until all related caches are refreshed.
1234+
* Possible errors:
1235+
* * Returns NOT_FOUND if the product does not exist.
12321236
* </pre>
12331237
*/
12341238
public void deleteProduct(
@@ -1273,6 +1277,8 @@ public void createReferenceImage(
12731277
* against ProductSets containing the image may still work until all related
12741278
* caches are refreshed.
12751279
* 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.
12761282
* </pre>
12771283
*/
12781284
public void deleteReferenceImage(
@@ -1336,6 +1342,8 @@ public void addProductToProductSet(
13361342
*
13371343
* <pre>
13381344
* Removes a Product from the specified ProductSet.
1345+
* Possible errors:
1346+
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
13391347
* </pre>
13401348
*/
13411349
public void removeProductFromProductSet(
@@ -1621,6 +1629,8 @@ public void updateProductSet(
16211629
* Permanently deletes a ProductSet. Products and ReferenceImages in the
16221630
* ProductSet are not deleted.
16231631
* The actual image files are not deleted from Google Cloud Storage.
1632+
* Possible errors:
1633+
* * Returns NOT_FOUND if the ProductSet does not exist.
16241634
* </pre>
16251635
*/
16261636
public void deleteProductSet(
@@ -1725,6 +1735,8 @@ public void updateProduct(
17251735
* Metadata of the product and all its images will be deleted right away, but
17261736
* search queries against ProductSets containing the product may still work
17271737
* until all related caches are refreshed.
1738+
* Possible errors:
1739+
* * Returns NOT_FOUND if the product does not exist.
17281740
* </pre>
17291741
*/
17301742
public void deleteProduct(
@@ -1775,6 +1787,8 @@ public void createReferenceImage(
17751787
* against ProductSets containing the image may still work until all related
17761788
* caches are refreshed.
17771789
* 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.
17781792
* </pre>
17791793
*/
17801794
public void deleteReferenceImage(
@@ -1850,6 +1864,8 @@ public void addProductToProductSet(
18501864
*
18511865
* <pre>
18521866
* Removes a Product from the specified ProductSet.
1867+
* Possible errors:
1868+
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
18531869
* </pre>
18541870
*/
18551871
public void removeProductFromProductSet(
@@ -2013,6 +2029,8 @@ public com.google.cloud.vision.v1.ProductSet updateProductSet(
20132029
* Permanently deletes a ProductSet. Products and ReferenceImages in the
20142030
* ProductSet are not deleted.
20152031
* The actual image files are not deleted from Google Cloud Storage.
2032+
* Possible errors:
2033+
* * Returns NOT_FOUND if the ProductSet does not exist.
20162034
* </pre>
20172035
*/
20182036
public com.google.protobuf.Empty deleteProductSet(
@@ -2101,6 +2119,8 @@ public com.google.cloud.vision.v1.Product updateProduct(
21012119
* Metadata of the product and all its images will be deleted right away, but
21022120
* search queries against ProductSets containing the product may still work
21032121
* until all related caches are refreshed.
2122+
* Possible errors:
2123+
* * Returns NOT_FOUND if the product does not exist.
21042124
* </pre>
21052125
*/
21062126
public com.google.protobuf.Empty deleteProduct(
@@ -2145,6 +2165,8 @@ public com.google.cloud.vision.v1.ReferenceImage createReferenceImage(
21452165
* against ProductSets containing the image may still work until all related
21462166
* caches are refreshed.
21472167
* 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.
21482170
* </pre>
21492171
*/
21502172
public com.google.protobuf.Empty deleteReferenceImage(
@@ -2207,6 +2229,8 @@ public com.google.protobuf.Empty addProductToProductSet(
22072229
*
22082230
* <pre>
22092231
* Removes a Product from the specified ProductSet.
2232+
* Possible errors:
2233+
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
22102234
* </pre>
22112235
*/
22122236
public com.google.protobuf.Empty removeProductFromProductSet(
@@ -2361,6 +2385,8 @@ protected ProductSearchFutureStub build(
23612385
* Permanently deletes a ProductSet. Products and ReferenceImages in the
23622386
* ProductSet are not deleted.
23632387
* The actual image files are not deleted from Google Cloud Storage.
2388+
* Possible errors:
2389+
* * Returns NOT_FOUND if the ProductSet does not exist.
23642390
* </pre>
23652391
*/
23662392
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2450,6 +2476,8 @@ protected ProductSearchFutureStub build(
24502476
* Metadata of the product and all its images will be deleted right away, but
24512477
* search queries against ProductSets containing the product may still work
24522478
* until all related caches are refreshed.
2479+
* Possible errors:
2480+
* * Returns NOT_FOUND if the product does not exist.
24532481
* </pre>
24542482
*/
24552483
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2495,6 +2523,8 @@ protected ProductSearchFutureStub build(
24952523
* against ProductSets containing the image may still work until all related
24962524
* caches are refreshed.
24972525
* The actual image files are not deleted from Google Cloud Storage.
2526+
* Possible errors:
2527+
* * Returns NOT_FOUND if the reference image does not exist.
24982528
* </pre>
24992529
*/
25002530
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2559,6 +2589,8 @@ protected ProductSearchFutureStub build(
25592589
*
25602590
* <pre>
25612591
* Removes a Product from the specified ProductSet.
2592+
* Possible errors:
2593+
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
25622594
* </pre>
25632595
*/
25642596
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>

0 commit comments

Comments
 (0)