public interface DataSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntity()
public abstract String getEntity()
Immutable. The Dataplex entity that represents the data source (e.g.
BigQuery table) for DataScan, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
.
string entity = 100;
Returns | |
---|---|
Type | Description |
String |
The entity. |
getEntityBytes()
public abstract ByteString getEntityBytes()
Immutable. The Dataplex entity that represents the data source (e.g.
BigQuery table) for DataScan, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
.
string entity = 100;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entity. |
getSourceCase()
public abstract DataSource.SourceCase getSourceCase()
Returns | |
---|---|
Type | Description |
DataSource.SourceCase |
hasEntity()
public abstract boolean hasEntity()
Immutable. The Dataplex entity that represents the data source (e.g.
BigQuery table) for DataScan, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
.
string entity = 100;
Returns | |
---|---|
Type | Description |
boolean |
Whether the entity field is set. |