Class: Google::Cloud::AlloyDB::V1alpha::GeminiInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GeminiInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/gemini.rb
Overview
Instance level configuration parameters related to the Gemini in Databases add-on.
Instance Attribute Summary collapse
-
#entitled ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#entitled ⇒ ::Boolean (readonly)
Returns 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.
45 46 47 48 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/gemini.rb', line 45 class GeminiInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |