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

- [ ] 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 0604811 commit 2a73a5e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 18 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 @@ -128,7 +127,6 @@ public static final EnvironmentsClient create(EnvironmentsSettings settings) thr
* Constructs an instance of EnvironmentsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(EnvironmentsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EnvironmentsClient create(EnvironmentsStub stub) {
return new EnvironmentsClient(stub);
}
Expand All @@ -144,7 +142,6 @@ protected EnvironmentsClient(EnvironmentsSettings 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 EnvironmentsClient(EnvironmentsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -155,7 +152,6 @@ public final EnvironmentsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EnvironmentsStub getStub() {
return stub;
}
Expand Down
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 @@ -124,7 +123,6 @@ public static final ImageVersionsClient create(ImageVersionsSettings settings)
* Constructs an instance of ImageVersionsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(ImageVersionsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ImageVersionsClient create(ImageVersionsStub stub) {
return new ImageVersionsClient(stub);
}
Expand All @@ -139,7 +137,6 @@ protected ImageVersionsClient(ImageVersionsSettings settings) throws IOException
this.stub = ((ImageVersionsStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected ImageVersionsClient(ImageVersionsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -149,7 +146,6 @@ public final ImageVersionsSettings getSettings() {
return settings;
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EnvironmentsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public ApiFuture<ListImageVersionsPagedResponse> getFuturePagedResponse(
return listImageVersionsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ImageVersionsStub 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 EnvironmentsClient create(EnvironmentsSettings settings) thr
* Constructs an instance of EnvironmentsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(EnvironmentsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EnvironmentsClient create(EnvironmentsStub stub) {
return new EnvironmentsClient(stub);
}
Expand All @@ -145,7 +144,6 @@ protected EnvironmentsClient(EnvironmentsSettings 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 EnvironmentsClient(EnvironmentsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +154,6 @@ public final EnvironmentsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EnvironmentsStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public static final ImageVersionsClient create(ImageVersionsSettings settings)
* Constructs an instance of ImageVersionsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(ImageVersionsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ImageVersionsClient create(ImageVersionsStub stub) {
return new ImageVersionsClient(stub);
}
Expand All @@ -140,7 +139,6 @@ protected ImageVersionsClient(ImageVersionsSettings settings) throws IOException
this.stub = ((ImageVersionsStubSettings) settings.getStubSettings()).createStub();
}

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

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EnvironmentsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public ApiFuture<ListImageVersionsPagedResponse> getFuturePagedResponse(
return listImageVersionsSettings;
}

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

0 comments on commit 2a73a5e

Please sign in to comment.