Uses of Class
com.google.cloud.aiplatform.v1.MigrationServiceClient.SearchMigratableResourcesPagedResponse
Packages that use MigrationServiceClient.SearchMigratableResourcesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of MigrationServiceClient.SearchMigratableResourcesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MigrationServiceClient.SearchMigratableResourcesPagedResponseModifier and TypeMethodDescriptionMigrationServiceClient.searchMigratableResources(LocationName parent) Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.MigrationServiceClient.searchMigratableResources(SearchMigratableResourcesRequest request) Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.MigrationServiceClient.searchMigratableResources(String parent) Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MigrationServiceClient.SearchMigratableResourcesPagedResponseModifier and TypeMethodDescriptionMigrationServiceClient.SearchMigratableResourcesPagedResponse.createAsync(PageContext<SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource> context, ApiFuture<SearchMigratableResourcesResponse> futureResponse) final UnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceClient.searchMigratableResourcesPagedCallable()Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceSettings.Builder.searchMigratableResourcesSettings()Returns the builder for the settings used for calls to searchMigratableResources.PagedCallSettings<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceSettings.searchMigratableResourcesSettings()Returns the object with the settings used for calls to searchMigratableResources. -
Uses of MigrationServiceClient.SearchMigratableResourcesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type MigrationServiceClient.SearchMigratableResourcesPagedResponseModifier and TypeMethodDescriptionUnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse> GrpcMigrationServiceStub.searchMigratableResourcesPagedCallable()UnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceStub.searchMigratableResourcesPagedCallable()PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceStubSettings.Builder.searchMigratableResourcesSettings()Returns the builder for the settings used for calls to searchMigratableResources.PagedCallSettings<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, MigrationServiceClient.SearchMigratableResourcesPagedResponse> MigrationServiceStubSettings.searchMigratableResourcesSettings()Returns the object with the settings used for calls to searchMigratableResources.