Enum ChatRequest.Model (0.21.0)

public enum ChatRequest.Model extends Enum<ChatRequest.Model> implements ProtocolMessageEnum

Model selection for the agent.

Protobuf enum google.cloud.geminidataanalytics.v1.ChatRequest.Model

Implements

ProtocolMessageEnum

Static Fields

Name Description
LATEST_GA_MODEL

Use the most up-to-date non-preview model. Currently, this is gemini-2.5-flash. This constrains the request level settings. The default will change to gemini-2.5-flash, and setting thinking_mode will not be supported.

LATEST_GA_MODEL = 1;

LATEST_GA_MODEL_VALUE

Use the most up-to-date non-preview model. Currently, this is gemini-2.5-flash. This constrains the request level settings. The default will change to gemini-2.5-flash, and setting thinking_mode will not be supported.

LATEST_GA_MODEL = 1;

MODEL_UNSPECIFIED

No model specified. The default model will be used. Currently, this is gemini-3.0-flash-preview.

MODEL_UNSPECIFIED = 0;

MODEL_UNSPECIFIED_VALUE

No model specified. The default model will be used. Currently, this is gemini-3.0-flash-preview.

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