ApplyConversionWorkspaceRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for 'ApplyConversionWorkspace' request.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
filter |
str
Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering. |
dry_run |
bool
Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile. |
auto_commit |
bool
Optional. Specifies whether the conversion workspace is to be committed automatically after the apply. |
connection_profile |
str
Optional. Fully qualified (Uri) name of the destination connection profile. This field is a member of oneof _ destination .
|