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
Specifies whether the conversion workspace is to be committed automatically after the conversion.
-
#filter ⇒ ::String
Filter the entities to convert.
-
#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 Specifies whether the conversion workspace is to be committed automatically after the conversion.
745 746 747 748 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 745 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
745 746 747 748 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 745 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}.
745 746 747 748 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 745 class ConvertConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |