partial void Modify_SearchMigratableResourcesRequest(ref SearchMigratableResourcesRequest request, ref gaxgrpc::CallSettings settings);
 /// <summary>
 /// 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.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A pageable asynchronous sequence of <see cref="MigratableResource"/> resources.</returns>
 public override gax::PagedAsyncEnumerable <SearchMigratableResourcesResponse, MigratableResource> SearchMigratableResourcesAsync(SearchMigratableResourcesRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_SearchMigratableResourcesRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource>(_callSearchMigratableResources, request, callSettings));
 }
 /// <summary>
 /// 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.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A pageable asynchronous sequence of <see cref="MigratableResource"/> resources.</returns>
 public virtual gax::PagedAsyncEnumerable <SearchMigratableResourcesResponse, MigratableResource> SearchMigratableResourcesAsync(SearchMigratableResourcesRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();