Skip to content

Commit

Permalink
Regenerate vision client (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and Praful Makani committed Mar 5, 2019
1 parent 274bc97 commit b734385
Show file tree
Hide file tree
Showing 16 changed files with 234 additions and 128 deletions.
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.v1p4beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p4beta1.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.v1p4beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1435,8 +1443,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 @@ -1580,13 +1588,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.v1p4beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -1970,8 +1982,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 @@ -1995,13 +2007,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.v1p4beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2327,8 +2343,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 @@ -2349,13 +2365,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.v1p4beta1.ProductSet] resources, named
* - The API has a collection of
* [ProductSet][google.cloud.vision.v1p4beta1.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.v1p4beta1.Product] resources, named
* - The API has a collection of
* [Product][google.cloud.vision.v1p4beta1.Product] resources, named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources, named
* - Each [Product][google.cloud.vision.v1p4beta1.Product] has a collection of
* [ReferenceImage][google.cloud.vision.v1p4beta1.ReferenceImage] resources,
* named
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
* </pre>
*/
Expand Down Expand Up @@ -2699,8 +2719,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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b734385

Please sign in to comment.