public sealed class RetrieveBigQueryTableContextResponse.Types.Candidate : IMessage<RetrieveBigQueryTableContextResponse.Types.Candidate>, IEquatable<RetrieveBigQueryTableContextResponse.Types.Candidate>, IDeepCloneable<RetrieveBigQueryTableContextResponse.Types.Candidate>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryTableContextResponse.Types.Candidate.
A retrieved candidate.
Implements
IMessageRetrieveBigQueryTableContextResponseTypesCandidate, IEquatableRetrieveBigQueryTableContextResponseTypesCandidate, IDeepCloneableRetrieveBigQueryTableContextResponseTypesCandidate, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|