Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::ApplyConversionWorkspaceRequest (v0.3.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

#connection_profile

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

#connection_profile=

def connection_profile=(value) -> ::String
Parameter
  • value (::String) — Fully qualified (Uri) name of the destination connection profile.
Returns
  • (::String) — Fully qualified (Uri) name of the 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}.