Class CreateMigrationWorkflowRequest (0.4.2)

CreateMigrationWorkflowRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to create a migration workflow resource.

Attributes

NameDescription
parent str
Required. The name of the project to which this migration workflow belongs. Example: ``projects/foo/locations/bar``
migration_workflow google.cloud.bigquery_migration_v2alpha.types.MigrationWorkflow
Required. The migration workflow to create.

Inheritance

builtins.object > proto.message.Message > CreateMigrationWorkflowRequest