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

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

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

Request for retrieving BigQuery table references from recently accessed tables. Response is sorted by semantic similarity to the query.

Inheritance

object > RetrieveBigQueryRecentRelevantTablesRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

RetrieveBigQueryRecentRelevantTablesRequest()

public RetrieveBigQueryRecentRelevantTablesRequest()

RetrieveBigQueryRecentRelevantTablesRequest(RetrieveBigQueryRecentRelevantTablesRequest)

public RetrieveBigQueryRecentRelevantTablesRequest(RetrieveBigQueryRecentRelevantTablesRequest other)
Parameter
Name Description
other RetrieveBigQueryRecentRelevantTablesRequest

Properties

Parent

public string Parent { get; set; }

Required. Parent value for RetrieveBigQueryRecentTablesRequest. 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

Query

public string Query { get; set; }

Optional. User query in natural language.

Property Value
Type Description
string