Class: Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing a reference to a single AlloyDB database.
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Required.
-
#database_id ⇒ ::String
Required.
-
#instance_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
-
#region ⇒ ::String
Required.
-
#table_ids ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#cluster_id ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_id ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_ids ⇒ ::Array<::String>
143 144 145 146 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 143 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |