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.
-
#database_table_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DatabaseTableReference>
Optional.
-
#instance_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
-
#region ⇒ ::String
Required.
-
#table_ids ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns Required. The cluster id.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_id ⇒ ::String
Returns Required. The database id.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_table_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DatabaseTableReference>
Returns Optional. References to tables within the database. Each reference specifies a table and can optionally include the table's schema to provide context for the query.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns Required. The instance id.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The project the instance belongs to.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. The region of the instance.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_ids ⇒ ::Array<::String>
Returns Optional. The table ids. Denotes all tables if unset.
191 192 193 194 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191 class AlloyDbDatabaseReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |