public sealed class GeminiClusterConfig : IMessage<GeminiClusterConfig>, IEquatable<GeminiClusterConfig>, IDeepCloneable<GeminiClusterConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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."],[[["This document provides reference information for the `GeminiClusterConfig` class within the Google Cloud AlloyDB v1alpha API, specifically for the .NET environment, with the latest version being 1.0.0-alpha10."],["`GeminiClusterConfig` is a class that manages cluster-level configuration for the Gemini in Databases add-on, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `GeminiClusterConfig()` and a copy constructor `GeminiClusterConfig(GeminiClusterConfig other)`."],["`GeminiClusterConfig` has an `Entitled` property of type `bool` that represents whether the Gemini in Databases add-on is enabled for the cluster, and can only be controlled through the Admin Control Center."],["This documentation belongs to the `Google.Cloud.AlloyDb.V1Alpha` namespace and is contained within the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."]]],[]]