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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eFileSet\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which is used to define a set of files for scanning operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eFileSet\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFileSet\u003c/code\u003e can be created with no parameters using the \u003ccode\u003eFileSet()\u003c/code\u003e constructor, or alternatively, by passing another \u003ccode\u003eCloudStorageOptions.Types.FileSet\u003c/code\u003e instance to the \u003ccode\u003eFileSet(CloudStorageOptions.Types.FileSet other)\u003c/code\u003e constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFileSet\u003c/code\u003e class allows you to set either a specific Cloud Storage URL using the \u003ccode\u003eUrl\u003c/code\u003e property or a set of files defined by regular expression using the \u003ccode\u003eRegexFileSet\u003c/code\u003e property to target files for scanning.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its integration with Google's protocol buffers and .NET's object handling.\u003c/p\u003e\n"]]],[],null,[]]