Uses of Class
com.google.cloud.aiplatform.v1beta1.SearchMigratableResourcesRequest
-
Packages that use SearchMigratableResourcesRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of SearchMigratableResourcesRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return SearchMigratableResourcesRequest Modifier and Type Method Description SearchMigratableResourcesRequestSearchMigratableResourcesRequest.Builder. build()SearchMigratableResourcesRequestSearchMigratableResourcesRequest.Builder. buildPartial()static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. getDefaultInstance()SearchMigratableResourcesRequestSearchMigratableResourcesRequest.Builder. getDefaultInstanceForType()SearchMigratableResourcesRequestSearchMigratableResourcesRequest. getDefaultInstanceForType()static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseDelimitedFrom(InputStream input)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(byte[] data)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(com.google.protobuf.ByteString data)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(InputStream input)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(ByteBuffer data)static SearchMigratableResourcesRequestSearchMigratableResourcesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type SearchMigratableResourcesRequest Modifier and Type Method Description com.google.protobuf.Parser<SearchMigratableResourcesRequest>SearchMigratableResourcesRequest. getParserForType()static io.grpc.MethodDescriptor<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse>MigrationServiceGrpc. getSearchMigratableResourcesMethod()static com.google.protobuf.Parser<SearchMigratableResourcesRequest>SearchMigratableResourcesRequest. parser()com.google.api.gax.rpc.UnaryCallable<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse>MigrationServiceClient. searchMigratableResourcesCallable()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.com.google.api.gax.rpc.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.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceSettings.Builder. searchMigratableResourcesSettings()Returns the builder for the settings used for calls to searchMigratableResources.com.google.api.gax.rpc.PagedCallSettings<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceSettings. searchMigratableResourcesSettings()Returns the object with the settings used for calls to searchMigratableResources.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type SearchMigratableResourcesRequest Modifier and Type Method Description SearchMigratableResourcesRequest.BuilderSearchMigratableResourcesRequest.Builder. mergeFrom(SearchMigratableResourcesRequest other)static SearchMigratableResourcesRequest.BuilderSearchMigratableResourcesRequest. newBuilder(SearchMigratableResourcesRequest prototype)MigrationServiceClient.SearchMigratableResourcesPagedResponseMigrationServiceClient. 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.default voidMigrationServiceGrpc.AsyncService. searchMigratableResources(SearchMigratableResourcesRequest request, io.grpc.stub.StreamObserver<SearchMigratableResourcesResponse> responseObserver)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.SearchMigratableResourcesResponseMigrationServiceGrpc.MigrationServiceBlockingStub. 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.com.google.common.util.concurrent.ListenableFuture<SearchMigratableResourcesResponse>MigrationServiceGrpc.MigrationServiceFutureStub. 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.voidMigrationServiceGrpc.MigrationServiceStub. searchMigratableResources(SearchMigratableResourcesRequest request, io.grpc.stub.StreamObserver<SearchMigratableResourcesResponse> responseObserver)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. -
Uses of SearchMigratableResourcesRequest in com.google.cloud.aiplatform.v1beta1.stub
-