public sealed class TableCandidate.Types.FieldSuggestion : IMessage<TableCandidate.Types.FieldSuggestion>, IEquatable<TableCandidate.Types.FieldSuggestion>, IDeepCloneable<TableCandidate.Types.FieldSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class TableCandidate.Types.FieldSuggestion.
A suggested description for a field.
Implements
IMessageTableCandidateTypesFieldSuggestion, IEquatableTableCandidateTypesFieldSuggestion, IDeepCloneableTableCandidateTypesFieldSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
FieldSuggestion()
public FieldSuggestion()FieldSuggestion(FieldSuggestion)
public FieldSuggestion(TableCandidate.Types.FieldSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
TableCandidateTypesFieldSuggestion |
Properties
Field
public string Field { get; set; }The field name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Nested
public RepeatedField<TableCandidate.Types.FieldSuggestion> Nested { get; }Suggestions for nested fields.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTableCandidateTypesFieldSuggestion |
|
SuggestedDescription
public string SuggestedDescription { get; set; }The suggested description, if descriptions were requested.
| Property Value | |
|---|---|
| Type | Description |
string |
|