From 7b95e961e05dc50470504315f641dba90e837519 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Mon, 13 Jul 2026 17:51:20 -0700 Subject: [PATCH] No public description FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/googleapis/java-vertexai/pull/125 from googleapis:release-please--branches--main 6e2097c7356cd055a732e7a5171d4a2f7729af87 PiperOrigin-RevId: 947339703 --- .../google/cloud/vertexai/api/stub/PredictionServiceStub.java | 3 +-- .../cloud/vertexai/api/stub/PredictionServiceStubSettings.java | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java b/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java index 182bb1b..cec63a6 100644 --- a/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java +++ b/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api.stub; -import static com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; - import com.google.api.HttpBody; import com.google.api.gax.core.BackgroundResource; import com.google.api.gax.rpc.BidiStreamingCallable; @@ -39,6 +37,7 @@ import com.google.cloud.vertexai.api.GenerateContentResponse; import com.google.cloud.vertexai.api.PredictRequest; import com.google.cloud.vertexai.api.PredictResponse; +import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.RawPredictRequest; import com.google.cloud.vertexai.api.StreamDirectPredictRequest; import com.google.cloud.vertexai.api.StreamDirectPredictResponse; diff --git a/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java b/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java index 85f2b90..caad22c 100644 --- a/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java +++ b/google-cloud-vertexai-archive/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api.stub; -import static com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; - import com.google.api.HttpBody; import com.google.api.core.ApiFunction; import com.google.api.core.ApiFuture; @@ -63,6 +61,7 @@ import com.google.cloud.vertexai.api.GenerateContentResponse; import com.google.cloud.vertexai.api.PredictRequest; import com.google.cloud.vertexai.api.PredictResponse; +import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.RawPredictRequest; import com.google.cloud.vertexai.api.StreamDirectPredictRequest; import com.google.cloud.vertexai.api.StreamDirectPredictResponse;