Google Cloud Data Loss Prevention v2 API - Class DataSourceType (4.8.0)

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.

Inheritance

object > DataSourceType

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataSourceType()

public DataSourceType()

DataSourceType(DataSourceType)

public DataSourceType(DataSourceType other)
Parameter
NameDescription
otherDataSourceType

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
TypeDescription
string