public sealed class RetrieveBigQueryTableContextResponse : IMessage<RetrieveBigQueryTableContextResponse>, IEquatable<RetrieveBigQueryTableContextResponse>, IDeepCloneable<RetrieveBigQueryTableContextResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryTableContextResponse.
Response for retrieving BigQuery table contextual data via direct lookup.
Implements
IMessageRetrieveBigQueryTableContextResponse, IEquatableRetrieveBigQueryTableContextResponse, IDeepCloneableRetrieveBigQueryTableContextResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
RetrieveBigQueryTableContextResponse()
public RetrieveBigQueryTableContextResponse()
RetrieveBigQueryTableContextResponse(RetrieveBigQueryTableContextResponse)
public RetrieveBigQueryTableContextResponse(RetrieveBigQueryTableContextResponse other)
Parameter | |
---|---|
Name | Description |
other |
RetrieveBigQueryTableContextResponse |
Properties
Candidates
[Obsolete]
public RepeatedField<RetrieveBigQueryTableContextResponse.Types.Candidate> Candidates { get; }
List of retrieved candidates with their bundled metadata.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRetrieveBigQueryTableContextResponseTypesCandidate |
TableCandidates
public RepeatedField<TableCandidate> TableCandidates { get; }
List of retrieved candidates with their bundled metadata.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTableCandidate |