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 `CloudStorageFileSet` class represents a set of files within Google Cloud Storage."],["It is part of the `Google.Cloud.Dlp.V2` namespace and is found in the `Google.Cloud.Dlp.V2.dll` assembly."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CloudStorageFileSet` has a `Url` property to define the location of the files, using the `gs://` format, which supports trailing wildcards."],["The most current version available is 4.16.0, with previous versions ranging back to 2.15.0."]]],[]]