Skip to content

Commit 5344c4b

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate vision client (#4613)
1 parent 592d4d3 commit 5344c4b

File tree

39 files changed

+455
-277
lines changed

39 files changed

+455
-277
lines changed

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

Lines changed: 43 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
* <pre>
1414
* Manages Products and ProductSets of reference images for use in product
1515
* search. It uses the following resource model:
16-
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
17-
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
18-
* products into groups to limit identification.
16+
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
17+
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
18+
* to put different products into groups to limit identification.
1919
* In parallel,
20-
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
20+
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
21+
* resources, named
2122
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
22-
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
23+
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
24+
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
2325
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
2426
* </pre>
2527
*/
@@ -1051,13 +1053,15 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) {
10511053
* <pre>
10521054
* Manages Products and ProductSets of reference images for use in product
10531055
* search. It uses the following resource model:
1054-
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
1055-
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
1056-
* products into groups to limit identification.
1056+
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
1057+
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
1058+
* to put different products into groups to limit identification.
10571059
* In parallel,
1058-
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
1060+
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
1061+
* resources, named
10591062
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1060-
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
1063+
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
1064+
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
10611065
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
10621066
* </pre>
10631067
*/
@@ -1372,8 +1376,8 @@ public void listProductsInProductSet(
13721376
* <pre>
13731377
* Asynchronous API that imports a list of reference images to specified
13741378
* product sets based on a list of image information.
1375-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1376-
* progress and results of the request.
1379+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1380+
* used to keep track of the progress and results of the request.
13771381
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
13781382
* `Operation.response` contains `ImportProductSetsResponse`. (results)
13791383
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1514,13 +1518,15 @@ public final io.grpc.ServerServiceDefinition bindService() {
15141518
* <pre>
15151519
* Manages Products and ProductSets of reference images for use in product
15161520
* search. It uses the following resource model:
1517-
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
1518-
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
1519-
* products into groups to limit identification.
1521+
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
1522+
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
1523+
* to put different products into groups to limit identification.
15201524
* In parallel,
1521-
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
1525+
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
1526+
* resources, named
15221527
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1523-
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
1528+
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
1529+
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
15241530
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
15251531
* </pre>
15261532
*/
@@ -1898,8 +1904,8 @@ public void listProductsInProductSet(
18981904
* <pre>
18991905
* Asynchronous API that imports a list of reference images to specified
19001906
* product sets based on a list of image information.
1901-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1902-
* progress and results of the request.
1907+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1908+
* used to keep track of the progress and results of the request.
19031909
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
19041910
* `Operation.response` contains `ImportProductSetsResponse`. (results)
19051911
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1923,13 +1929,15 @@ public void importProductSets(
19231929
* <pre>
19241930
* Manages Products and ProductSets of reference images for use in product
19251931
* search. It uses the following resource model:
1926-
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
1927-
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
1928-
* products into groups to limit identification.
1932+
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
1933+
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
1934+
* to put different products into groups to limit identification.
19291935
* In parallel,
1930-
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
1936+
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
1937+
* resources, named
19311938
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1932-
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
1939+
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
1940+
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
19331941
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
19341942
* </pre>
19351943
*/
@@ -2254,8 +2262,8 @@ public com.google.cloud.vision.v1.ListProductsInProductSetResponse listProductsI
22542262
* <pre>
22552263
* Asynchronous API that imports a list of reference images to specified
22562264
* product sets based on a list of image information.
2257-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2258-
* progress and results of the request.
2265+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2266+
* used to keep track of the progress and results of the request.
22592267
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
22602268
* `Operation.response` contains `ImportProductSetsResponse`. (results)
22612269
* The input source of this method is a csv file on Google Cloud Storage.
@@ -2276,13 +2284,15 @@ public com.google.longrunning.Operation importProductSets(
22762284
* <pre>
22772285
* Manages Products and ProductSets of reference images for use in product
22782286
* search. It uses the following resource model:
2279-
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
2280-
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
2281-
* products into groups to limit identification.
2287+
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
2288+
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
2289+
* to put different products into groups to limit identification.
22822290
* In parallel,
2283-
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
2291+
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
2292+
* resources, named
22842293
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2285-
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
2294+
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
2295+
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
22862296
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
22872297
* </pre>
22882298
*/
@@ -2617,8 +2627,8 @@ protected ProductSearchFutureStub build(
26172627
* <pre>
26182628
* Asynchronous API that imports a list of reference images to specified
26192629
* product sets based on a list of image information.
2620-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2621-
* progress and results of the request.
2630+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2631+
* used to keep track of the progress and results of the request.
26222632
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
26232633
* `Operation.response` contains `ImportProductSetsResponse`. (results)
26242634
* The input source of this method is a csv file on Google Cloud Storage.

google-api-grpc/grpc-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchGrpc.java

Lines changed: 43 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
* <pre>
1414
* Manages Products and ProductSets of reference images for use in product
1515
* search. It uses the following resource model:
16-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
16+
* - The API has a collection of
17+
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
1718
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
1819
* products into groups to limit identification.
1920
* In parallel,
20-
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
21+
* - The API has a collection of
22+
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
2123
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
22-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
24+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
25+
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
26+
* named
2327
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
2428
* </pre>
2529
*/
@@ -1108,13 +1112,17 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) {
11081112
* <pre>
11091113
* Manages Products and ProductSets of reference images for use in product
11101114
* search. It uses the following resource model:
1111-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
1115+
* - The API has a collection of
1116+
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
11121117
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
11131118
* products into groups to limit identification.
11141119
* In parallel,
1115-
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
1120+
* - The API has a collection of
1121+
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
11161122
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1117-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
1123+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
1124+
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
1125+
* named
11181126
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
11191127
* </pre>
11201128
*/
@@ -1434,8 +1442,8 @@ public void listProductsInProductSet(
14341442
* <pre>
14351443
* Asynchronous API that imports a list of reference images to specified
14361444
* product sets based on a list of image information.
1437-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1438-
* progress and results of the request.
1445+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1446+
* used to keep track of the progress and results of the request.
14391447
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
14401448
* `Operation.response` contains `ImportProductSetsResponse`. (results)
14411449
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1579,13 +1587,17 @@ public final io.grpc.ServerServiceDefinition bindService() {
15791587
* <pre>
15801588
* Manages Products and ProductSets of reference images for use in product
15811589
* search. It uses the following resource model:
1582-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
1590+
* - The API has a collection of
1591+
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
15831592
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
15841593
* products into groups to limit identification.
15851594
* In parallel,
1586-
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
1595+
* - The API has a collection of
1596+
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
15871597
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1588-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
1598+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
1599+
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
1600+
* named
15891601
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
15901602
* </pre>
15911603
*/
@@ -1968,8 +1980,8 @@ public void listProductsInProductSet(
19681980
* <pre>
19691981
* Asynchronous API that imports a list of reference images to specified
19701982
* product sets based on a list of image information.
1971-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1972-
* progress and results of the request.
1983+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1984+
* used to keep track of the progress and results of the request.
19731985
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
19741986
* `Operation.response` contains `ImportProductSetsResponse`. (results)
19751987
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1993,13 +2005,17 @@ public void importProductSets(
19932005
* <pre>
19942006
* Manages Products and ProductSets of reference images for use in product
19952007
* search. It uses the following resource model:
1996-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
2008+
* - The API has a collection of
2009+
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
19972010
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
19982011
* products into groups to limit identification.
19992012
* In parallel,
2000-
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
2013+
* - The API has a collection of
2014+
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
20012015
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2002-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
2016+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
2017+
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
2018+
* named
20032019
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
20042020
* </pre>
20052021
*/
@@ -2324,8 +2340,8 @@ public com.google.protobuf.Empty removeProductFromProductSet(
23242340
* <pre>
23252341
* Asynchronous API that imports a list of reference images to specified
23262342
* product sets based on a list of image information.
2327-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2328-
* progress and results of the request.
2343+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2344+
* used to keep track of the progress and results of the request.
23292345
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
23302346
* `Operation.response` contains `ImportProductSetsResponse`. (results)
23312347
* The input source of this method is a csv file on Google Cloud Storage.
@@ -2346,13 +2362,17 @@ public com.google.longrunning.Operation importProductSets(
23462362
* <pre>
23472363
* Manages Products and ProductSets of reference images for use in product
23482364
* search. It uses the following resource model:
2349-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
2365+
* - The API has a collection of
2366+
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
23502367
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
23512368
* products into groups to limit identification.
23522369
* In parallel,
2353-
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
2370+
* - The API has a collection of
2371+
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
23542372
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2355-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
2373+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
2374+
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
2375+
* named
23562376
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
23572377
* </pre>
23582378
*/
@@ -2695,8 +2715,8 @@ protected ProductSearchFutureStub build(
26952715
* <pre>
26962716
* Asynchronous API that imports a list of reference images to specified
26972717
* product sets based on a list of image information.
2698-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2699-
* progress and results of the request.
2718+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2719+
* used to keep track of the progress and results of the request.
27002720
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
27012721
* `Operation.response` contains `ImportProductSetsResponse`. (results)
27022722
* The input source of this method is a csv file on Google Cloud Storage.

0 commit comments

Comments
 (0)