Class: Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#agent_context_reference::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference

Returns Optional. Parameters for retrieving data from Agent Context.

Returns:



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.

Returns:



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