Enum EntityGraphEnrichment.EnrichmentType (0.3.0)

public enum EntityGraphEnrichment.EnrichmentType extends Enum<EntityGraphEnrichment.EnrichmentType> implements ProtocolMessageEnum

Type of enrichment.

Protobuf enum google.backstory.EntityGraphEnrichment.EnrichmentType

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPEND

The data table was appended to the entity graph.

APPEND = 1;

APPEND_VALUE

The data table was appended to the entity graph.

APPEND = 1;

ENRICHMENT_TYPE_UNSPECIFIED

Enrichment type is unspecified.

ENRICHMENT_TYPE_UNSPECIFIED = 0;

ENRICHMENT_TYPE_UNSPECIFIED_VALUE

Enrichment type is unspecified.

ENRICHMENT_TYPE_UNSPECIFIED = 0;

OVERRIDE

The entity graph was overridden by the data table.

OVERRIDE = 2;

OVERRIDE_VALUE

The entity graph was overridden by the data table.

OVERRIDE = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()