Skip to content
This repository has been archived by the owner on Dec 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 (#930)

- [ ] 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 cf09e08 commit c8f9093
Show file tree
Hide file tree
Showing 64 changed files with 0 additions and 145 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 @@ -127,7 +126,6 @@ public static final AgentsClient create(AgentsSettings settings) throws IOExcept
* Constructs an instance of AgentsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(AgentsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final AgentsClient create(AgentsStub stub) {
return new AgentsClient(stub);
}
Expand All @@ -142,7 +140,6 @@ protected AgentsClient(AgentsSettings 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 AgentsClient(AgentsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -153,7 +150,6 @@ public final AgentsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public AgentsStub 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 @@ -125,7 +124,6 @@ public static final AnswerRecordsClient create(AnswerRecordsSettings settings)
* Constructs an instance of AnswerRecordsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(AnswerRecordsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final AnswerRecordsClient create(AnswerRecordsStub stub) {
return new AnswerRecordsClient(stub);
}
Expand All @@ -140,7 +138,6 @@ protected AnswerRecordsClient(AnswerRecordsSettings settings) throws IOException
this.stub = ((AnswerRecordsStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public AnswerRecordsStub 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 ContextsClient create(ContextsSettings settings) throws IOEx
* Constructs an instance of ContextsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(ContextsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ContextsClient create(ContextsStub stub) {
return new ContextsClient(stub);
}
Expand All @@ -138,7 +136,6 @@ protected ContextsClient(ContextsSettings settings) throws IOException {
this.stub = ((ContextsStubSettings) settings.getStubSettings()).createStub();
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ContextsStub 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 @@ -136,7 +135,6 @@ public static final ConversationDatasetsClient create(ConversationDatasetsSettin
* Constructs an instance of ConversationDatasetsClient, using the given stub for making calls.
* This is for advanced usage - prefer using create(ConversationDatasetsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ConversationDatasetsClient create(ConversationDatasetsStub stub) {
return new ConversationDatasetsClient(stub);
}
Expand All @@ -152,7 +150,6 @@ protected ConversationDatasetsClient(ConversationDatasetsSettings settings) thro
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected ConversationDatasetsClient(ConversationDatasetsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -163,7 +160,6 @@ public final ConversationDatasetsSettings getSettings() {
return settings;
}

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

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ConversationModelsStub 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 @@ -136,7 +135,6 @@ public static final ConversationProfilesClient create(ConversationProfilesSettin
* Constructs an instance of ConversationProfilesClient, using the given stub for making calls.
* This is for advanced usage - prefer using create(ConversationProfilesSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ConversationProfilesClient create(ConversationProfilesStub stub) {
return new ConversationProfilesClient(stub);
}
Expand All @@ -152,7 +150,6 @@ protected ConversationProfilesClient(ConversationProfilesSettings settings) thro
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected ConversationProfilesClient(ConversationProfilesStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -163,7 +160,6 @@ public final ConversationProfilesSettings getSettings() {
return settings;
}

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

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

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public DocumentsStub 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 @@ -128,7 +127,6 @@ public static final EntityTypesClient create(EntityTypesSettings settings) throw
* Constructs an instance of EntityTypesClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(EntityTypesSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EntityTypesClient create(EntityTypesStub stub) {
return new EntityTypesClient(stub);
}
Expand All @@ -144,7 +142,6 @@ protected EntityTypesClient(EntityTypesSettings 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 EntityTypesClient(EntityTypesStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -155,7 +152,6 @@ public final EntityTypesSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EntityTypesStub 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 @@ -126,7 +125,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 @@ -141,7 +139,6 @@ protected EnvironmentsClient(EnvironmentsSettings settings) throws IOException {
this.stub = ((EnvironmentsStubSettings) settings.getStubSettings()).createStub();
}

@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 @@ -151,7 +148,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 @@ -16,7 +16,6 @@

package com.google.cloud.dialogflow.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.dialogflow.v2.stub.FulfillmentsStub;
Expand Down Expand Up @@ -114,7 +113,6 @@ public static final FulfillmentsClient create(FulfillmentsSettings settings) thr
* Constructs an instance of FulfillmentsClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(FulfillmentsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final FulfillmentsClient create(FulfillmentsStub stub) {
return new FulfillmentsClient(stub);
}
Expand All @@ -129,7 +127,6 @@ protected FulfillmentsClient(FulfillmentsSettings settings) throws IOException {
this.stub = ((FulfillmentsStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected FulfillmentsClient(FulfillmentsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -139,7 +136,6 @@ public final FulfillmentsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public FulfillmentsStub 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 @@ -128,7 +127,6 @@ public static final IntentsClient create(IntentsSettings settings) throws IOExce
* Constructs an instance of IntentsClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(IntentsSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final IntentsClient create(IntentsStub stub) {
return new IntentsClient(stub);
}
Expand All @@ -143,7 +141,6 @@ protected IntentsClient(IntentsSettings 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 IntentsClient(IntentsStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -154,7 +151,6 @@ public final IntentsSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public IntentsStub getStub() {
return stub;
}
Expand Down
Loading

0 comments on commit c8f9093

Please sign in to comment.