public sealed class DiscoveryCloudSqlConditions : IMessage<DiscoveryCloudSqlConditions>, IEquatable<DiscoveryCloudSqlConditions>, IDeepCloneable<DiscoveryCloudSqlConditions>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryCloudSqlConditions.
Requirements that must be true before a table is profiled for the first time.
Implements
IMessageDiscoveryCloudSqlConditions, IEquatableDiscoveryCloudSqlConditions, IDeepCloneableDiscoveryCloudSqlConditions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryCloudSqlConditions()
public DiscoveryCloudSqlConditions()DiscoveryCloudSqlConditions(DiscoveryCloudSqlConditions)
public DiscoveryCloudSqlConditions(DiscoveryCloudSqlConditions other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryCloudSqlConditions |
Properties
DatabaseEngines
public RepeatedField<DiscoveryCloudSqlConditions.Types.DatabaseEngine> DatabaseEngines { get; }Optional. Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDiscoveryCloudSqlConditionsTypesDatabaseEngine |
|
Types_
public RepeatedField<DiscoveryCloudSqlConditions.Types.DatabaseResourceType> Types_ { get; }Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDiscoveryCloudSqlConditionsTypesDatabaseResourceType |
|