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 (#124)

- [ ] 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
  • Loading branch information
gcf-owl-bot[bot] authored May 27, 2022
1 parent 83e3c01 commit 231ad19
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.paging.AbstractFixedSizeCollection;
import com.google.api.gax.paging.AbstractPage;
Expand Down Expand Up @@ -128,7 +127,6 @@ public static final MigrationServiceClient create(MigrationServiceSettings setti
* Constructs an instance of MigrationServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(MigrationServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final MigrationServiceClient create(MigrationServiceStub stub) {
return new MigrationServiceClient(stub);
}
Expand All @@ -143,7 +141,6 @@ protected MigrationServiceClient(MigrationServiceSettings settings) throws IOExc
this.stub = ((MigrationServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected MigrationServiceClient(MigrationServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -153,7 +150,6 @@ public final MigrationServiceSettings getSettings() {
return settings;
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public MigrationServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public static final MigrationServiceClient create(MigrationServiceSettings setti
* Constructs an instance of MigrationServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(MigrationServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final MigrationServiceClient create(MigrationServiceStub stub) {
return new MigrationServiceClient(stub);
}
Expand All @@ -144,7 +143,6 @@ protected MigrationServiceClient(MigrationServiceSettings settings) throws IOExc
this.stub = ((MigrationServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected MigrationServiceClient(MigrationServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -154,7 +152,6 @@ public final MigrationServiceSettings getSettings() {
return settings;
}

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

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

0 comments on commit 231ad19

Please sign in to comment.