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 `CloudStoragePath` class represents a file or path within Google Cloud Storage and is part of the Google.Cloud.Dlp.V2 namespace in the .NET library."],["This class, which can be found in the Google.Cloud.Dlp.V2.dll assembly, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 4.16.0, and the page provides links to documentation for multiple previous versions of the library, going as far back as version 2.15.0."],["The `CloudStoragePath` class has a single property named `Path` of type `string`, which is a URL representing the location of a file in Cloud Storage."],["There are two constructors available for the class, one empty and the other to create a new `CloudStoragePath` using an existing one."]]],[]]