Class: Google::Apis::AlloydbV1beta::GcaInstanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::GcaInstanceConfig
- 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 Cloud Assist product.
Instance Attribute Summary collapse
-
#gca_entitlement ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GcaInstanceConfig
constructor
A new instance of GcaInstanceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GcaInstanceConfig
Returns a new instance of GcaInstanceConfig.
1635 1636 1637 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 1635 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gca_entitlement ⇒ String
Output only. Represents the GCA entitlement state of the instance.
Corresponds to the JSON property gcaEntitlement
1633 1634 1635 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 1633 def gca_entitlement @gca_entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1640 1641 1642 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 1640 def update!(**args) @gca_entitlement = args[:gca_entitlement] if args.key?(:gca_entitlement) end |