Google Cloud Data Loss Prevention v2 API - Class ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery (4.27.0)

public sealed class ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery : IMessage<ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery>, IEquatable<ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery>, IDeepCloneable<ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery.

Configuration for logging content policy actions to BigQuery.

Inheritance

object > ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

LogToBigQuery()

public LogToBigQuery()

LogToBigQuery(LogToBigQuery)

public LogToBigQuery(ContentPolicy.Types.LoggingConfig.Types.LogToBigQuery other)
Parameter
Name Description
other ContentPolicyTypesLoggingConfigTypesLogToBigQuery

Properties

DatasetId

public string DatasetId { get; set; }

Required. The ID of the dataset containing the BigQuery table to write to.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project containing the BigQuery table to write to.

Property Value
Type Description
string

TableId

public string TableId { get; set; }

Required. The ID of the BigQuery table to write to.

Property Value
Type Description
string