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 SearchMigratableResourcesRequest
SearchMigratableResourcesRequest.Builder. build()
SearchMigratableResourcesRequest
SearchMigratableResourcesRequest.Builder. buildPartial()
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. getDefaultInstance()
SearchMigratableResourcesRequest
SearchMigratableResourcesRequest.Builder. getDefaultInstanceForType()
SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. getDefaultInstanceForType()
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseDelimitedFrom(InputStream input)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(byte[] data)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(com.google.protobuf.ByteString data)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(InputStream input)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. parseFrom(ByteBuffer data)
static SearchMigratableResourcesRequest
SearchMigratableResourcesRequest. 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.Builder
SearchMigratableResourcesRequest.Builder. mergeFrom(SearchMigratableResourcesRequest other)
static SearchMigratableResourcesRequest.Builder
SearchMigratableResourcesRequest. newBuilder(SearchMigratableResourcesRequest prototype)
MigrationServiceClient.SearchMigratableResourcesPagedResponse
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.default void
MigrationServiceGrpc.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.SearchMigratableResourcesResponse
MigrationServiceGrpc.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.void
MigrationServiceGrpc.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
-