public sealed class GeminiInstanceConfig : IMessage<GeminiInstanceConfig>, IEquatable<GeminiInstanceConfig>, IDeepCloneable<GeminiInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class GeminiInstanceConfig.
Instance level configuration parameters related to the Gemini in Databases
add-on.
Output only. Whether the Gemini in Databases add-on is enabled for the
instance. It will be true only if the add-on has been enabled for the
billing account corresponding to the instance. Its status is toggled from
the Admin Control Center (ACC) and cannot be toggled using AlloyDB's APIs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `GeminiInstanceConfig` class in the `Google.Cloud.AlloyDb.V1Beta` namespace provides configuration parameters for the Gemini in Databases add-on at the instance level."],["It is part of the AlloyDB v1beta API and is available in the `Google.Cloud.AlloyDb.V1Beta.dll` assembly, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GeminiInstanceConfig` class has two constructors: a parameterless constructor and one that accepts another `GeminiInstanceConfig` object, and it inherits from the `object` class."],["It includes a read-only property called `Entitled` of type bool, indicating whether the Gemini in Databases add-on is enabled for the specific instance, with its status managed externally through the Admin Control Center (ACC)."],["The latest version of `GeminiInstanceConfig` is 1.0.0-beta09, with 1.0.0-beta08 also available."]]],[]]