Class: Google::Cloud::GeminiDataAnalytics::V1beta::SpannerReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::SpannerReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing reference to a Spanner 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::SpannerDatabaseReference
Required.
Instance Attribute Details
#agent_context_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
157 158 159 160 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 157 class SpannerReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference
157 158 159 160 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 157 class SpannerReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |