Class: Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference

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 a CloudSQL 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:



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.

Returns:



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