From 59ebf8e3c6f0793c3859555a57abbebf495d7622 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:15 +0000 Subject: [PATCH] chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#667) - [ ] 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/gaming/v1/GameServerClustersServiceClient.java | 4 ---- .../cloud/gaming/v1/GameServerConfigsServiceClient.java | 4 ---- .../cloud/gaming/v1/GameServerDeploymentsServiceClient.java | 4 ---- .../java/com/google/cloud/gaming/v1/RealmsServiceClient.java | 4 ---- .../gaming/v1/stub/GameServerClustersServiceStubSettings.java | 1 - .../gaming/v1/stub/GameServerConfigsServiceStubSettings.java | 1 - .../v1/stub/GameServerDeploymentsServiceStubSettings.java | 1 - .../cloud/gaming/v1/stub/RealmsServiceStubSettings.java | 1 - .../cloud/gaming/v1beta/GameServerClustersServiceClient.java | 3 --- .../cloud/gaming/v1beta/GameServerConfigsServiceClient.java | 3 --- .../gaming/v1beta/GameServerDeploymentsServiceClient.java | 3 --- .../com/google/cloud/gaming/v1beta/RealmsServiceClient.java | 3 --- .../v1beta/stub/GameServerClustersServiceStubSettings.java | 1 - .../v1beta/stub/GameServerConfigsServiceStubSettings.java | 1 - .../v1beta/stub/GameServerDeploymentsServiceStubSettings.java | 1 - .../cloud/gaming/v1beta/stub/RealmsServiceStubSettings.java | 1 - 16 files changed, 36 deletions(-) diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerClustersServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerClustersServiceClient.java index 82bce0b52212..77d5476ea8ea 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerClustersServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerClustersServiceClient.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; @@ -136,7 +135,6 @@ public static final GameServerClustersServiceClient create( * Constructs an instance of GameServerClustersServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerClustersServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerClustersServiceClient create(GameServerClustersServiceStub stub) { return new GameServerClustersServiceClient(stub); } @@ -153,7 +151,6 @@ protected GameServerClustersServiceClient(GameServerClustersServiceSettings sett this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerClustersServiceClient(GameServerClustersServiceStub stub) { this.settings = null; this.stub = stub; @@ -164,7 +161,6 @@ public final GameServerClustersServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerClustersServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerConfigsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerConfigsServiceClient.java index ba4222bbe8ca..c1cab22d9ab4 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerConfigsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerConfigsServiceClient.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; @@ -134,7 +133,6 @@ public static final GameServerConfigsServiceClient create( * Constructs an instance of GameServerConfigsServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerConfigsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerConfigsServiceClient create(GameServerConfigsServiceStub stub) { return new GameServerConfigsServiceClient(stub); } @@ -151,7 +149,6 @@ protected GameServerConfigsServiceClient(GameServerConfigsServiceSettings settin this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerConfigsServiceClient(GameServerConfigsServiceStub stub) { this.settings = null; this.stub = stub; @@ -162,7 +159,6 @@ public final GameServerConfigsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerConfigsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerDeploymentsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerDeploymentsServiceClient.java index bd640f7f3533..9015ddcbbb8d 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerDeploymentsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/GameServerDeploymentsServiceClient.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; @@ -137,7 +136,6 @@ public static final GameServerDeploymentsServiceClient create( * Constructs an instance of GameServerDeploymentsServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerDeploymentsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerDeploymentsServiceClient create( GameServerDeploymentsServiceStub stub) { return new GameServerDeploymentsServiceClient(stub); @@ -156,7 +154,6 @@ protected GameServerDeploymentsServiceClient(GameServerDeploymentsServiceSetting this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerDeploymentsServiceClient(GameServerDeploymentsServiceStub stub) { this.settings = null; this.stub = stub; @@ -167,7 +164,6 @@ public final GameServerDeploymentsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerDeploymentsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/RealmsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/RealmsServiceClient.java index 5a00b23b55b7..e2a9b513766b 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/RealmsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/RealmsServiceClient.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; @@ -130,7 +129,6 @@ public static final RealmsServiceClient create(RealmsServiceSettings settings) * Constructs an instance of RealmsServiceClient, using the given stub for making calls. This is * for advanced usage - prefer using create(RealmsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final RealmsServiceClient create(RealmsServiceStub stub) { return new RealmsServiceClient(stub); } @@ -146,7 +144,6 @@ protected RealmsServiceClient(RealmsServiceSettings 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 RealmsServiceClient(RealmsServiceStub stub) { this.settings = null; this.stub = stub; @@ -157,7 +154,6 @@ public final RealmsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public RealmsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerClustersServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerClustersServiceStubSettings.java index 3609d50cd2f3..67d753c3cc6a 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerClustersServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerClustersServiceStubSettings.java @@ -284,7 +284,6 @@ public ApiFuture getFuturePagedResponse( return previewUpdateGameServerClusterSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerClustersServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerConfigsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerConfigsServiceStubSettings.java index ddc5574239bc..85ceea98869f 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerConfigsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerConfigsServiceStubSettings.java @@ -225,7 +225,6 @@ public ApiFuture getFuturePagedResponse( return deleteGameServerConfigOperationSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerConfigsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerDeploymentsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerDeploymentsServiceStubSettings.java index ee82ea61644c..fd512bbc029a 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerDeploymentsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/GameServerDeploymentsServiceStubSettings.java @@ -307,7 +307,6 @@ public ApiFuture getFuturePagedResponse( return fetchDeploymentStateSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerDeploymentsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/RealmsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/RealmsServiceStubSettings.java index fb8c0d2db0f4..55652cb2b818 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/RealmsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1/stub/RealmsServiceStubSettings.java @@ -223,7 +223,6 @@ public UnaryCallSettings updateRealmSettings() { return previewRealmUpdateSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public RealmsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerClustersServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerClustersServiceClient.java index 9ed1f4428149..04d80cfb5ba6 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerClustersServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerClustersServiceClient.java @@ -137,7 +137,6 @@ public static final GameServerClustersServiceClient create( * Constructs an instance of GameServerClustersServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerClustersServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerClustersServiceClient create(GameServerClustersServiceStub stub) { return new GameServerClustersServiceClient(stub); } @@ -154,7 +153,6 @@ protected GameServerClustersServiceClient(GameServerClustersServiceSettings sett this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerClustersServiceClient(GameServerClustersServiceStub stub) { this.settings = null; this.stub = stub; @@ -165,7 +163,6 @@ public final GameServerClustersServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerClustersServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerConfigsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerConfigsServiceClient.java index 5bcacf45f099..11230ebea419 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerConfigsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerConfigsServiceClient.java @@ -135,7 +135,6 @@ public static final GameServerConfigsServiceClient create( * Constructs an instance of GameServerConfigsServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerConfigsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerConfigsServiceClient create(GameServerConfigsServiceStub stub) { return new GameServerConfigsServiceClient(stub); } @@ -152,7 +151,6 @@ protected GameServerConfigsServiceClient(GameServerConfigsServiceSettings settin this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerConfigsServiceClient(GameServerConfigsServiceStub stub) { this.settings = null; this.stub = stub; @@ -163,7 +161,6 @@ public final GameServerConfigsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerConfigsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerDeploymentsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerDeploymentsServiceClient.java index 989c83423b3f..ae24692548c6 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerDeploymentsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/GameServerDeploymentsServiceClient.java @@ -138,7 +138,6 @@ public static final GameServerDeploymentsServiceClient create( * Constructs an instance of GameServerDeploymentsServiceClient, using the given stub for making * calls. This is for advanced usage - prefer using create(GameServerDeploymentsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final GameServerDeploymentsServiceClient create( GameServerDeploymentsServiceStub stub) { return new GameServerDeploymentsServiceClient(stub); @@ -157,7 +156,6 @@ protected GameServerDeploymentsServiceClient(GameServerDeploymentsServiceSetting this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected GameServerDeploymentsServiceClient(GameServerDeploymentsServiceStub stub) { this.settings = null; this.stub = stub; @@ -168,7 +166,6 @@ public final GameServerDeploymentsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerDeploymentsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/RealmsServiceClient.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/RealmsServiceClient.java index 78ebac58eda7..719e980d5adc 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/RealmsServiceClient.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/RealmsServiceClient.java @@ -131,7 +131,6 @@ public static final RealmsServiceClient create(RealmsServiceSettings settings) * Constructs an instance of RealmsServiceClient, using the given stub for making calls. This is * for advanced usage - prefer using create(RealmsServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final RealmsServiceClient create(RealmsServiceStub stub) { return new RealmsServiceClient(stub); } @@ -147,7 +146,6 @@ protected RealmsServiceClient(RealmsServiceSettings 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 RealmsServiceClient(RealmsServiceStub stub) { this.settings = null; this.stub = stub; @@ -158,7 +156,6 @@ public final RealmsServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public RealmsServiceStub getStub() { return stub; } diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerClustersServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerClustersServiceStubSettings.java index 9f74fe8d0369..42c73c87c831 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerClustersServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerClustersServiceStubSettings.java @@ -285,7 +285,6 @@ public ApiFuture getFuturePagedResponse( return previewUpdateGameServerClusterSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerClustersServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerConfigsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerConfigsServiceStubSettings.java index 5ba9b754cb69..6f15002a01f4 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerConfigsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerConfigsServiceStubSettings.java @@ -226,7 +226,6 @@ public ApiFuture getFuturePagedResponse( return deleteGameServerConfigOperationSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerConfigsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerDeploymentsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerDeploymentsServiceStubSettings.java index 8f21d8806a44..cee929bd9fbf 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerDeploymentsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/GameServerDeploymentsServiceStubSettings.java @@ -308,7 +308,6 @@ public ApiFuture getFuturePagedResponse( return fetchDeploymentStateSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public GameServerDeploymentsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/RealmsServiceStubSettings.java b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/RealmsServiceStubSettings.java index 6ddd2309a642..a5ab1e6c290e 100644 --- a/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/RealmsServiceStubSettings.java +++ b/java-game-servers/google-cloud-game-servers/src/main/java/com/google/cloud/gaming/v1beta/stub/RealmsServiceStubSettings.java @@ -224,7 +224,6 @@ public UnaryCallSettings updateRealmSettings() { return previewRealmUpdateSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public RealmsServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName()