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

Information related to the source system of the data resource that is represented by the entry.

Attributes

  • ancestors (type: list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor.t), default: nil) - Immutable. The entries representing the ancestors of the data resource in the source system.
  • createTime (type: DateTime.t, default: nil) - The time when the resource was created in the source system.
  • description (type: String.t, default: nil) - A description of the data resource. Maximum length is 2,000 characters.
  • displayName (type: String.t, default: nil) - A user-friendly display name. Maximum length is 500 characters.
  • labels (type: map(), default: nil) - User-defined labels. The maximum size of keys and values is 128 characters each.
  • location (type: String.t, default: nil) - Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.
  • platform (type: String.t, default: nil) - The platform containing the source system. Maximum length is 64 characters.
  • resource (type: String.t, default: nil) - The name of the resource in the source system. Maximum length is 4,000 characters.
  • system (type: String.t, default: nil) - The name of the source system. Maximum length is 64 characters.
  • updateTime (type: DateTime.t, default: nil) - The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySource{
  ancestors:
    [GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor.t()]
    | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  labels: map() | nil,
  location: String.t() | nil,
  platform: String.t() | nil,
  resource: String.t() | nil,
  system: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.