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 of CloudStorageFileSet is 4.16.0, which is part of the Google.Cloud.Dlp.V2 namespace."],["CloudStorageFileSet is a class representing a set of files stored in Cloud Storage, and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class includes two constructors: a default constructor and one that accepts another CloudStorageFileSet instance for copying."],["The class has a \"Url\" property that allows you to define the location of files in Cloud Storage using the format `gs://\u003cbucket\u003e/\u003cpath\u003e`, and it allows a trailing wildcard in the path."],["The class contains multiple version references, ranging from 2.15.0 up to the most recent version, 4.16.0."]]],[]]