Data Analytics API with Gemini v1beta API - Class SpannerReference (1.0.0-beta05)

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

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class SpannerReference.

Message representing reference to a Spanner database and agent context.

Inheritance

object > SpannerReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

SpannerReference()

public SpannerReference()

SpannerReference(SpannerReference)

public SpannerReference(SpannerReference other)
Parameter
Name Description
other SpannerReference

Properties

AgentContextReference

public AgentContextReference AgentContextReference { get; set; }

Optional. Parameters for retrieving data from Agent Context.

Property Value
Type Description
AgentContextReference

DatabaseReference

public SpannerDatabaseReference DatabaseReference { get; set; }

Required. Singular proto that supports specifying which database and tables to include.

Property Value
Type Description
SpannerDatabaseReference