Class: Google::Apis::AlloydbV1beta::GeminiInstanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::GeminiInstanceConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Instance level configuration parameters related to the Gemini in Databases add- on.
Instance Attribute Summary collapse
-
#entitled ⇒ Boolean
(also: #entitled?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeminiInstanceConfig
constructor
A new instance of GeminiInstanceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GeminiInstanceConfig
Returns a new instance of GeminiInstanceConfig.
918 919 920 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 918 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entitled ⇒ Boolean Also known as: entitled?
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.
Corresponds to the JSON property entitled
915 916 917 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 915 def entitled @entitled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
923 924 925 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 923 def update!(**args) @entitled = args[:entitled] if args.key?(:entitled) end |