public sealed class CloudStorageFileSet : IMessage<CloudStorageFileSet>, IEquatable<CloudStorageFileSet>, IDeepCloneable<CloudStorageFileSet>, IBufferMessage, IMessage
Message representing a set of files in Cloud Storage.
[[["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-03-24 UTC."],[[["The latest version available for `CloudStorageFileSet` is 4.16.0, with several previous versions listed back to 2.15.0."],["`CloudStorageFileSet` is a message class representing a set of files in Cloud Storage within the Google.Cloud.Dlp.V2 namespace."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes a `Url` property that allows setting and retrieving the URL of the Cloud Storage file set in the format `gs://\u003cbucket\u003e/\u003cpath\u003e`, including the possibility of a trailing wildcard."],["There are two constructors available for the CloudStorageFileSet class, one default and another taking an existing CloudStorageFileSet object as a parameter for cloning purposes."]]],[]]