public sealed class CloudStoragePath : IMessage<CloudStoragePath>, IEquatable<CloudStoragePath>, IDeepCloneable<CloudStoragePath>, IBufferMessage, IMessageReference 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.
Implements
IMessageCloudStoragePath, IEquatableCloudStoragePath, IDeepCloneableCloudStoragePath, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CloudStoragePath()
public CloudStoragePath()CloudStoragePath(CloudStoragePath)
public CloudStoragePath(CloudStoragePath other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudStoragePath |
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 | |
|---|---|
| Type | Description |
string |
|