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, IMessageReference 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.
Implements
IMessageContentPolicyTypesLoggingConfigTypesLogToBigQuery, IEquatableContentPolicyTypesLoggingConfigTypesLogToBigQuery, IDeepCloneableContentPolicyTypesLoggingConfigTypesLogToBigQuery, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
|