Class MigrationServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.MigrationServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMigrationServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class MigrationServiceStub
extends Object
implements BackgroundResource
Base stub class for the MigrationService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<BatchMigrateResourcesRequest,BatchMigrateResourcesResponse, BatchMigrateResourcesOperationMetadata> abstract voidclose()UnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
MigrationServiceStub
public MigrationServiceStub()
-
-
Method Details
-
getOperationsStub
-
searchMigratableResourcesPagedCallable
public UnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse> searchMigratableResourcesPagedCallable() -
searchMigratableResourcesCallable
public UnaryCallable<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse> searchMigratableResourcesCallable() -
batchMigrateResourcesOperationCallable
public OperationCallable<BatchMigrateResourcesRequest,BatchMigrateResourcesResponse, batchMigrateResourcesOperationCallable()BatchMigrateResourcesOperationMetadata> -
batchMigrateResourcesCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,MigrationServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-