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 and is located in the `Google.Cloud.Dlp.V2` namespace, within the `Google.Cloud.Dlp.V2.dll` assembly."],["This class has several versioned releases, with version 4.16.0 being the latest, as part of the `Google.Cloud.Dlp.V2` documentation."],["The `CloudStorageFileSet` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and another that accepts a `CloudStorageFileSet` object for copying."],["It contains a public string property called `Url`, which stores the Cloud Storage URL in the `gs://\u003cbucket\u003e/\u003cpath\u003e` format, and supports wildcard usage in the path."]]],[]]