Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfee04c

Browse files
fix: update gapic-generator-java with mock service generation fixes (googleapis#256)
- [ ] Regenerate this pull request now.PiperOrigin-RevId: 457524730Source-Link:googleapis/googleapis@917e7f2Source-Link:https://github.com/googleapis/googleapis-gen/commit/2497f9a069d3f6b2d6810d5a4e239cda1e7e5a39Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5N2Y5YTA2OWQzZjZiMmQ2ODEwZDVhNGUyMzljZGExZTdlNWEzOSJ9
1 parentf47754f commitcfee04c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

‎java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreClient.java‎

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

1919
importcom.google.api.core.ApiFuture;
2020
importcom.google.api.core.ApiFutures;
21+
importcom.google.api.core.BetaApi;
2122
importcom.google.api.gax.core.BackgroundResource;
2223
importcom.google.api.gax.httpjson.longrunning.OperationsClient;
2324
importcom.google.api.gax.longrunning.OperationFuture;
@@ -208,6 +209,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
208209
* Returns the OperationsClient that can be used to query the status of a long-running operation
209210
* returned by another API method call.
210211
*/
212+
@BetaApi
211213
publicfinalOperationsClientgetHttpJsonOperationsClient() {
212214
returnhttpJsonOperationsClient;
213215
}

‎java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/DataprocMetastoreClient.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
210210
* Returns the OperationsClient that can be used to query the status of a long-running operation
211211
* returned by another API method call.
212212
*/
213+
@BetaApi
213214
publicfinalOperationsClientgetHttpJsonOperationsClient() {
214215
returnhttpJsonOperationsClient;
215216
}

‎java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/DataprocMetastoreClient.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
210210
* Returns the OperationsClient that can be used to query the status of a long-running operation
211211
* returned by another API method call.
212212
*/
213+
@BetaApi
213214
publicfinalOperationsClientgetHttpJsonOperationsClient() {
214215
returnhttpJsonOperationsClient;
215216
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp