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

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

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

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

Inheritance

object > RetrieveBigQueryTableContextsFromRecentTablesRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

RetrieveBigQueryTableContextsFromRecentTablesRequest()

public RetrieveBigQueryTableContextsFromRecentTablesRequest()

RetrieveBigQueryTableContextsFromRecentTablesRequest(RetrieveBigQueryTableContextsFromRecentTablesRequest)

public RetrieveBigQueryTableContextsFromRecentTablesRequest(RetrieveBigQueryTableContextsFromRecentTablesRequest other)
Parameter
Name Description
other RetrieveBigQueryTableContextsFromRecentTablesRequest

Properties

Parent

public string Parent { get; set; }

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