Skip to content

Commit

Permalink
Regenerate vision client (#4613)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sduskis committed Mar 1, 2019
1 parent 592d4d3 commit 5344c4b
Show file tree
Hide file tree
Showing 39 changed files with 455 additions and 277 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
* to put different products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
* resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1051,13 +1053,15 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) {
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
* to put different products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
* resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1372,8 +1376,8 @@ public void listProductsInProductSet(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand Down Expand Up @@ -1514,13 +1518,15 @@ public final io.grpc.ServerServiceDefinition bindService() {
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
* to put different products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
* resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1898,8 +1904,8 @@ public void listProductsInProductSet(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand All @@ -1923,13 +1929,15 @@ public void importProductSets(
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
* to put different products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
* resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2254,8 +2262,8 @@ public com.google.cloud.vision.v1.ListProductsInProductSetResponse listProductsI
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand All @@ -2276,13 +2284,15 @@ public com.google.longrunning.Operation importProductSets(
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet]
* resources, named `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way
* to put different products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named
* - The API has a collection of [Product][google.cloud.vision.v1.Product]
* resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2617,8 +2627,8 @@ protected ProductSearchFutureStub build(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1108,13 +1112,17 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) {
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1434,8 +1442,8 @@ public void listProductsInProductSet(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand Down Expand Up @@ -1579,13 +1587,17 @@ public final io.grpc.ServerServiceDefinition bindService() {
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1968,8 +1980,8 @@ public void listProductsInProductSet(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand All @@ -1993,13 +2005,17 @@ public void importProductSets(
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2324,8 +2340,8 @@ public com.google.protobuf.Empty removeProductFromProductSet(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand All @@ -2346,13 +2362,17 @@ public com.google.longrunning.Operation importProductSets(
* <pre>
* Manages Products and ProductSets of reference images for use in product
* search. It uses the following resource model:
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
* products into groups to limit identification.
* In parallel,
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2695,8 +2715,8 @@ protected ProductSearchFutureStub build(
* <pre>
* Asynchronous API that imports a list of reference images to specified
* product sets based on a list of image information.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the
* progress and results of the request.
* The [google.longrunning.Operation][google.longrunning.Operation] API can be
* used to keep track of the progress and results of the request.
* `Operation.metadata` contains `BatchOperationMetadata`. (progress)
* `Operation.response` contains `ImportProductSetsResponse`. (results)
* The input source of this method is a csv file on Google Cloud Storage.
Expand Down
Loading

0 comments on commit 5344c4b

Please sign in to comment.