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

Commit 7476317

Browse files
fix: update gapic-generator-java with mock service generation fixes (#846)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 457524730 Source-Link: googleapis/googleapis@917e7f2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2497f9a069d3f6b2d6810d5a4e239cda1e7e5a39 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5N2Y5YTA2OWQzZjZiMmQ2ODEwZDVhNGUyMzljZGExZTdlNWEzOSJ9
1 parent ed0a5c5 commit 7476317

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/DocumentProcessorServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.google.cloud.documentai.v1;
1818

19+
import com.google.api.core.BetaApi;
1920
import com.google.api.gax.core.BackgroundResource;
2021
import com.google.api.gax.httpjson.longrunning.OperationsClient;
2122
import com.google.api.gax.longrunning.OperationFuture;
@@ -188,6 +189,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
188189
* Returns the OperationsClient that can be used to query the status of a long-running operation
189190
* returned by another API method call.
190191
*/
192+
@BetaApi
191193
public final OperationsClient getHttpJsonOperationsClient() {
192194
return httpJsonOperationsClient;
193195
}

google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/DocumentProcessorServiceClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
199199
* Returns the OperationsClient that can be used to query the status of a long-running operation
200200
* returned by another API method call.
201201
*/
202+
@BetaApi
202203
public final OperationsClient getHttpJsonOperationsClient() {
203204
return httpJsonOperationsClient;
204205
}

0 commit comments

Comments
 (0)