Skip to content
This repository has been archived by the owner on Oct 3, 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 (#441)

- [ ] 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 62d951e commit 77b24ef
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.paging.AbstractFixedSizeCollection;
import com.google.api.gax.paging.AbstractPage;
Expand Down Expand Up @@ -125,7 +124,6 @@ public static final CatalogServiceClient create(CatalogServiceSettings settings)
* Constructs an instance of CatalogServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(CatalogServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CatalogServiceClient create(CatalogServiceStub stub) {
return new CatalogServiceClient(stub);
}
Expand All @@ -140,7 +138,6 @@ protected CatalogServiceClient(CatalogServiceSettings settings) throws IOExcepti
this.stub = ((CatalogServiceStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CatalogServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.retail.v2;

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.rpc.OperationCallable;
Expand Down Expand Up @@ -134,7 +133,6 @@ public static final CompletionServiceClient create(CompletionServiceSettings set
* Constructs an instance of CompletionServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(CompletionServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CompletionServiceClient create(CompletionServiceStub stub) {
return new CompletionServiceClient(stub);
}
Expand All @@ -150,7 +148,6 @@ protected CompletionServiceClient(CompletionServiceSettings settings) throws IOE
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CompletionServiceClient(CompletionServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -161,7 +158,6 @@ public final CompletionServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompletionServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.retail.v2;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.retail.v2.stub.PredictionServiceStub;
Expand Down Expand Up @@ -127,7 +126,6 @@ public static final PredictionServiceClient create(PredictionServiceSettings set
* Constructs an instance of PredictionServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(PredictionServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final PredictionServiceClient create(PredictionServiceStub stub) {
return new PredictionServiceClient(stub);
}
Expand All @@ -142,7 +140,6 @@ protected PredictionServiceClient(PredictionServiceSettings settings) throws IOE
this.stub = ((PredictionServiceStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public PredictionServiceStub 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 ProductServiceClient create(ProductServiceSettings settings)
* Constructs an instance of ProductServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(ProductServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ProductServiceClient create(ProductServiceStub stub) {
return new ProductServiceClient(stub);
}
Expand All @@ -148,7 +146,6 @@ protected ProductServiceClient(ProductServiceSettings settings) throws IOExcepti
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ProductServiceStub 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 @@ -148,7 +147,6 @@ public static final SearchServiceClient create(SearchServiceSettings settings)
* Constructs an instance of SearchServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(SearchServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final SearchServiceClient create(SearchServiceStub stub) {
return new SearchServiceClient(stub);
}
Expand All @@ -163,7 +161,6 @@ protected SearchServiceClient(SearchServiceSettings settings) throws IOException
this.stub = ((SearchServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected SearchServiceClient(SearchServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -173,7 +170,6 @@ public final SearchServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public SearchServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package com.google.cloud.retail.v2;

import com.google.api.HttpBody;
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.rpc.OperationCallable;
Expand Down Expand Up @@ -127,7 +126,6 @@ public static final UserEventServiceClient create(UserEventServiceSettings setti
* Constructs an instance of UserEventServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(UserEventServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final UserEventServiceClient create(UserEventServiceStub stub) {
return new UserEventServiceClient(stub);
}
Expand All @@ -143,7 +141,6 @@ protected UserEventServiceClient(UserEventServiceSettings settings) throws IOExc
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

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

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

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

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

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ProductServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public PagedCallSettings<SearchRequest, SearchResponse, SearchPagedResponse> sea
return searchSettings;
}

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

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

0 comments on commit 77b24ef

Please sign in to comment.