Class: Google::Cloud::CloudDMS::V1::ConvertConversionWorkspaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ConvertConversionWorkspaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'ConvertConversionWorkspace' request.
Instance Attribute Summary collapse
-
#auto_commit ⇒ ::Boolean
Optional.
-
#convert_full_path ⇒ ::Boolean
Optional.
-
#filter ⇒ ::String
Optional.
-
#name ⇒ ::String
Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Instance Attribute Details
#auto_commit ⇒ ::Boolean
Returns Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 867 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#convert_full_path ⇒ ::Boolean
Returns 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.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 867 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 867 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 867 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |