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

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

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

Response for retrieving BigQuery table schema with suggested table and column descriptions. Columns are sorted by default BigQuery table schema order.

Inheritance

object > RetrieveBigQueryTableSuggestedDescriptionsResponse

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

RetrieveBigQueryTableSuggestedDescriptionsResponse()

public RetrieveBigQueryTableSuggestedDescriptionsResponse()

RetrieveBigQueryTableSuggestedDescriptionsResponse(RetrieveBigQueryTableSuggestedDescriptionsResponse)

public RetrieveBigQueryTableSuggestedDescriptionsResponse(RetrieveBigQueryTableSuggestedDescriptionsResponse other)
Parameter
Name Description
other RetrieveBigQueryTableSuggestedDescriptionsResponse

Properties

TableCandidates

public RepeatedField<TableCandidate> TableCandidates { get; }

List of retrieved candidates with their bundled metadata.

Property Value
Type Description
RepeatedFieldTableCandidate