View Source GoogleApi.DataMigration.V1.Model.ApplyConversionWorkspaceRequest (google_api_data_migration v0.13.0)

Request message for 'ApplyConversionWorkspace' request.

Attributes

  • autoCommit (type: boolean(), default: nil) - Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.
  • connectionProfile (type: String.t, default: nil) - Optional. Fully qualified (Uri) name of the destination connection profile.
  • dryRun (type: boolean(), default: nil) - Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.
  • filter (type: String.t, default: nil) - Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ApplyConversionWorkspaceRequest{
  autoCommit: boolean() | nil,
  connectionProfile: String.t() | nil,
  dryRun: boolean() | nil,
  filter: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.