Class CloudStorageFileSet (3.3.0)

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

Message representing a set of files in Cloud Storage.

Inheritance

Object > CloudStorageFileSet

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CloudStorageFileSet()

public CloudStorageFileSet()

CloudStorageFileSet(CloudStorageFileSet)

public CloudStorageFileSet(CloudStorageFileSet other)
Parameter
NameDescription
otherCloudStorageFileSet

Properties

Url

public string Url { get; set; }

The url, in the format gs://&lt;bucket>/&lt;path>. Trailing wildcard in the path is allowed.

Property Value
TypeDescription
String