public sealed class ContentMetadata : IMessage<ContentMetadata>, IEquatable<ContentMetadata>, IDeepCloneable<ContentMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ContentMetadata.
Metadata on content to be scanned.
Implements
IMessageContentMetadata, IEquatableContentMetadata, IDeepCloneableContentMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ContentMetadata()
public ContentMetadata()ContentMetadata(ContentMetadata)
public ContentMetadata(ContentMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ContentMetadata |
Properties
Properties
public RepeatedField<KeyValueMetadataProperty> Properties { get; }User provided key-value pairs of content metadata.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldKeyValueMetadataProperty |
|