public sealed class CloudStoragePath : IMessage<CloudStoragePath>, IEquatable<CloudStoragePath>, IDeepCloneable<CloudStoragePath>, IBufferMessage, IMessageMessage representing a single file or path in Cloud Storage.
Implements
IMessage<CloudStoragePath>, IEquatable<CloudStoragePath>, IDeepCloneable<CloudStoragePath>, 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 |
|