Cloud Dataplex v1 API - Class DataSource (2.3.0)

public sealed class DataSource : IMessage<DataSource>, IEquatable<DataSource>, IDeepCloneable<DataSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataSource.

The data source for DataScan.

Inheritance

object > DataSource

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataSource()

public DataSource()

DataSource(DataSource)

public DataSource(DataSource other)
Parameter
NameDescription
otherDataSource

Properties

Entity

public string Entity { get; set; }

Immutable. The dataplex entity that contains the data for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Property Value
TypeDescription
string

EntityAsEntityName

public EntityName EntityAsEntityName { get; set; }

EntityName-typed view over the Entity resource name property.

Property Value
TypeDescription
EntityName

SourceCase

public DataSource.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
DataSourceSourceOneofCase