Enum InputConfig.EntityType (0.37.0)

public enum InputConfig.EntityType extends Enum<InputConfig.EntityType> implements ProtocolMessageEnum

The type of entities we will support. Currently, we only support people, establishment, property, and product types. If the type is unspecified, it will be generic type.

Protobuf enum google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENTITY_TYPE_UNSPECIFIED

The default value.

ENTITY_TYPE_UNSPECIFIED = 0;

ENTITY_TYPE_UNSPECIFIED_VALUE

The default value.

ENTITY_TYPE_UNSPECIFIED = 0;

ESTABLISHMENT

Establishment entity.

ESTABLISHMENT = 2 [deprecated = true];

ESTABLISHMENT_VALUE

Establishment entity.

ESTABLISHMENT = 2 [deprecated = true];

LOCAL_BUSINESS

Local Business entity.

LOCAL_BUSINESS = 6;

LOCAL_BUSINESS_VALUE

Local Business entity.

LOCAL_BUSINESS = 6;

ORGANIZATION

Organization entity.

ORGANIZATION = 5;

ORGANIZATION_VALUE

Organization entity.

ORGANIZATION = 5;

PEOPLE

People entity.

PEOPLE = 1 [deprecated = true];

PEOPLE_VALUE

People entity.

PEOPLE = 1 [deprecated = true];

PERSON

Person entity.

PERSON = 7;

PERSON_VALUE

Person entity.

PERSON = 7;

PRODUCT

Product entity.

PRODUCT = 4;

PRODUCT_VALUE

Product entity.

PRODUCT = 4;

PROPERTY

Property entity. e.g. real estate property.

PROPERTY = 3 [deprecated = true];

PROPERTY_VALUE

Property entity. e.g. real estate property.

PROPERTY = 3 [deprecated = true];

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()