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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTEXT_VERSION_UNSPECIFIED |
Unspecified or unrecognized. |
CONTEXT_VERSION_UNSPECIFIED_VALUE |
Unspecified or unrecognized. |
PUBLISHED |
Using this version, DCS will use the latest published context for the data agent. |
PUBLISHED_VALUE |
Using this version, DCS will use the latest published context for the data agent. |
STAGING |
Using this version, DCS will use the latest staging context for the data agent. |
STAGING_VALUE |
Using this version, DCS will use the latest staging context for the data agent. |
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() |