Data Analytics API with Gemini v1beta API - Class DirectLookup (1.0.0-beta01)

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

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

Direct lookup parameters.

Inheritance

object > DirectLookup

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

DirectLookup()

public DirectLookup()

DirectLookup(DirectLookup)

public DirectLookup(DirectLookup other)
Parameter
Name Description
other DirectLookup

Properties

BigQueryTableReference

public BigQueryTableReference BigQueryTableReference { get; set; }

Optional. Table reference that server invokes a direct lookup of table metadata upon. The returned candidate will be TableMetadataResult.

Property Value
Type Description
BigQueryTableReference