public sealed class EntryGroup : IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class EntryGroup.
Entry group metadata.
An EntryGroup resource represents a logical grouping of zero or more
Data Catalog [Entry][google.cloud.datacatalog.v1.Entry] resources.
Implements
IMessageEntryGroup, IEquatableEntryGroup, IDeepCloneableEntryGroup, 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; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransferredToDataplex
public bool TransferredToDataplex { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|