View Source GoogleApi.Metastore.V1beta.Model.StartMigrationRequest (google_api_metastore v0.9.0)

Request message for DataprocMetastore.StartMigration.

Attributes

  • migrationExecution (type: GoogleApi.Metastore.V1beta.Model.MigrationExecution.t, default: nil) - Required. The configuration details for the migration.
  • requestId (type: String.t, default: nil) - Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.StartMigrationRequest{
  migrationExecution:
    GoogleApi.Metastore.V1beta.Model.MigrationExecution.t() | nil,
  requestId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.