Class: Google::Cloud::CloudDMS::V1::ConvertConversionWorkspaceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#auto_commit::Boolean

Returns 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.



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.

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.



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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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