Class BigQueryAuditMetadata.Types.EntityInfo (2.0.0)

public sealed class EntityInfo : IMessage<BigQueryAuditMetadata.Types.EntityInfo>, IEquatable<BigQueryAuditMetadata.Types.EntityInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EntityInfo>, IBufferMessage, IMessage

User-provided metadata for an entity, for e.g. dataset, table or model.

Inheritance

Object > BigQueryAuditMetadata.Types.EntityInfo

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

EntityInfo()

public EntityInfo()

EntityInfo(BigQueryAuditMetadata.Types.EntityInfo)

public EntityInfo(BigQueryAuditMetadata.Types.EntityInfo other)
Parameter
NameDescription
otherBigQueryAuditMetadata.Types.EntityInfo

Properties

Description

public string Description { get; set; }

A long description for the entity.

Property Value
TypeDescription
String

FriendlyName

public string FriendlyName { get; set; }

A short name for the entity.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Labels provided for the entity.

Property Value
TypeDescription
MapField<String, String>