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

Commit e816726

Browse files
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: googleapis/googleapis@5528344 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9
1 parent d38f1db commit e816726

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java

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

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2423
import com.google.api.gax.paging.AbstractPage;
@@ -143,7 +142,6 @@ public static final SecretManagerServiceClient create(SecretManagerServiceSettin
143142
* Constructs an instance of SecretManagerServiceClient, using the given stub for making calls.
144143
* This is for advanced usage - prefer using create(SecretManagerServiceSettings).
145144
*/
146-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
147145
public static final SecretManagerServiceClient create(SecretManagerServiceStub stub) {
148146
return new SecretManagerServiceClient(stub);
149147
}
@@ -158,7 +156,6 @@ protected SecretManagerServiceClient(SecretManagerServiceSettings settings) thro
158156
this.stub = ((SecretManagerServiceStubSettings) settings.getStubSettings()).createStub();
159157
}
160158

161-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
162159
protected SecretManagerServiceClient(SecretManagerServiceStub stub) {
163160
this.settings = null;
164161
this.stub = stub;
@@ -168,7 +165,6 @@ public final SecretManagerServiceSettings getSettings() {
168165
return settings;
169166
}
170167

171-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
172168
public SecretManagerServiceStub getStub() {
173169
return stub;
174170
}

google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ public UnaryCallSettings<GetIamPolicyRequest, Policy> getIamPolicySettings() {
336336
return testIamPermissionsSettings;
337337
}
338338

339-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
340339
public SecretManagerServiceStub createStub() throws IOException {
341340
if (getTransportChannelProvider()
342341
.getTransportName()

0 commit comments

Comments
 (0)