public sealed class GeminiClusterConfig : IMessage<GeminiClusterConfig>, IEquatable<GeminiClusterConfig>, IDeepCloneable<GeminiClusterConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class GeminiClusterConfig.
Cluster level configuration parameters related to the Gemini in Databases
add-on.
Output only. Whether the Gemini in Databases add-on is enabled for the
cluster. It will be true only if the add-on has been enabled for the
billing account corresponding to the cluster. 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-21 UTC."],[[["The `GeminiClusterConfig` class in the AlloyDB v1beta API provides configuration parameters for the Gemini in Databases add-on."],["It is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available for creating instances of `GeminiClusterConfig`: a default constructor and one that accepts another `GeminiClusterConfig` object."],["The `Entitled` property indicates whether the Gemini in Databases add-on is enabled for the cluster, which is a read-only boolean value that is managed from the Admin Control Center."],["The documentation provides reference materials, code samples, and the namespace and assembly information for this class."]]],[]]