public sealed class CloudSqlReference : IMessage<CloudSqlReference>, IEquatable<CloudSqlReference>, IDeepCloneable<CloudSqlReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class CloudSqlReference.
Message representing reference to a CloudSQL database and agent context.
Implements
IMessageCloudSqlReference, IEquatableCloudSqlReference, IDeepCloneableCloudSqlReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
CloudSqlReference()
public CloudSqlReference()CloudSqlReference(CloudSqlReference)
public CloudSqlReference(CloudSqlReference other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudSqlReference |
Properties
AgentContextReference
public AgentContextReference AgentContextReference { get; set; }Optional. Parameters for retrieving data from Agent Context.
| Property Value | |
|---|---|
| Type | Description |
AgentContextReference |
|
DatabaseReference
public CloudSqlDatabaseReference DatabaseReference { get; set; }Required. Singular proto that supports specifying which database and tables to include.
| Property Value | |
|---|---|
| Type | Description |
CloudSqlDatabaseReference |
|