Google Cloud Data Loss Prevention v2 API - Class CloudStorageResourceReference (4.10.0)

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

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

Identifies a single Cloud Storage bucket.

Inheritance

object > CloudStorageResourceReference

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CloudStorageResourceReference()

public CloudStorageResourceReference()

CloudStorageResourceReference(CloudStorageResourceReference)

public CloudStorageResourceReference(CloudStorageResourceReference other)
Parameter
Name Description
other CloudStorageResourceReference

Properties

BucketName

public string BucketName { get; set; }

Required. The bucket to scan.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. If within a project-level config, then this must match the config's project id.

Property Value
Type Description
string