Enum DataAgentContext.ContextVersion (0.1.0)

public enum DataAgentContext.ContextVersion extends Enum<DataAgentContext.ContextVersion> implements ProtocolMessageEnum

List of context versions supported by DCS. There are two versions of context. This is to maintain versioning for the data agent.

Protobuf enum google.cloud.geminidataanalytics.v1beta.DataAgentContext.ContextVersion

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTEXT_VERSION_UNSPECIFIED

Unspecified or unrecognized.

CONTEXT_VERSION_UNSPECIFIED = 0;

CONTEXT_VERSION_UNSPECIFIED_VALUE

Unspecified or unrecognized.

CONTEXT_VERSION_UNSPECIFIED = 0;

PUBLISHED

Using this version, DCS will use the latest published context for the data agent.

PUBLISHED = 2;

PUBLISHED_VALUE

Using this version, DCS will use the latest published context for the data agent.

PUBLISHED = 2;

STAGING

Using this version, DCS will use the latest staging context for the data agent.

STAGING = 1;

STAGING_VALUE

Using this version, DCS will use the latest staging context for the data agent.

STAGING = 1;

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