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

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

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

Request for retrieving BigQuery table contextual data via direct lookup.

Inheritance

object > RetrieveBigQueryTableContextsRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

RetrieveBigQueryTableContextsRequest()

public RetrieveBigQueryTableContextsRequest()

RetrieveBigQueryTableContextsRequest(RetrieveBigQueryTableContextsRequest)

public RetrieveBigQueryTableContextsRequest(RetrieveBigQueryTableContextsRequest other)
Parameter
Name Description
other RetrieveBigQueryTableContextsRequest

Properties

DirectLookups

public RepeatedField<DirectLookup> DirectLookups { get; }

Optional. A list of direct lookup parameters.

Property Value
Type Description
RepeatedFieldDirectLookup

Parent

public string Parent { get; set; }

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