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."],[[["The `CloudStoragePath` class represents a single file or path within Google Cloud Storage and is defined within the `Google.Cloud.Dlp.V2` namespace."],["This class is part of version 3.4.0 of the library, with documented versions ranging from 2.15.0 up to 4.16.0, which is the latest version."],["`CloudStoragePath` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Path` property, a string, is used to store the Cloud Storage URL, such as `gs://[BUCKET_NAME]/dictionary.txt`, without using wildcards."],["The class has 2 constructors, one default and one that takes in another `CloudStoragePath` object."]]],[]]