Class: Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing reference to an AlloyDB 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::AlloyDbDatabaseReference
Required.
Instance Attribute Details
#agent_context_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
Returns Optional. Parameters for retrieving data from Agent Context.
119 120 121 122 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 119 class AlloyDbReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference
Returns Required. Singular proto that supports specifying which database and tables to include.
119 120 121 122 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 119 class AlloyDbReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |