diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java index 182bb1b2da3f..cec63a6986a9 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java +++ b/java-vertexai/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/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java index 85f2b906fbab..caad22c156b7 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java +++ b/java-vertexai/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;