public sealed class EntryGroup : IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessage
EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog [Entry][google.cloud.datacatalog.v1.Entry] resources.
Implements
IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
EntryGroup()
public EntryGroup()
EntryGroup(EntryGroup)
public EntryGroup(EntryGroup other)
Parameter | |
---|---|
Name | Description |
other | EntryGroup |
Properties
DataCatalogTimestamps
public SystemTimestamps DataCatalogTimestamps { get; set; }
Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
Property Value | |
---|---|
Type | Description |
SystemTimestamps |
Description
public string Description { get; set; }
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
Property Value | |
---|---|
Type | Description |
String |
EntryGroupName
public EntryGroupName EntryGroupName { get; set; }
EntryGroupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EntryGroupName |
Name
public string Name { get; set; }
The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note: The entry group itself and its child resources might not be stored in the location specified in its name.
Property Value | |
---|---|
Type | Description |
String |