Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference.
Message representing reference to a CloudSQL database and agent context.
Only supported for the QueryData method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_context_reference
def agent_context_reference() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference) — Optional. Parameters for retrieving data from Agent Context.
#agent_context_reference=
def agent_context_reference=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference) — Optional. Parameters for retrieving data from Agent Context.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::AgentContextReference) — Optional. Parameters for retrieving data from Agent Context.
#database_reference
def database_reference() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference) — Required. Singular proto that supports specifying which database and tables to include.
#database_reference=
def database_reference=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference) — Required. Singular proto that supports specifying which database and tables to include.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference) — Required. Singular proto that supports specifying which database and tables to include.