ProjectsLocationsServicesMigrationExecutions
class ProjectsLocationsServicesMigrationExecutions extends Resource (View source)
The "migrationExecutions" collection of methods.
Typical usage is:
$metastoreService = new Google\Service\DataprocMetastore(...);
$migrationExecutions = $metastoreService->projects_locations_services_migrationExecutions;
Methods
delete(string $name, array $optParams = [])
Deletes a single migration execution. (migrationExecutions.delete)
get(string $name, array $optParams = [])
Gets details of a single migration execution. (migrationExecutions.get)
listProjectsLocationsServicesMigrationExecutions(string $parent, array $optParams = [])
Lists migration executions on a service.
Details
Operation
delete(string $name, array $optParams = [])
Deletes a single migration execution. (migrationExecutions.delete)
MigrationExecution
get(string $name, array $optParams = [])
Gets details of a single migration execution. (migrationExecutions.get)
ListMigrationExecutionsResponse
listProjectsLocationsServicesMigrationExecutions(string $parent, array $optParams = [])
Lists migration executions on a service.
(migrationExecutions.listProjectsLocationsServicesMigrationExecutions)