Google Cloud Data Loss Prevention v2 API - Class CloudStoragePath (4.8.0)

public sealed class CloudStoragePath : IMessage<CloudStoragePath>, IEquatable<CloudStoragePath>, IDeepCloneable<CloudStoragePath>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CloudStoragePath.

Message representing a single file or path in Cloud Storage.

Inheritance

object > CloudStoragePath

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CloudStoragePath()

public CloudStoragePath()

CloudStoragePath(CloudStoragePath)

public CloudStoragePath(CloudStoragePath other)
Parameter
NameDescription
otherCloudStoragePath

Properties

Path

public string Path { get; set; }

A URL representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt

Property Value
TypeDescription
string