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)

Parameters

string $name

Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number} /locations/{location_id}/services/{service_id}/migrationExecutions/{migration _execution_id}.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

MigrationExecution get(string $name, array $optParams = [])

Gets details of a single migration execution. (migrationExecutions.get)

Parameters

string $name

Required. The relative resource name of the migration execution to retrieve, in the following form:projects/{project_number}/locati ons/{location_id}/services/{service_id}/migrationExecutions/{migration_execut ion_id}.

array $optParams

Optional parameters.

Return Value

MigrationExecution

Exceptions

Exception

ListMigrationExecutionsResponse listProjectsLocationsServicesMigrationExecutions(string $parent, array $optParams = [])

Lists migration executions on a service.

(migrationExecutions.listProjectsLocationsServicesMigrationExecutions)

Parameters

string $parent

Required. The relative resource name of the service whose migration executions to list, in the following form:projects/{project_n umber}/locations/{location_id}/services/{service_id}/migrationExecutions.

array $optParams

Optional parameters.

Return Value

ListMigrationExecutionsResponse

Exceptions

Exception