From 22a294e5ddc2ce0c7670aad6a5c7a7cb4782c3d0 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 04:06:12 +0000 Subject: [PATCH] chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#775) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 450543911 Source-Link: https://github.com/googleapis/googleapis/commit/55283447ab72f10b6c2571d770af0498b593e84f Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9 --- .../cloud/secretmanager/v1/SecretManagerServiceClient.java | 4 ---- .../v1/stub/SecretManagerServiceStubSettings.java | 1 - 2 files changed, 5 deletions(-) diff --git a/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java b/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java index d1bb06c8c0ec..1b4554ad8835 100644 --- a/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java +++ b/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java @@ -18,7 +18,6 @@ import com.google.api.core.ApiFuture; import com.google.api.core.ApiFutures; -import com.google.api.core.BetaApi; import com.google.api.gax.core.BackgroundResource; import com.google.api.gax.paging.AbstractFixedSizeCollection; import com.google.api.gax.paging.AbstractPage; @@ -143,7 +142,6 @@ public static final SecretManagerServiceClient create(SecretManagerServiceSettin * Constructs an instance of SecretManagerServiceClient, using the given stub for making calls. * This is for advanced usage - prefer using create(SecretManagerServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final SecretManagerServiceClient create(SecretManagerServiceStub stub) { return new SecretManagerServiceClient(stub); } @@ -158,7 +156,6 @@ protected SecretManagerServiceClient(SecretManagerServiceSettings settings) thro this.stub = ((SecretManagerServiceStubSettings) settings.getStubSettings()).createStub(); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected SecretManagerServiceClient(SecretManagerServiceStub stub) { this.settings = null; this.stub = stub; @@ -168,7 +165,6 @@ public final SecretManagerServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public SecretManagerServiceStub getStub() { return stub; } diff --git a/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java b/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java index 03f58789b60a..40db86496880 100644 --- a/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java +++ b/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java @@ -336,7 +336,6 @@ public UnaryCallSettings getIamPolicySettings() { return testIamPermissionsSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public SecretManagerServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName()