From 2a73a5ec7cea13c29f4b162850bb1aa7209f8870 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 04:24:24 +0000 Subject: [PATCH] chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#194) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 450543911 Source-Link: https://github.com/googleapis/googleapis/commit/55283447ab72f10b6c2571d770af0498b593e84f Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9 --- .../orchestration/airflow/service/v1/EnvironmentsClient.java | 4 ---- .../orchestration/airflow/service/v1/ImageVersionsClient.java | 4 ---- .../airflow/service/v1/stub/EnvironmentsStubSettings.java | 1 - .../airflow/service/v1/stub/ImageVersionsStubSettings.java | 1 - .../airflow/service/v1beta1/EnvironmentsClient.java | 3 --- .../airflow/service/v1beta1/ImageVersionsClient.java | 3 --- .../service/v1beta1/stub/EnvironmentsStubSettings.java | 1 - .../service/v1beta1/stub/ImageVersionsStubSettings.java | 1 - 8 files changed, 18 deletions(-) diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsClient.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsClient.java index 6ddc1c772e62..1e7a8848c7f1 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsClient.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsClient.java @@ -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; @@ -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); } @@ -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; @@ -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; } diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsClient.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsClient.java index 6ea1e442bf7e..e6e137b8f2b2 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsClient.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsClient.java @@ -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; @@ -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); } @@ -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; @@ -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; } diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java index 943fbac8def0..73401f76d98d 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java @@ -221,7 +221,6 @@ public UnaryCallSettings 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() diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/ImageVersionsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/ImageVersionsStubSettings.java index 08afc03e91e0..f9eb16602a59 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/ImageVersionsStubSettings.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/ImageVersionsStubSettings.java @@ -163,7 +163,6 @@ public ApiFuture 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() diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsClient.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsClient.java index 7fd8b151b12e..962a698d6983 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsClient.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsClient.java @@ -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); } @@ -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; @@ -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; } diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsClient.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsClient.java index c5d2ab4e8746..f00367af3014 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsClient.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsClient.java @@ -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); } @@ -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; @@ -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; } diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java index 4ea3bfd3ba57..ea830d9189c0 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java @@ -253,7 +253,6 @@ public UnaryCallSettings 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() diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/ImageVersionsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/ImageVersionsStubSettings.java index 02a511fe40b2..eab42d9d1189 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/ImageVersionsStubSettings.java +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/ImageVersionsStubSettings.java @@ -164,7 +164,6 @@ public ApiFuture 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()