Class: Google::Cloud::AlloyDB::V1beta::GCAInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::GCAInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/gemini.rb
Overview
Instance level configuration parameters related to the Gemini Cloud Assist product.
Instance Attribute Summary collapse
-
#gca_entitlement ⇒ ::Google::Cloud::AlloyDB::V1beta::GCAEntitlementType
readonly
Output only.
Instance Attribute Details
#gca_entitlement ⇒ ::Google::Cloud::AlloyDB::V1beta::GCAEntitlementType (readonly)
Returns Output only. Represents the GCA entitlement state of the instance.
51 52 53 54 |
# File 'proto_docs/google/cloud/alloydb/v1beta/gemini.rb', line 51 class GCAInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |