filter property

String? filter
getter/setter pair

This field can be used to select the entities to migrate as part of the migration job.

It uses AIP-160 notation to select a subset of the entities configured on the associated conversion-workspace. This field should not be set on migration-jobs that are not associated with a conversion workspace.

Implementation

core.String? filter;