Enum Engine.AppType (0.90.0)

public enum Engine.AppType extends Enum<Engine.AppType> implements ProtocolMessageEnum

The app of the engine.

Protobuf enum google.cloud.discoveryengine.v1beta.Engine.AppType

Implements

ProtocolMessageEnum

Static Fields

Name Description
APP_TYPE_INTRANET

App type for intranet search and Agentspace.

APP_TYPE_INTRANET = 1;

APP_TYPE_INTRANET_VALUE

App type for intranet search and Agentspace.

APP_TYPE_INTRANET = 1;

APP_TYPE_UNSPECIFIED

All non specified apps.

APP_TYPE_UNSPECIFIED = 0;

APP_TYPE_UNSPECIFIED_VALUE

All non specified apps.

APP_TYPE_UNSPECIFIED = 0;

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