Data Analytics API with Gemini v1beta API - Class AlloyDbReference (1.0.0-beta08)

public sealed class AlloyDbReference : IMessage<AlloyDbReference>, IEquatable<AlloyDbReference>, IDeepCloneable<AlloyDbReference>, IBufferMessage, IMessage

Reference 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. Only supported for the QueryData method.

Inheritance

object > AlloyDbReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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