public sealed class FileSet : IMessage<CloudStorageOptions.Types.FileSet>, IEquatable<CloudStorageOptions.Types.FileSet>, IDeepCloneable<CloudStorageOptions.Types.FileSet>, IBufferMessage, IMessage
The Cloud Storage url of the file(s) to scan, in the format
gs://<bucket>/<path>. Trailing wildcard in the path is allowed.
If the url ends in a trailing slash, the bucket or directory represented
by the url will be scanned non-recursively (content in sub-directories
will not be scanned). This means that gs://mybucket/ is equivalent to
gs://mybucket/*, and gs://mybucket/directory/ is equivalent to
gs://mybucket/directory/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `FileSet` class within the `Google.Cloud.Dlp.V2` namespace, which is used to define a set of files for scanning operations."],["The latest version available for the `FileSet` class is 4.16.0, and the page lists versions ranging from 2.15.0 up to 4.16.0, allowing users to navigate through them."],["`FileSet` can be created with no parameters using the `FileSet()` constructor, or alternatively, by passing another `CloudStorageOptions.Types.FileSet` instance to the `FileSet(CloudStorageOptions.Types.FileSet other)` constructor."],["The `FileSet` class allows you to set either a specific Cloud Storage URL using the `Url` property or a set of files defined by regular expression using the `RegexFileSet` property to target files for scanning."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with Google's protocol buffers and .NET's object handling."]]],[]]