Skip to content

Commit 9b5d02e

Browse files
fix(deps): [Many APIs] Update the Java code generator (gapic-generator-java) to 2.32.0 (#10256)
* fix(deps): Update the Java code generator (gapic-generator-java) to 2.32.0 PiperOrigin-RevId: 599914188 Source-Link: googleapis/googleapis@17e6661 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d86ba5be537e489435105ca85566cc4103301aba Copy-Tag: eyJwIjoiamF2YS12aXNpb24vLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== Copy-Tag: eyJwIjoiamF2YS12bW1pZ3JhdGlvbi8uT3dsQm90LnlhbWwiLCJoIjoiZDg2YmE1YmU1MzdlNDg5NDM1MTA1Y2E4NTU2NmNjNDEwMzMwMWFiYSJ9 Copy-Tag: eyJwIjoiamF2YS12bXdhcmVlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== Copy-Tag: eyJwIjoiamF2YS12cGNhY2Nlc3MvLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== Copy-Tag: eyJwIjoiamF2YS13ZWJyaXNrLy5Pd2xCb3QueWFtbCIsImgiOiJkODZiYTViZTUzN2U0ODk0MzUxMDVjYTg1NTY2Y2M0MTAzMzAxYWJhIn0= Copy-Tag: eyJwIjoiamF2YS13ZWJzZWN1cml0eXNjYW5uZXIvLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== Copy-Tag: eyJwIjoiamF2YS13b3JrZmxvdy1leGVjdXRpb25zLy5Pd2xCb3QueWFtbCIsImgiOiJkODZiYTViZTUzN2U0ODk0MzUxMDVjYTg1NTY2Y2M0MTAzMzAxYWJhIn0= Copy-Tag: eyJwIjoiamF2YS13b3JrZmxvd3MvLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== Copy-Tag: eyJwIjoiamF2YS13b3Jrc3RhdGlvbnMvLk93bEJvdC55YW1sIiwiaCI6ImQ4NmJhNWJlNTM3ZTQ4OTQzNTEwNWNhODU1NjZjYzQxMDMzMDFhYmEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 34ee60b commit 9b5d02e

File tree

52 files changed

+2090
-1716
lines changed

Some content is hidden

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

52 files changed

+2090
-1716
lines changed

java-vision/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vision.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vision/3.30.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vision/3.31.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,76 +55,77 @@
5555
* as threads. In the example above, try-with-resources is used, which automatically calls close().
5656
*
5757
* <table>
58+
* <caption>Methods</caption>
5859
* <tr>
5960
* <th>Method</th>
6061
* <th>Description</th>
6162
* <th>Method Variants</th>
63+
* </tr>
6264
* <tr>
63-
* <td>BatchAnnotateImages</td>
65+
* <td><p> BatchAnnotateImages</td>
6466
* <td><p> Run image detection and annotation for a batch of images.</td>
6567
* <td>
6668
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
6769
* <ul>
68-
* <li>batchAnnotateImages(List<AnnotateImageRequest> requests)
69-
* <li>batchAnnotateImages(BatchAnnotateImagesRequest request)
70+
* <li><p> batchAnnotateImages(List&lt;AnnotateImageRequest&gt; requests)
71+
* <li><p> batchAnnotateImages(BatchAnnotateImagesRequest request)
7072
* </ul>
7173
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
7274
* <ul>
73-
* <li>batchAnnotateImagesCallable()
75+
* <li><p> batchAnnotateImagesCallable()
7476
* </ul>
7577
* </td>
7678
* </tr>
7779
* <tr>
78-
* <td>BatchAnnotateFiles</td>
80+
* <td><p> BatchAnnotateFiles</td>
7981
* <td><p> Service that performs image detection and annotation for a batch of files. Now only "application/pdf", "image/tiff" and "image/gif" are supported.
8082
* <p> This service will extract at most 5 (customers can specify which 5 in AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file provided and perform detection and annotation for each image extracted.</td>
8183
* <td>
8284
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
8385
* <ul>
84-
* <li>batchAnnotateFiles(List<AnnotateFileRequest> requests)
85-
* <li>batchAnnotateFiles(BatchAnnotateFilesRequest request)
86+
* <li><p> batchAnnotateFiles(List&lt;AnnotateFileRequest&gt; requests)
87+
* <li><p> batchAnnotateFiles(BatchAnnotateFilesRequest request)
8688
* </ul>
8789
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
8890
* <ul>
89-
* <li>batchAnnotateFilesCallable()
91+
* <li><p> batchAnnotateFilesCallable()
9092
* </ul>
9193
* </td>
9294
* </tr>
9395
* <tr>
94-
* <td>AsyncBatchAnnotateImages</td>
96+
* <td><p> AsyncBatchAnnotateImages</td>
9597
* <td><p> Run asynchronous image detection and annotation for a list of images.
9698
* <p> Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `OperationMetadata` (metadata). `Operation.response` contains `AsyncBatchAnnotateImagesResponse` (results).
9799
* <p> This service will write image annotation outputs to json files in customer GCS bucket, each json file containing BatchAnnotateImagesResponse proto.</td>
98100
* <td>
99101
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
100102
* <ul>
101-
* <li>asyncBatchAnnotateImagesAsync(List<AnnotateImageRequest> requests, OutputConfig outputConfig)
102-
* <li>asyncBatchAnnotateImagesAsync(AsyncBatchAnnotateImagesRequest request)
103+
* <li><p> asyncBatchAnnotateImagesAsync(List&lt;AnnotateImageRequest&gt; requests, OutputConfig outputConfig)
104+
* <li><p> asyncBatchAnnotateImagesAsync(AsyncBatchAnnotateImagesRequest request)
103105
* </ul>
104106
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
105107
* <ul>
106-
* <li>asyncBatchAnnotateImagesOperationCallable()
107-
* <li>asyncBatchAnnotateImagesCallable()
108+
* <li><p> asyncBatchAnnotateImagesOperationCallable()
109+
* <li><p> asyncBatchAnnotateImagesCallable()
108110
* </ul>
109111
* </td>
110112
* </tr>
111113
* <tr>
112-
* <td>AsyncBatchAnnotateFiles</td>
114+
* <td><p> AsyncBatchAnnotateFiles</td>
113115
* <td><p> Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page. Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `OperationMetadata` (metadata). `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).</td>
114116
* <td>
115117
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
116118
* <ul>
117-
* <li>asyncBatchAnnotateFilesAsync(List<AsyncAnnotateFileRequest> requests)
118-
* <li>asyncBatchAnnotateFilesAsync(AsyncBatchAnnotateFilesRequest request)
119+
* <li><p> asyncBatchAnnotateFilesAsync(List&lt;AsyncAnnotateFileRequest&gt; requests)
120+
* <li><p> asyncBatchAnnotateFilesAsync(AsyncBatchAnnotateFilesRequest request)
119121
* </ul>
120122
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
121123
* <ul>
122-
* <li>asyncBatchAnnotateFilesOperationCallable()
123-
* <li>asyncBatchAnnotateFilesCallable()
124+
* <li><p> asyncBatchAnnotateFilesOperationCallable()
125+
* <li><p> asyncBatchAnnotateFilesCallable()
124126
* </ul>
125127
* </td>
126128
* </tr>
127-
* </tr>
128129
* </table>
129130
*
130131
* <p>See the individual methods for example code.

0 commit comments

Comments
 (0)