public interface DataSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntity()
public abstract String getEntity() 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}.
string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
String |
The entity. |
getEntityBytes()
public abstract ByteString getEntityBytes() 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}.
string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for entity. |
getSourceCase()
public abstract DataSource.SourceCase getSourceCase()| Type | Description |
DataSource.SourceCase |
hasEntity()
public abstract boolean hasEntity() 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}.
string entity = 100 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
boolean |
Whether the entity field is set. |