Show / Hide Table of Contents

Class GooglePrivacyDlpV2FileStoreCollection

Match file stores (e.g. buckets) using filters.

Inheritance
object
GooglePrivacyDlpV2FileStoreCollection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2FileStoreCollection : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeRegexes

Optional. A collection of regular expressions to match a file store against.

Declaration
[JsonProperty("includeRegexes")]
public virtual GooglePrivacyDlpV2FileStoreRegexes IncludeRegexes { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FileStoreRegexes

IncludeTags

Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag filters are provided, match all provided tag filters. - If one or more patterns are specified, match at least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see Manage schedules.

Declaration
[JsonProperty("includeTags")]
public virtual GooglePrivacyDlpV2TagFilters IncludeTags { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TagFilters

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX