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.
Implements
IMessageDirectLookup, IEquatableDirectLookup, IDeepCloneableDirectLookup, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |