Class DataMigrationServiceGrpc.DataMigrationServiceBlockingStub

    • Method Detail

      • createMigrationJob

        public com.google.longrunning.Operation createMigrationJob​(CreateMigrationJobRequest request)
         Creates a new migration job in a given project and location.
         
      • updateMigrationJob

        public com.google.longrunning.Operation updateMigrationJob​(UpdateMigrationJobRequest request)
         Updates the parameters of a single migration job.
         
      • deleteMigrationJob

        public com.google.longrunning.Operation deleteMigrationJob​(DeleteMigrationJobRequest request)
         Deletes a single migration job.
         
      • startMigrationJob

        public com.google.longrunning.Operation startMigrationJob​(StartMigrationJobRequest request)
         Start an already created migration job.
         
      • stopMigrationJob

        public com.google.longrunning.Operation stopMigrationJob​(StopMigrationJobRequest request)
         Stops a running migration job.
         
      • resumeMigrationJob

        public com.google.longrunning.Operation resumeMigrationJob​(ResumeMigrationJobRequest request)
         Resume a migration job that is currently stopped and is resumable (was
         stopped during CDC phase).
         
      • promoteMigrationJob

        public com.google.longrunning.Operation promoteMigrationJob​(PromoteMigrationJobRequest request)
         Promote a migration job, stopping replication to the destination and
         promoting the destination to be a standalone database.
         
      • verifyMigrationJob

        public com.google.longrunning.Operation verifyMigrationJob​(VerifyMigrationJobRequest request)
         Verify a migration job, making sure the destination can reach the source
         and that all configuration and prerequisites are met.
         
      • restartMigrationJob

        public com.google.longrunning.Operation restartMigrationJob​(RestartMigrationJobRequest request)
         Restart a stopped or failed migration job, resetting the destination
         instance to its original state and starting the migration process from
         scratch.
         
      • generateSshScript

        public SshScript generateSshScript​(GenerateSshScriptRequest request)
         Generate a SSH configuration script to configure the reverse SSH
         connectivity.
         
      • createConnectionProfile

        public com.google.longrunning.Operation createConnectionProfile​(CreateConnectionProfileRequest request)
         Creates a new connection profile in a given project and location.
         
      • updateConnectionProfile

        public com.google.longrunning.Operation updateConnectionProfile​(UpdateConnectionProfileRequest request)
         Update the configuration of a single connection profile.
         
      • deleteConnectionProfile

        public com.google.longrunning.Operation deleteConnectionProfile​(DeleteConnectionProfileRequest request)
         Deletes a single Database Migration Service connection profile.
         A connection profile can only be deleted if it is not in use by any
         active migration jobs.
         
      • createPrivateConnection

        public com.google.longrunning.Operation createPrivateConnection​(CreatePrivateConnectionRequest request)
         Creates a new private connection in a given project and location.
         
      • deletePrivateConnection

        public com.google.longrunning.Operation deletePrivateConnection​(DeletePrivateConnectionRequest request)
         Deletes a single Database Migration Service private connection.
         
      • createConversionWorkspace

        public com.google.longrunning.Operation createConversionWorkspace​(CreateConversionWorkspaceRequest request)
         Creates a new conversion workspace in a given project and location.
         
      • updateConversionWorkspace

        public com.google.longrunning.Operation updateConversionWorkspace​(UpdateConversionWorkspaceRequest request)
         Updates the parameters of a single conversion workspace.
         
      • deleteConversionWorkspace

        public com.google.longrunning.Operation deleteConversionWorkspace​(DeleteConversionWorkspaceRequest request)
         Deletes a single conversion workspace.
         
      • deleteMappingRule

        public com.google.protobuf.Empty deleteMappingRule​(DeleteMappingRuleRequest request)
         Deletes a single mapping rule.
         
      • seedConversionWorkspace

        public com.google.longrunning.Operation seedConversionWorkspace​(SeedConversionWorkspaceRequest request)
         Imports a snapshot of the source database into the
         conversion workspace.
         
      • importMappingRules

        public com.google.longrunning.Operation importMappingRules​(ImportMappingRulesRequest request)
         Imports the mapping rules for a given conversion workspace.
         Supports various formats of external rules files.
         
      • convertConversionWorkspace

        public com.google.longrunning.Operation convertConversionWorkspace​(ConvertConversionWorkspaceRequest request)
         Creates a draft tree schema for the destination database.
         
      • commitConversionWorkspace

        public com.google.longrunning.Operation commitConversionWorkspace​(CommitConversionWorkspaceRequest request)
         Marks all the data in the conversion workspace as committed.
         
      • rollbackConversionWorkspace

        public com.google.longrunning.Operation rollbackConversionWorkspace​(RollbackConversionWorkspaceRequest request)
         Rolls back a conversion workspace to the last committed snapshot.
         
      • applyConversionWorkspace

        public com.google.longrunning.Operation applyConversionWorkspace​(ApplyConversionWorkspaceRequest request)
         Applies draft tree onto a specific destination database.
         
      • describeDatabaseEntities

        public DescribeDatabaseEntitiesResponse describeDatabaseEntities​(DescribeDatabaseEntitiesRequest request)
         Describes the database entities tree for a specific conversion workspace
         and a specific tree type.
         Database entities are not resources like conversion workspaces or mapping
         rules, and they can't be created, updated or deleted. Instead, they are
         simple data objects describing the structure of the client database.
         
      • searchBackgroundJobs

        public SearchBackgroundJobsResponse searchBackgroundJobs​(SearchBackgroundJobsRequest request)
         Searches/lists the background jobs for a specific
         conversion workspace.
         The background jobs are not resources like conversion workspaces or
         mapping rules, and they can't be created, updated or deleted.
         Instead, they are a way to expose the data plane jobs log.
         
      • fetchStaticIps

        public FetchStaticIpsResponse fetchStaticIps​(FetchStaticIpsRequest request)
         Fetches a set of static IP addresses that need to be allowlisted by the
         customer when using the static-IP connectivity method.