View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntryGroup (google_api_dataplex v0.20.0)
An Entry Group represents a logical grouping of one or more Entries.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the EntryGroup was created. -
description
(type:String.t
, default:nil
) - Optional. Description of the EntryGroup. -
displayName
(type:String.t
, default:nil
) - Optional. User friendly display name. -
etag
(type:String.t
, default:nil
) - This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. -
labels
(type:map()
, default:nil
) - Optional. User-defined labels for the EntryGroup. -
name
(type:String.t
, default:nil
) - Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}. -
transferStatus
(type:String.t
, default:nil
) - Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API. -
uid
(type:String.t
, default:nil
) - Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the EntryGroup was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntryGroup{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, name: String.t() | nil, transferStatus: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }