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