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 details the `CloudStoragePath` class, which represents a single file or path within Google Cloud Storage."],["The `CloudStoragePath` class is part of the `Google.Cloud.Dlp.V2` namespace, found within the `Google.Cloud.Dlp.V2.dll` assembly, with the latest version being 4.16.0, and has been tracked in versions as low as 2.15.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods from `System.Object`."],["The `CloudStoragePath` class includes a `Path` property, which is a string that contains the Cloud Storage file or path's URL (e.g., `gs://[BUCKET_NAME]/dictionary.txt`)."],["There are two possible constructors, with one being the default and another being a copy constructor where it takes another instance of `CloudStoragePath` as the parameter."]]],[]]