public sealed class EntryGroup : IMessage<EntryGroup>, IEquatable<EntryGroup>, IDeepCloneable<EntryGroup>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class EntryGroup.
An Entry Group represents a logical grouping of one or more Entries.
Implements
IMessageEntryGroup, IEquatableEntryGroup, IDeepCloneableEntryGroup, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntryGroup()
public EntryGroup()EntryGroup(EntryGroup)
public EntryGroup(EntryGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
EntryGroup |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the EntryGroup was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. Description of the EntryGroup.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Optional. User friendly display name.
| 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 |
|
Etag
public string Etag { get; set; }This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Optional. User-defined labels for the EntryGroup.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransferStatus
public TransferStatus TransferStatus { get; set; }Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
| Property Value | |
|---|---|
| Type | Description |
TransferStatus |
|
Uid
public string Uid { get; set; }Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the EntryGroup was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|