public sealed class RetrieveBigQueryRecentRelevantTablesResponse : IMessage<RetrieveBigQueryRecentRelevantTablesResponse>, IEquatable<RetrieveBigQueryRecentRelevantTablesResponse>, IDeepCloneable<RetrieveBigQueryRecentRelevantTablesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryRecentRelevantTablesResponse.
Response for retrieving BigQuery table references from recently accessed tables. Response is sorted by semantic similarity to the query.
Implements
IMessageRetrieveBigQueryRecentRelevantTablesResponse, IEquatableRetrieveBigQueryRecentRelevantTablesResponse, IDeepCloneableRetrieveBigQueryRecentRelevantTablesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
RetrieveBigQueryRecentRelevantTablesResponse()
public RetrieveBigQueryRecentRelevantTablesResponse()
RetrieveBigQueryRecentRelevantTablesResponse(RetrieveBigQueryRecentRelevantTablesResponse)
public RetrieveBigQueryRecentRelevantTablesResponse(RetrieveBigQueryRecentRelevantTablesResponse other)
Parameter | |
---|---|
Name | Description |
other |
RetrieveBigQueryRecentRelevantTablesResponse |
Properties
TableIds
public RepeatedField<string> TableIds { get; }
List of retrieved table ids.
The unique identifier for the table. Names are case-sensitive.
Example for BigQuery Table: {project}.{dataset}.{table}
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |