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

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

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

Request for retrieving BigQuery table contextual data via direct lookup.

Inheritance

object > RetrieveBigQueryTableContextRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

RetrieveBigQueryTableContextRequest()

public RetrieveBigQueryTableContextRequest()

RetrieveBigQueryTableContextRequest(RetrieveBigQueryTableContextRequest)

public RetrieveBigQueryTableContextRequest(RetrieveBigQueryTableContextRequest other)
Parameter
Name Description
other RetrieveBigQueryTableContextRequest

Properties

DirectLookup

public RepeatedField<DirectLookup> DirectLookup { 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

Project

[Obsolete]
public string Project { get; set; }

Required.

Property Value
Type Description
string

Query

public string Query { get; set; }

Optional. User query in natural language.

Property Value
Type Description
string