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.
Implements
IMessageDataSource, IEquatableDataSource, IDeepCloneableDataSource, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataSource()
public DataSource()
DataSource(DataSource)
public DataSource(DataSource other)
Parameter | |
---|---|
Name | Description |
other | DataSource |
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 | |
---|---|
Type | Description |
string |
EntityAsEntityName
public EntityName EntityAsEntityName { get; set; }
EntityName-typed view over the Entity resource name property.
Property Value | |
---|---|
Type | Description |
EntityName |
SourceCase
public DataSource.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
DataSourceSourceOneofCase |