GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1EntryGroup (google_api_data_catalog v0.32.2)
View SourceEntry group metadata. An EntryGroup
resource represents a logical grouping of zero or more Data Catalog Entry resources.
Attributes
-
dataCatalogTimestamps
(type:GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps.t
, default:nil
) - Output only. Timestamps of the entry group. Default value is empty. -
description
(type:String.t
, default:nil
) - Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string. -
displayName
(type:String.t
, default:nil
) - A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string. -
name
(type:String.t
, default:nil
) - Identifier. The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name. -
transferredToDataplex
(type:boolean()
, default:nil
) - Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However, new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it cannot be unset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1EntryGroup{ dataCatalogTimestamps: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, transferredToDataplex: boolean() | nil }