google_api_data_catalog v0.7.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1EntryGroup View Source
EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.
Attributes
dataCatalogTimestamps(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t, default:nil) - Output only. Timestamps about this EntryGroup. Default value is empty timestamps.description(type:String.t, default:nil) - Entry group description, which can consist of several sentences or paragraphs that describe 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) - The resource name of the entry group in URL format. Example:- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1EntryGroup{
dataCatalogTimestamps:
GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t(),
description: String.t(),
displayName: String.t(),
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.