public sealed class DataSourceType : IMessage<DataSourceType>, IEquatable<DataSourceType>, IDeepCloneable<DataSourceType>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataSourceType.
Message used to identify the type of resource being profiled.
Implements
IMessageDataSourceType, IEquatableDataSourceType, IDeepCloneableDataSourceType, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataSourceType()
public DataSourceType()
DataSourceType(DataSourceType)
public DataSourceType(DataSourceType other)
Parameter | |
---|---|
Name | Description |
other |
DataSourceType |
Properties
DataSource
public string DataSource { get; set; }
Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project
Property Value | |
---|---|
Type | Description |
string |