Google Cloud Audit API - Class BigQueryAuditMetadata.Types.EntityInfo (2.4.0)

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

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.EntityInfo.

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(EntityInfo)

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

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
MapFieldstringstring