Skip to content

Commit 474c5ec

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#182)
- [ ] 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 bd6dee3 commit 474c5ec

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/PrivateCatalogClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ public static final PrivateCatalogClient create(PrivateCatalogSettings settings)
146146
* Constructs an instance of PrivateCatalogClient, using the given stub for making calls. This is
147147
* for advanced usage - prefer using create(PrivateCatalogSettings).
148148
*/
149-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
150149
public static final PrivateCatalogClient create(PrivateCatalogStub stub) {
151150
return new PrivateCatalogClient(stub);
152151
}
@@ -161,7 +160,6 @@ protected PrivateCatalogClient(PrivateCatalogSettings settings) throws IOExcepti
161160
this.stub = ((PrivateCatalogStubSettings) settings.getStubSettings()).createStub();
162161
}
163162

164-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
165163
protected PrivateCatalogClient(PrivateCatalogStub stub) {
166164
this.settings = null;
167165
this.stub = stub;
@@ -171,7 +169,6 @@ public final PrivateCatalogSettings getSettings() {
171169
return settings;
172170
}
173171

174-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
175172
public PrivateCatalogStub getStub() {
176173
return stub;
177174
}

java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/stub/PrivateCatalogStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ public ApiFuture<SearchVersionsPagedResponse> getFuturePagedResponse(
294294
return searchVersionsSettings;
295295
}
296296

297-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
298297
public PrivateCatalogStub createStub() throws IOException {
299298
if (getTransportChannelProvider()
300299
.getTransportName()

0 commit comments

Comments
 (0)