Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 02e28c8

Browse files
docs(regen): regenerate v1p1beta1, v1p2beta1, v1p3beta1, v1p4beta1 clients with annotations (#53)
1 parent 9486530 commit 02e28c8

File tree

80 files changed

+3161
-2047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+3161
-2047
lines changed

.kokoro/linkage-monitor.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ cd github/java-vision/
2323
java -version
2424
echo ${JOB_TYPE}
2525

26-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
26+
mvn install -B -V \
27+
-DskipTests=true \
28+
-Dclirr.skip=true \
29+
-Denforcer.skip=true \
30+
-Dmaven.javadoc.skip=true \
31+
-Dgcloud.download.skip=true
2732

2833
# Kokoro job cloud-opensource-java/ubuntu/linkage-monitor-gcs creates this JAR
2934
JAR=linkage-monitor-latest-all-deps.jar

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p1beta1/ImageAnnotatorClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public ImageAnnotatorStub getStub() {
160160
* }
161161
* </code></pre>
162162
*
163-
* @param requests Individual image annotation requests for this batch.
163+
* @param requests Required. Individual image annotation requests for this batch.
164164
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
165165
*/
166166
public final BatchAnnotateImagesResponse batchAnnotateImages(

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p2beta1/ImageAnnotatorClient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public final OperationsClient getOperationsClient() {
177177
* }
178178
* </code></pre>
179179
*
180-
* @param requests Individual image annotation requests for this batch.
180+
* @param requests Required. Individual image annotation requests for this batch.
181181
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
182182
*/
183183
public final BatchAnnotateImagesResponse batchAnnotateImages(
@@ -250,7 +250,7 @@ public final BatchAnnotateImagesResponse batchAnnotateImages(BatchAnnotateImages
250250
* }
251251
* </code></pre>
252252
*
253-
* @param requests Individual async file annotation requests for this batch.
253+
* @param requests Required. Individual async file annotation requests for this batch.
254254
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
255255
*/
256256
@BetaApi(

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p3beta1/ImageAnnotatorClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public final BatchAnnotateImagesResponse batchAnnotateImages(BatchAnnotateImages
250250
* }
251251
* </code></pre>
252252
*
253-
* @param requests Individual async file annotation requests for this batch.
253+
* @param requests Required. Individual async file annotation requests for this batch.
254254
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
255255
*/
256256
@BetaApi(

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchClient.java

+52-52
Large diffs are not rendered by default.

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p4beta1/ImageAnnotatorClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public final OperationsClient getOperationsClient() {
177177
* }
178178
* </code></pre>
179179
*
180-
* @param requests Individual image annotation requests for this batch.
180+
* @param requests Required. Individual image annotation requests for this batch.
181181
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
182182
*/
183183
public final BatchAnnotateImagesResponse batchAnnotateImages(

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p4beta1/ProductSearchClient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public final ListProductSetsPagedResponse listProductSets(ListProductSetsRequest
502502
* </code></pre>
503503
*
504504
* @param name Required. Resource name of the ProductSet to get.
505-
* <p>Format is: `projects/PROJECT_ID/locations/LOG_ID/productSets/PRODUCT_SET_ID`
505+
* <p>Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`
506506
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
507507
*/
508508
public final ProductSet getProductSet(ProductSetName name) {
@@ -529,7 +529,7 @@ public final ProductSet getProductSet(ProductSetName name) {
529529
* </code></pre>
530530
*
531531
* @param name Required. Resource name of the ProductSet to get.
532-
* <p>Format is: `projects/PROJECT_ID/locations/LOG_ID/productSets/PRODUCT_SET_ID`
532+
* <p>Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`
533533
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
534534
*/
535535
public final ProductSet getProductSet(String name) {

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

+15-35
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@
2828
* <pre>
2929
* Manages Products and ProductSets of reference images for use in product
3030
* search. It uses the following resource model:
31-
* - The API has a collection of
32-
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
31+
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
3332
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
3433
* products into groups to limit identification.
3534
* In parallel,
36-
* - The API has a collection of
37-
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
35+
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
3836
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
39-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
40-
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
41-
* named
37+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
4238
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
4339
* </pre>
4440
*/
@@ -1127,17 +1123,13 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) {
11271123
* <pre>
11281124
* Manages Products and ProductSets of reference images for use in product
11291125
* search. It uses the following resource model:
1130-
* - The API has a collection of
1131-
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
1126+
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
11321127
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
11331128
* products into groups to limit identification.
11341129
* In parallel,
1135-
* - The API has a collection of
1136-
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
1130+
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
11371131
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1138-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
1139-
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
1140-
* named
1132+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
11411133
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
11421134
* </pre>
11431135
*/
@@ -1602,17 +1594,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
16021594
* <pre>
16031595
* Manages Products and ProductSets of reference images for use in product
16041596
* search. It uses the following resource model:
1605-
* - The API has a collection of
1606-
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
1597+
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
16071598
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
16081599
* products into groups to limit identification.
16091600
* In parallel,
1610-
* - The API has a collection of
1611-
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
1601+
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
16121602
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
1613-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
1614-
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
1615-
* named
1603+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
16161604
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
16171605
* </pre>
16181606
*/
@@ -2020,17 +2008,13 @@ public void importProductSets(
20202008
* <pre>
20212009
* Manages Products and ProductSets of reference images for use in product
20222010
* search. It uses the following resource model:
2023-
* - The API has a collection of
2024-
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
2011+
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
20252012
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
20262013
* products into groups to limit identification.
20272014
* In parallel,
2028-
* - The API has a collection of
2029-
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
2015+
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
20302016
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2031-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
2032-
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
2033-
* named
2017+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
20342018
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
20352019
* </pre>
20362020
*/
@@ -2377,17 +2361,13 @@ public com.google.longrunning.Operation importProductSets(
23772361
* <pre>
23782362
* Manages Products and ProductSets of reference images for use in product
23792363
* search. It uses the following resource model:
2380-
* - The API has a collection of
2381-
* [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
2364+
* - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named
23822365
* `projects/&#42;&#47;locations/&#42;&#47;productSets/&#42;`, which acts as a way to put different
23832366
* products into groups to limit identification.
23842367
* In parallel,
2385-
* - The API has a collection of
2386-
* [Product][google.cloud.vision.v1p3beta1.Product] resources, named
2368+
* - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named
23872369
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;`
2388-
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of
2389-
* [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources,
2390-
* named
2370+
* - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named
23912371
* `projects/&#42;&#47;locations/&#42;&#47;products/&#42;&#47;referenceImages/&#42;`
23922372
* </pre>
23932373
*/

0 commit comments

Comments
 (0)