public sealed class RetrieveBigQueryTableContextRequest : IMessage<RetrieveBigQueryTableContextRequest>, IEquatable<RetrieveBigQueryTableContextRequest>, IDeepCloneable<RetrieveBigQueryTableContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryTableContextRequest.
Request for retrieving BigQuery table contextual data via direct lookup.
Implements
IMessageRetrieveBigQueryTableContextRequest, IEquatableRetrieveBigQueryTableContextRequest, IDeepCloneableRetrieveBigQueryTableContextRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
RetrieveBigQueryTableContextRequest()
public RetrieveBigQueryTableContextRequest()
RetrieveBigQueryTableContextRequest(RetrieveBigQueryTableContextRequest)
public RetrieveBigQueryTableContextRequest(RetrieveBigQueryTableContextRequest other)
Parameter | |
---|---|
Name | Description |
other |
RetrieveBigQueryTableContextRequest |
Properties
DirectLookup
public RepeatedField<DirectLookup> DirectLookup { get; }
Optional. A list of direct lookup parameters.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDirectLookup |
Parent
public string Parent { get; set; }
Required. Parent value for RetrieveBigQueryTableContextRequest.
Pattern: projects/{project}/locations/{location}
For location, use "global" for now. Regional location value will be
supported in the future.
Property Value | |
---|---|
Type | Description |
string |
Project
[Obsolete]
public string Project { get; set; }
Required.
Property Value | |
---|---|
Type | Description |
string |
Query
public string Query { get; set; }
Optional. User query in natural language.
Property Value | |
---|---|
Type | Description |
string |