Class: Google::Cloud::CloudDMS::V1::ApplyConversionWorkspaceRequest

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 'ApplyConversionWorkspace' 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 apply.

Returns:

  • (::Boolean)

    Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.



772
773
774
775
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 772

class ApplyConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#connection_profile::String

Returns Optional. Fully qualified (Uri) name of the destination connection profile.

Returns:

  • (::String)

    Optional. Fully qualified (Uri) name of the destination connection profile.



772
773
774
775
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 772

class ApplyConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dry_run::Boolean

Returns Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.

Returns:

  • (::Boolean)

    Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.



772
773
774
775
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 772

class ApplyConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::String

Returns Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

Returns:

  • (::String)

    Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.



772
773
774
775
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 772

class ApplyConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Returns:

  • (::String)

    Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.



772
773
774
775
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 772

class ApplyConversionWorkspaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end