Skip to content

Commit 5d0b881

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#357)
- [ ] 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 b95f121 commit 5d0b881

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/TablesServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public static final TablesServiceClient create(TablesServiceSettings settings)
158158
* Constructs an instance of TablesServiceClient, using the given stub for making calls. This is
159159
* for advanced usage - prefer using create(TablesServiceSettings).
160160
*/
161-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
162161
public static final TablesServiceClient create(TablesServiceStub stub) {
163162
return new TablesServiceClient(stub);
164163
}
@@ -173,7 +172,6 @@ protected TablesServiceClient(TablesServiceSettings settings) throws IOException
173172
this.stub = ((TablesServiceStubSettings) settings.getStubSettings()).createStub();
174173
}
175174

176-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
177175
protected TablesServiceClient(TablesServiceStub stub) {
178176
this.settings = null;
179177
this.stub = stub;
@@ -183,7 +181,6 @@ public final TablesServiceSettings getSettings() {
183181
return settings;
184182
}
185183

186-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
187184
public TablesServiceStub getStub() {
188185
return stub;
189186
}

java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/TablesServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ public UnaryCallSettings<BatchDeleteRowsRequest, Empty> batchDeleteRowsSettings(
364364
return batchDeleteRowsSettings;
365365
}
366366

367-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
368367
public TablesServiceStub createStub() throws IOException {
369368
if (getTransportChannelProvider()
370369
.getTransportName()

0 commit comments

Comments
 (0)