public sealed class CloudStorageResourceReference : IMessage<CloudStorageResourceReference>, IEquatable<CloudStorageResourceReference>, IDeepCloneable<CloudStorageResourceReference>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CloudStorageResourceReference.
Identifies a single Cloud Storage bucket.
Implements
IMessageCloudStorageResourceReference, IEquatableCloudStorageResourceReference, IDeepCloneableCloudStorageResourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
|