Class SeedConversionWorkspaceRequest (1.9.2)

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

Request message for 'SeedConversionWorkspace' request.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
auto_commit bool
Should the conversion workspace be committed automatically after the seed operation.
source_connection_profile str
Optional. Fully qualified (Uri) name of the source connection profile. This field is a member of oneof_ seed_from.
destination_connection_profile str
Optional. Fully qualified (Uri) name of the destination connection profile. This field is a member of oneof_ seed_from.