Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest.
Request message for 'ImportMappingRules' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_commit
def auto_commit() -> ::Boolean
Returns
- (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.
#auto_commit=
def auto_commit=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.
Returns
- (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
- (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#rules_files
def rules_files() -> ::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>) — Required. One or more rules files.
#rules_files=
def rules_files=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>) — Required. One or more rules files.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>) — Required. One or more rules files.
#rules_format
def rules_format() -> ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat
Returns
- (::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat) — Required. The format of the rules content file.
#rules_format=
def rules_format=(value) -> ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat
Parameter
- value (::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat) — Required. The format of the rules content file.
Returns
- (::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat) — Required. The format of the rules content file.