View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySource (google_api_dataplex v0.13.0)
EntrySource contains information related to the source system of the Entry.
Attributes
-
ancestors
(type:list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor.t)
, default:nil
) - Immutable. The ancestors of the Entry in the source system. -
createTime
(type:DateTime.t
, default:nil
) - The create time of the resource in the source system. -
description
(type:String.t
, default:nil
) - Description of the Entry. The maximum size of the field is 2000 characters. -
displayName
(type:String.t
, default:nil
) - User friendly display name. The maximum size of the field 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 EntryGroup 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. The maximum size of the field is 64 characters. -
resource
(type:String.t
, default:nil
) - The name of the resource in the source system. The maximum size of the field is 4000 characters. -
system
(type:String.t
, default:nil
) - The name of the source system. The maximum size of the field is 64 characters. -
updateTime
(type:DateTime.t
, default:nil
) - The update time of the resource in the source system.
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
Unwrap a decoded JSON object into its complex fields.