Skip to content

Commit b8aaba9

Browse files
Regenerate vision client
1 parent 274bc97 commit b8aaba9

File tree

16 files changed

+234
-128
lines changed

16 files changed

+234
-128
lines changed

google-api-grpc/grpc-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/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.v1p4beta1.ProductSet] resources, named
16+
* - The API has a collection of
17+
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
21+
* - The API has a collection of
22+
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
2123
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
22-
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
24+
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
25+
* [ReferenceImage][google.cloud.vision.v1p4beta1.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.v1p4beta1.ProductSet] resources, named
1115+
* - The API has a collection of
1116+
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
1120+
* - The API has a collection of
1121+
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
11161122
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1117-
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
1123+
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
1124+
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
1125+
* named
11181126
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
11191127
* </pre>
11201128
*/
@@ -1435,8 +1443,8 @@ public void listProductsInProductSet(
14351443
* <pre>
14361444
* Asynchronous API that imports a list of reference images to specified
14371445
* product sets based on a list of image information.
1438-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1439-
* progress and results of the request.
1446+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1447+
* used to keep track of the progress and results of the request.
14401448
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
14411449
* `Operation.response` contains `ImportProductSetsResponse`. (results)
14421450
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1580,13 +1588,17 @@ public final io.grpc.ServerServiceDefinition bindService() {
15801588
* <pre>
15811589
* Manages Products and ProductSets of reference images for use in product
15821590
* search. It uses the following resource model:
1583-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
1591+
* - The API has a collection of
1592+
* [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
15841593
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
15851594
* products into groups to limit identification.
15861595
* In parallel,
1587-
* - The API has a collection of [Product][google.cloud.vision.v1p4beta1.Product] resources, named
1596+
* - The API has a collection of
1597+
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
15881598
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1589-
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
1599+
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
1600+
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
1601+
* named
15901602
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
15911603
* </pre>
15921604
*/
@@ -1970,8 +1982,8 @@ public void listProductsInProductSet(
19701982
* <pre>
19711983
* Asynchronous API that imports a list of reference images to specified
19721984
* product sets based on a list of image information.
1973-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
1974-
* progress and results of the request.
1985+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
1986+
* used to keep track of the progress and results of the request.
19751987
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
19761988
* `Operation.response` contains `ImportProductSetsResponse`. (results)
19771989
* The input source of this method is a csv file on Google Cloud Storage.
@@ -1995,13 +2007,17 @@ public void importProductSets(
19952007
* <pre>
19962008
* Manages Products and ProductSets of reference images for use in product
19972009
* search. It uses the following resource model:
1998-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
2010+
* - The API has a collection of
2011+
* [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
19992012
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
20002013
* products into groups to limit identification.
20012014
* In parallel,
2002-
* - The API has a collection of [Product][google.cloud.vision.v1p4beta1.Product] resources, named
2015+
* - The API has a collection of
2016+
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
20032017
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2004-
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
2018+
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
2019+
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
2020+
* named
20052021
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
20062022
* </pre>
20072023
*/
@@ -2327,8 +2343,8 @@ public com.google.protobuf.Empty removeProductFromProductSet(
23272343
* <pre>
23282344
* Asynchronous API that imports a list of reference images to specified
23292345
* product sets based on a list of image information.
2330-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2331-
* progress and results of the request.
2346+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2347+
* used to keep track of the progress and results of the request.
23322348
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
23332349
* `Operation.response` contains `ImportProductSetsResponse`. (results)
23342350
* The input source of this method is a csv file on Google Cloud Storage.
@@ -2349,13 +2365,17 @@ public com.google.longrunning.Operation importProductSets(
23492365
* <pre>
23502366
* Manages Products and ProductSets of reference images for use in product
23512367
* search. It uses the following resource model:
2352-
* - The API has a collection of [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
2368+
* - The API has a collection of
2369+
* [ProductSet][google.cloud.vision.v1p4beta1.ProductSet] resources, named
23532370
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
23542371
* products into groups to limit identification.
23552372
* In parallel,
2356-
* - The API has a collection of [Product][google.cloud.vision.v1p4beta1.Product] resources, named
2373+
* - The API has a collection of
2374+
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
23572375
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2358-
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
2376+
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
2377+
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
2378+
* named
23592379
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
23602380
* </pre>
23612381
*/
@@ -2699,8 +2719,8 @@ protected ProductSearchFutureStub build(
26992719
* <pre>
27002720
* Asynchronous API that imports a list of reference images to specified
27012721
* product sets based on a list of image information.
2702-
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
2703-
* progress and results of the request.
2722+
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
2723+
* used to keep track of the progress and results of the request.
27042724
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
27052725
* `Operation.response` contains `ImportProductSetsResponse`. (results)
27062726
* The input source of this method is a csv file on Google Cloud Storage.

google-api-grpc/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/BatchOperationMetadata.java

Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/BatchOperationMetadataOrBuilder.java

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)