Class: Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing reference to a CloudSQL database and agent context.
Only supported for the QueryData method.
Instance Attribute Summary collapse
-
#agent_context_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
Optional.
-
#database_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference
Required.
Instance Attribute Details
#agent_context_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
Returns Optional. Parameters for retrieving data from Agent Context.
207 208 209 210 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 207 class CloudSqlReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference
Returns Required. Singular proto that supports specifying which database and tables to include.
207 208 209 210 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 207 class CloudSqlReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |