Data Analytics API with Gemini v1beta API - Class BigtableReference (1.0.0-beta11)

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

Reference 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.

Inheritance

object > BigtableReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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