Data Catalog v1 API - Class EntryGroup (2.12.0)

public sealed class EntryGroup : IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > EntryGroup

Namespace

Google.Cloud.DataCatalog.V1

Assembly

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