public sealed class EntryGroup : IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessage
Entry group 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 of the entry group. Default value is empty.
Property Value | |
---|---|
Type | Description |
SystemTimestamps |
Description
public string Description { get; set; }
Entry group description. Can consist of several sentences or paragraphs that describe the 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.
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 |