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

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.

Inheritance

object > RetrieveBigQueryTableContextResponse

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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