Enum Session.State (0.39.0)

public enum Session.State extends Enum<Session.State> implements ProtocolMessageEnum

Enumeration of the state of the session.

Protobuf enum google.cloud.discoveryengine.v1beta.Session.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
IN_PROGRESS

The session is currently open.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

The session is currently open.

IN_PROGRESS = 1;

STATE_UNSPECIFIED

State is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unspecified.

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