ProjectsLocationsConversionWorkspacesMappingRules
class ProjectsLocationsConversionWorkspacesMappingRules extends Resource (View source)
The "mappingRules" collection of methods.
Typical usage is:
$datamigrationService = new Google\Service\DatabaseMigrationService(...);
$mappingRules = $datamigrationService->projects_locations_conversionWorkspaces_mappingRules;
Methods
Creates a new mapping rule for a given conversion workspace.
Deletes a single mapping rule. (mappingRules.delete)
Gets the details of a mapping rule. (mappingRules.get)
Imports the mapping rules for a given conversion workspace. Supports various formats of external rules files. (mappingRules.import)
Lists the mapping rules for a specific conversion workspace.
Details
MappingRule
create(string $parent, MappingRule $postBody, array $optParams = [])
Creates a new mapping rule for a given conversion workspace.
(mappingRules.create)
DatamigrationEmpty
delete(string $name, array $optParams = [])
Deletes a single mapping rule. (mappingRules.delete)
MappingRule
get(string $name, array $optParams = [])
Gets the details of a mapping rule. (mappingRules.get)
Operation
import(string $parent, ImportMappingRulesRequest $postBody, array $optParams = [])
Imports the mapping rules for a given conversion workspace. Supports various formats of external rules files. (mappingRules.import)
ListMappingRulesResponse
listProjectsLocationsConversionWorkspacesMappingRules(string $parent, array $optParams = [])
Lists the mapping rules for a specific conversion workspace.
(mappingRules.listProjectsLocationsConversionWorkspacesMappingRules)