Data Analytics API with Gemini v1beta API - Class TableCandidate.Types.FieldSuggestion (1.0.0-beta01)

public sealed class TableCandidate.Types.FieldSuggestion : IMessage<TableCandidate.Types.FieldSuggestion>, IEquatable<TableCandidate.Types.FieldSuggestion>, IDeepCloneable<TableCandidate.Types.FieldSuggestion>, IBufferMessage, IMessage

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

A suggested description for a field.

Inheritance

object > TableCandidate.Types.FieldSuggestion

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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