public sealed class FileStoreCollection : IMessage<FileStoreCollection>, IEquatable<FileStoreCollection>, IDeepCloneable<FileStoreCollection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class FileStoreCollection.
Match file stores (e.g. buckets) using filters.
Implements
IMessageFileStoreCollection, IEquatableFileStoreCollection, IDeepCloneableFileStoreCollection, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
FileStoreCollection()
public FileStoreCollection()
FileStoreCollection(FileStoreCollection)
public FileStoreCollection(FileStoreCollection other)
Parameter | |
---|---|
Name | Description |
other |
FileStoreCollection |
Properties
IncludeRegexes
public FileStoreRegexes IncludeRegexes { get; set; }
Optional. A collection of regular expressions to match a file store against.
Property Value | |
---|---|
Type | Description |
FileStoreRegexes |
IncludeTags
public TagFilters IncludeTags { get; set; }
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.
Property Value | |
---|---|
Type | Description |
TagFilters |
PatternCase
public FileStoreCollection.PatternOneofCase PatternCase { get; }
Property Value | |
---|---|
Type | Description |
FileStoreCollectionPatternOneofCase |