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 (googleapis#787)

- [ ] 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 31c6f1d commit 828160b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 30 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 @@ -133,7 +132,6 @@ public static final FoldersClient create(FoldersSettings settings) throws IOExce
* Constructs an instance of FoldersClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(FoldersSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final FoldersClient create(FoldersStub stub) {
return new FoldersClient(stub);
}
Expand All @@ -148,7 +146,6 @@ protected FoldersClient(FoldersSettings 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 FoldersClient(FoldersStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -159,7 +156,6 @@ public final FoldersSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public FoldersStub 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 @@ -128,7 +127,6 @@ public static final OrganizationsClient create(OrganizationsSettings settings)
* Constructs an instance of OrganizationsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(OrganizationsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final OrganizationsClient create(OrganizationsStub stub) {
return new OrganizationsClient(stub);
}
Expand All @@ -143,7 +141,6 @@ protected OrganizationsClient(OrganizationsSettings settings) throws IOException
this.stub = ((OrganizationsStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public OrganizationsStub 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.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -133,7 +132,6 @@ public static final ProjectsClient create(ProjectsSettings settings) throws IOEx
* Constructs an instance of ProjectsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(ProjectsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ProjectsClient create(ProjectsStub stub) {
return new ProjectsClient(stub);
}
Expand All @@ -148,7 +146,6 @@ protected ProjectsClient(ProjectsSettings 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 ProjectsClient(ProjectsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -159,7 +156,6 @@ public final ProjectsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ProjectsStub 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.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -131,7 +130,6 @@ public static final TagBindingsClient create(TagBindingsSettings settings) throw
* Constructs an instance of TagBindingsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(TagBindingsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TagBindingsClient create(TagBindingsStub stub) {
return new TagBindingsClient(stub);
}
Expand All @@ -147,7 +145,6 @@ protected TagBindingsClient(TagBindingsSettings 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 TagBindingsClient(TagBindingsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -158,7 +155,6 @@ public final TagBindingsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TagBindingsStub 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.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -132,7 +131,6 @@ public static final TagKeysClient create(TagKeysSettings settings) throws IOExce
* Constructs an instance of TagKeysClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(TagKeysSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TagKeysClient create(TagKeysStub stub) {
return new TagKeysClient(stub);
}
Expand All @@ -147,7 +145,6 @@ protected TagKeysClient(TagKeysSettings 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 TagKeysClient(TagKeysStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -158,7 +155,6 @@ public final TagKeysSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TagKeysStub 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.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -133,7 +132,6 @@ public static final TagValuesClient create(TagValuesSettings settings) throws IO
* Constructs an instance of TagValuesClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(TagValuesSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TagValuesClient create(TagValuesStub stub) {
return new TagValuesClient(stub);
}
Expand All @@ -148,7 +146,6 @@ protected TagValuesClient(TagValuesSettings 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 TagValuesClient(TagValuesStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -159,7 +156,6 @@ public final TagValuesSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TagValuesStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
return testIamPermissionsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public FoldersStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
return testIamPermissionsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public OrganizationsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
return testIamPermissionsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ProjectsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public UnaryCallSettings<DeleteTagBindingRequest, Operation> deleteTagBindingSet
return deleteTagBindingOperationSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TagBindingsStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
return testIamPermissionsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TagKeysStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
return testIamPermissionsSettings;
}

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

0 comments on commit 828160b

Please sign in to comment.