Skip to content

Commit

Permalink
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-jav…
Browse files Browse the repository at this point in the history
…a to 2.18.1 (#357)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 450543911

Source-Link: googleapis/googleapis@5528344

Source-Link: googleapis/googleapis-gen@9f6775c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9
  • Loading branch information
gcf-owl-bot[bot] authored May 27, 2022
1 parent b95f121 commit 5d0b881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public static final TablesServiceClient create(TablesServiceSettings settings)
* Constructs an instance of TablesServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(TablesServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TablesServiceClient create(TablesServiceStub stub) {
return new TablesServiceClient(stub);
}
Expand All @@ -173,7 +172,6 @@ protected TablesServiceClient(TablesServiceSettings settings) throws IOException
this.stub = ((TablesServiceStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TablesServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ public UnaryCallSettings<BatchDeleteRowsRequest, Empty> batchDeleteRowsSettings(
return batchDeleteRowsSettings;
}

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

0 comments on commit 5d0b881

Please sign in to comment.