Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::ApplyConversionWorkspaceRequest (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ApplyConversionWorkspaceRequest.

Request message for 'ApplyConversionWorkspace' request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_commit

def auto_commit() -> ::Boolean
Returns
  • (::Boolean) — Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.

#auto_commit=

def auto_commit=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

#connection_profile

def connection_profile() -> ::String
Returns
  • (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.

#connection_profile=

def connection_profile=(value) -> ::String
Parameter
  • value (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.
Returns
  • (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.

#dry_run

def dry_run() -> ::Boolean
Returns
  • (::Boolean) — Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.

#dry_run=

def dry_run=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

#filter

def filter() -> ::String
Returns
  • (::String) — Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.

#name

def name() -> ::String
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}.

#name=

def name=(value) -> ::String
Parameter
  • value (::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}.
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}.