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