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

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

- [ ] 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] committed May 27, 2022
1 parent cb02da9 commit b39c3c9
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.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -130,7 +129,6 @@ public static final HubServiceClient create(HubServiceSettings settings) throws
* Constructs an instance of HubServiceClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(HubServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final HubServiceClient create(HubServiceStub stub) {
return new HubServiceClient(stub);
}
Expand All @@ -145,7 +143,6 @@ protected HubServiceClient(HubServiceSettings settings) throws IOException {
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public HubServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ public UnaryCallSettings<DeleteSpokeRequest, Operation> deleteSpokeSettings() {
return deleteSpokeOperationSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public HubServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public static final HubServiceClient create(HubServiceSettings settings) throws
* Constructs an instance of HubServiceClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(HubServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final HubServiceClient create(HubServiceStub stub) {
return new HubServiceClient(stub);
}
Expand All @@ -146,7 +145,6 @@ protected HubServiceClient(HubServiceSettings settings) throws IOException {
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected HubServiceClient(HubServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -157,7 +155,6 @@ public final HubServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public HubServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ public UnaryCallSettings<DeleteSpokeRequest, Operation> deleteSpokeSettings() {
return deleteSpokeOperationSettings;
}

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

0 comments on commit b39c3c9

Please sign in to comment.