public sealed class CloudStoragePath : IMessage<CloudStoragePath>, IEquatable<CloudStoragePath>, IDeepCloneable<CloudStoragePath>, IBufferMessage, IMessage
Message representing a single file or path 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-04-09 UTC."],[[["This webpage provides documentation for the `CloudStoragePath` class within the `Google.Cloud.Dlp.V2` namespace, detailing its structure and usage."],["The latest version of the `CloudStoragePath` documentation is version 4.16.0, and older versions are available, ranging down to 2.15.0."],["The `CloudStoragePath` class represents a single file or path in Cloud Storage, as defined in the `Google.Cloud.Dlp.V2` assembly."],["It inherits from the base `Object` class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Path` property that allows you to set and get a url representing a file or path in cloud storage, it can not use wildcards."]]],[]]