Data Analytics API with Gemini v1beta API - Class RetrieveBigQueryTableContextResponse.Types.Candidate (1.0.0-beta01)

public sealed class RetrieveBigQueryTableContextResponse.Types.Candidate : IMessage<RetrieveBigQueryTableContextResponse.Types.Candidate>, IEquatable<RetrieveBigQueryTableContextResponse.Types.Candidate>, IDeepCloneable<RetrieveBigQueryTableContextResponse.Types.Candidate>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryTableContextResponse.Types.Candidate.

A retrieved candidate.

Inheritance

object > RetrieveBigQueryTableContextResponse.Types.Candidate

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

Candidate()

public Candidate()

Candidate(Candidate)

public Candidate(RetrieveBigQueryTableContextResponse.Types.Candidate other)
Parameter
Name Description
other RetrieveBigQueryTableContextResponseTypesCandidate

Properties

Content

public string Content { get; set; }

Content in string format.

Property Value
Type Description
string

LinkedResource

public string LinkedResource { get; set; }

The fully qualified resource name of the candidate in its source system, if applicable. E.g. for BigQuery tables, the format is: bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}

Property Value
Type Description
string