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

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

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

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://<bucket>/<path>. Trailing wildcard in the path is allowed.

Property Value
TypeDescription
string