Uses of Class
com.google.cloud.aiplatform.v1.ModelServiceClient.ListLocationsPagedResponse
Packages that use ModelServiceClient.ListLocationsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ModelServiceClient.ListLocationsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelServiceClient.ListLocationsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.listLocations(ListLocationsRequest request) Lists information about the supported locations for this service.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelServiceClient.ListLocationsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.ListLocationsPagedResponse.createAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location> context, ApiFuture<ListLocationsResponse> futureResponse) ModelServiceClient.listLocationsPagedCallable()Lists information about the supported locations for this service.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ModelServiceClient.ListLocationsPagedResponse> ModelServiceSettings.Builder.listLocationsSettings()Returns the builder for the settings used for calls to listLocations.PagedCallSettings<ListLocationsRequest,ListLocationsResponse, ModelServiceClient.ListLocationsPagedResponse> ModelServiceSettings.listLocationsSettings()Returns the object with the settings used for calls to listLocations. -
Uses of ModelServiceClient.ListLocationsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ModelServiceClient.ListLocationsPagedResponseModifier and TypeMethodDescriptionGrpcModelServiceStub.listLocationsPagedCallable()ModelServiceStub.listLocationsPagedCallable()PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ModelServiceClient.ListLocationsPagedResponse> ModelServiceStubSettings.Builder.listLocationsSettings()Returns the builder for the settings used for calls to listLocations.PagedCallSettings<ListLocationsRequest,ListLocationsResponse, ModelServiceClient.ListLocationsPagedResponse> ModelServiceStubSettings.listLocationsSettings()Returns the object with the settings used for calls to listLocations.