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-03-24 UTC."],[[["The latest version of the `CloudStoragePath` class is 4.16.0, while version 3.5.0 is also documented here."],["`CloudStoragePath` is a class in the `Google.Cloud.Dlp.V2` namespace, within the `Google.Cloud.Dlp.V2.dll` assembly, that represents a single file or path in Cloud Storage."],["The `CloudStoragePath` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has two constructors, a default constructor, and one that takes another `CloudStoragePath` object, as well as a `Path` property that holds the Cloud Storage URL."]]],[]]