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

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

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public DomainsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static final DomainsClient create(DomainsSettings settings) throws IOExce
* Constructs an instance of DomainsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(DomainsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final DomainsClient create(DomainsStub stub) {
return new DomainsClient(stub);
}
Expand All @@ -145,7 +144,6 @@ protected DomainsClient(DomainsSettings 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 DomainsClient(DomainsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +154,6 @@ public final DomainsSettings getSettings() {
return settings;
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public DomainsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static final DomainsClient create(DomainsSettings settings) throws IOExce
* Constructs an instance of DomainsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(DomainsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final DomainsClient create(DomainsStub stub) {
return new DomainsClient(stub);
}
Expand All @@ -145,7 +144,6 @@ protected DomainsClient(DomainsSettings 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 DomainsClient(DomainsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +154,6 @@ public final DomainsSettings getSettings() {
return settings;
}

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

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

0 comments on commit 8d98ecd

Please sign in to comment.