From 0ac3b2d56c336c4fc412b6451a6e62bed0accedd 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:08:24 +0000 Subject: [PATCH] chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#98) - [ ] 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 --- .../src/main/java/com/google/cloud/ids/v1/IDSClient.java | 4 ---- .../java/com/google/cloud/ids/v1/stub/IDSStubSettings.java | 1 - 2 files changed, 5 deletions(-) diff --git a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSClient.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSClient.java index 441b2bd1cecf..a7b5f24c215c 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSClient.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSClient.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.longrunning.OperationFuture; import com.google.api.gax.paging.AbstractFixedSizeCollection; @@ -126,7 +125,6 @@ public static final IDSClient create(IDSSettings settings) throws IOException { * Constructs an instance of IDSClient, using the given stub for making calls. This is for * advanced usage - prefer using create(IDSSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final IDSClient create(IDSStub stub) { return new IDSClient(stub); } @@ -141,7 +139,6 @@ protected IDSClient(IDSSettings settings) throws IOException { this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected IDSClient(IDSStub stub) { this.settings = null; this.stub = stub; @@ -152,7 +149,6 @@ public final IDSSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public IDSStub getStub() { return stub; } diff --git a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java index 3d43894f0dba..6ee71b1132b2 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java @@ -198,7 +198,6 @@ public UnaryCallSettings deleteEndpointSetting return deleteEndpointOperationSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public IDSStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName()