public sealed class CloudStorageFileSet : IMessage<CloudStorageFileSet>, IEquatable<CloudStorageFileSet>, IDeepCloneable<CloudStorageFileSet>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CloudStorageFileSet.
Message representing a set of files in Cloud Storage.
Implements
IMessageCloudStorageFileSet, IEquatableCloudStorageFileSet, IDeepCloneableCloudStorageFileSet, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CloudStorageFileSet()
public CloudStorageFileSet()CloudStorageFileSet(CloudStorageFileSet)
public CloudStorageFileSet(CloudStorageFileSet other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudStorageFileSet |
Properties
Url
public string Url { get; set; }The url, in the format gs://<bucket>/<path>. Trailing wildcard in the
path is allowed.
| Property Value | |
|---|---|
| Type | Description |
string |
|