Enum IndustryVertical (0.37.0)

public enum IndustryVertical extends Enum<IndustryVertical> implements ProtocolMessageEnum

The industry vertical associated with the DataStore.

Protobuf enum google.cloud.discoveryengine.v1.IndustryVertical

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GENERIC

The generic vertical for documents that are not specific to any industry vertical.

GENERIC = 1;

GENERIC_VALUE

The generic vertical for documents that are not specific to any industry vertical.

GENERIC = 1;

INDUSTRY_VERTICAL_UNSPECIFIED

Value used when unset.

INDUSTRY_VERTICAL_UNSPECIFIED = 0;

INDUSTRY_VERTICAL_UNSPECIFIED_VALUE

Value used when unset.

INDUSTRY_VERTICAL_UNSPECIFIED = 0;

MEDIA

The media industry vertical.

MEDIA = 2;

MEDIA_VALUE

The media industry vertical.

MEDIA = 2;

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()