View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ActionInvalidDataFormat (google_api_dataplex v0.17.0)

Action details for invalid or unsupported data files detected by discovery.

Attributes

  • expectedFormat (type: String.t, default: nil) - The expected data format of the entity.
  • newFormat (type: String.t, default: nil) - The new unexpected data format within the entity.
  • sampledDataLocations (type: list(String.t), default: nil) - The list of data locations sampled and used for format/schema inference.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ActionInvalidDataFormat{
    expectedFormat: String.t() | nil,
    newFormat: String.t() | nil,
    sampledDataLocations: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.