public interface EntityGraphEnrichmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataTable()
public abstract String getDataTable()The name of the data table.
string data_table = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The dataTable. |
getDataTableBytes()
public abstract ByteString getDataTableBytes()The name of the data table.
string data_table = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataTable. |
getEnrichmentType()
public abstract EntityGraphEnrichment.EnrichmentType getEnrichmentType()The type of enrichment.
.google.backstory.EntityGraphEnrichment.EnrichmentType enrichment_type = 3;
| Returns | |
|---|---|
| Type | Description |
EntityGraphEnrichment.EnrichmentType |
The enrichmentType. |
getEnrichmentTypeValue()
public abstract int getEnrichmentTypeValue()The type of enrichment.
.google.backstory.EntityGraphEnrichment.EnrichmentType enrichment_type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for enrichmentType. |
getOverriddenEntity()
public abstract Entity getOverriddenEntity()The entity which has only the overridden fields populated. Only populated if the enrichment type is OVERRIDE.
.google.backstory.Entity overridden_entity = 2;
| Returns | |
|---|---|
| Type | Description |
Entity |
The overriddenEntity. |
getOverriddenEntityOrBuilder()
public abstract EntityOrBuilder getOverriddenEntityOrBuilder()The entity which has only the overridden fields populated. Only populated if the enrichment type is OVERRIDE.
.google.backstory.Entity overridden_entity = 2;
| Returns | |
|---|---|
| Type | Description |
EntityOrBuilder |
|
hasOverriddenEntity()
public abstract boolean hasOverriddenEntity()The entity which has only the overridden fields populated. Only populated if the enrichment type is OVERRIDE.
.google.backstory.Entity overridden_entity = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the overriddenEntity field is set. |