Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ConvertConversionWorkspaceRequest.
Request message for 'ConvertConversionWorkspace' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_commit
def auto_commit() -> ::Boolean
Returns
- (::Boolean) — Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
#auto_commit=
def auto_commit=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
Returns
- (::Boolean) — Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
#convert_full_path
def convert_full_path() -> ::Boolean
Returns
- (::Boolean) — Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
#convert_full_path=
def convert_full_path=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
Returns
- (::Boolean) — Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
Returns
- (::String) — Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
#name
def name() -> ::String
Returns
- (::String) — Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
- (::String) — Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.