Google Cloud Data Loss Prevention v2 API - Class TagFilters (4.22.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TagFilters.

Tags to match against for filtering.

Inheritance

object > TagFilters

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TagFilters()

public TagFilters()

TagFilters(TagFilters)

public TagFilters(TagFilters other)
Parameter
Name Description
other TagFilters

Properties

TagFilters_

public RepeatedField<TagFilter> TagFilters_ { get; }

Required. A resource must match ALL of the specified tag filters to be included in the collection.

Property Value
Type Description
RepeatedFieldTagFilter