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) — Specifies whether the conversion workspace is to be committed automatically after the conversion.
#auto_commit=
def auto_commit=(value) -> ::Boolean
Parameter
- value (::Boolean) — Specifies whether the conversion workspace is to be committed automatically after the conversion.
Returns
- (::Boolean) — Specifies whether the conversion workspace is to be committed automatically after the conversion.
#filter
def filter() -> ::String
Returns
- (::String) — 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) — Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
Returns
- (::String) — 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}.