diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java index a4bbf3da6107..018ce3db83bf 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java @@ -16,9 +16,6 @@ package com.google.cloud.vertexai.api; -import static com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPagedResponse; -import static com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPagedResponse; - import com.google.api.core.ApiFunction; import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; @@ -36,6 +33,8 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPagedResponse; +import com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy; diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java index a10dd1ae4629..80258104ca0a 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api; -import static com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPagedResponse; - import com.google.api.core.ApiFunction; import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; @@ -34,6 +32,7 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy; diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java index b8a38d1811e0..286c63281124 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api; -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.BetaApi; @@ -37,6 +35,7 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy;