Skip to content

Commit 3d50049

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 32347 b: refs/heads/autosynth-errorreporting c: c472687 h: refs/heads/master i: 32345: 0bed390 32343: c5efe17
1 parent ca59c19 commit 3d50049

54 files changed

Lines changed: 11483 additions & 4171 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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 14247560ae420471a94d3ef8018d6a008ef8f6c1
132+
refs/heads/autosynth-errorreporting: c472687c7b503b19274bdfed2a666f5262498d72
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

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

Lines changed: 310 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,6 @@ 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.
11451143
* </pre>
11461144
*/
11471145
public void deleteProductSet(
@@ -1231,8 +1229,6 @@ public void updateProduct(
12311229
* Metadata of the product and all its images will be deleted right away, but
12321230
* search queries against ProductSets containing the product may still work
12331231
* until all related caches are refreshed.
1234-
* Possible errors:
1235-
* * Returns NOT_FOUND if the product does not exist.
12361232
* </pre>
12371233
*/
12381234
public void deleteProduct(
@@ -1277,8 +1273,6 @@ public void createReferenceImage(
12771273
* against ProductSets containing the image may still work until all related
12781274
* caches are refreshed.
12791275
* 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.
12821276
* </pre>
12831277
*/
12841278
public void deleteReferenceImage(
@@ -1342,8 +1336,6 @@ public void addProductToProductSet(
13421336
*
13431337
* <pre>
13441338
* Removes a Product from the specified ProductSet.
1345-
* Possible errors:
1346-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
13471339
* </pre>
13481340
*/
13491341
public void removeProductFromProductSet(
@@ -1629,8 +1621,6 @@ public void updateProductSet(
16291621
* Permanently deletes a ProductSet. Products and ReferenceImages in the
16301622
* ProductSet are not deleted.
16311623
* The actual image files are not deleted from Google Cloud Storage.
1632-
* Possible errors:
1633-
* * Returns NOT_FOUND if the ProductSet does not exist.
16341624
* </pre>
16351625
*/
16361626
public void deleteProductSet(
@@ -1735,8 +1725,6 @@ public void updateProduct(
17351725
* Metadata of the product and all its images will be deleted right away, but
17361726
* search queries against ProductSets containing the product may still work
17371727
* until all related caches are refreshed.
1738-
* Possible errors:
1739-
* * Returns NOT_FOUND if the product does not exist.
17401728
* </pre>
17411729
*/
17421730
public void deleteProduct(
@@ -1787,8 +1775,6 @@ public void createReferenceImage(
17871775
* against ProductSets containing the image may still work until all related
17881776
* caches are refreshed.
17891777
* 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.
17921778
* </pre>
17931779
*/
17941780
public void deleteReferenceImage(
@@ -1864,8 +1850,6 @@ public void addProductToProductSet(
18641850
*
18651851
* <pre>
18661852
* Removes a Product from the specified ProductSet.
1867-
* Possible errors:
1868-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
18691853
* </pre>
18701854
*/
18711855
public void removeProductFromProductSet(
@@ -2029,8 +2013,6 @@ public com.google.cloud.vision.v1.ProductSet updateProductSet(
20292013
* Permanently deletes a ProductSet. Products and ReferenceImages in the
20302014
* ProductSet are not deleted.
20312015
* The actual image files are not deleted from Google Cloud Storage.
2032-
* Possible errors:
2033-
* * Returns NOT_FOUND if the ProductSet does not exist.
20342016
* </pre>
20352017
*/
20362018
public com.google.protobuf.Empty deleteProductSet(
@@ -2119,8 +2101,6 @@ public com.google.cloud.vision.v1.Product updateProduct(
21192101
* Metadata of the product and all its images will be deleted right away, but
21202102
* search queries against ProductSets containing the product may still work
21212103
* until all related caches are refreshed.
2122-
* Possible errors:
2123-
* * Returns NOT_FOUND if the product does not exist.
21242104
* </pre>
21252105
*/
21262106
public com.google.protobuf.Empty deleteProduct(
@@ -2165,8 +2145,6 @@ public com.google.cloud.vision.v1.ReferenceImage createReferenceImage(
21652145
* against ProductSets containing the image may still work until all related
21662146
* caches are refreshed.
21672147
* 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.
21702148
* </pre>
21712149
*/
21722150
public com.google.protobuf.Empty deleteReferenceImage(
@@ -2229,8 +2207,6 @@ public com.google.protobuf.Empty addProductToProductSet(
22292207
*
22302208
* <pre>
22312209
* Removes a Product from the specified ProductSet.
2232-
* Possible errors:
2233-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
22342210
* </pre>
22352211
*/
22362212
public com.google.protobuf.Empty removeProductFromProductSet(
@@ -2385,8 +2361,6 @@ protected ProductSearchFutureStub build(
23852361
* Permanently deletes a ProductSet. Products and ReferenceImages in the
23862362
* ProductSet are not deleted.
23872363
* The actual image files are not deleted from Google Cloud Storage.
2388-
* Possible errors:
2389-
* * Returns NOT_FOUND if the ProductSet does not exist.
23902364
* </pre>
23912365
*/
23922366
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2476,8 +2450,6 @@ protected ProductSearchFutureStub build(
24762450
* Metadata of the product and all its images will be deleted right away, but
24772451
* search queries against ProductSets containing the product may still work
24782452
* until all related caches are refreshed.
2479-
* Possible errors:
2480-
* * Returns NOT_FOUND if the product does not exist.
24812453
* </pre>
24822454
*/
24832455
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2523,8 +2495,6 @@ protected ProductSearchFutureStub build(
25232495
* against ProductSets containing the image may still work until all related
25242496
* caches are refreshed.
25252497
* 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.
25282498
* </pre>
25292499
*/
25302500
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2589,8 +2559,6 @@ protected ProductSearchFutureStub build(
25892559
*
25902560
* <pre>
25912561
* Removes a Product from the specified ProductSet.
2592-
* Possible errors:
2593-
* * Returns NOT_FOUND If the Product is not found under the ProductSet.
25942562
* </pre>
25952563
*/
25962564
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>

0 commit comments

Comments
 (0)