public sealed class TableFieldSchema : IMessage<TableFieldSchema>, IEquatable<TableFieldSchema>, IDeepCloneable<TableFieldSchema>, IBufferMessage, IMessage
The field name. The name must contain only letters (a-z, A-Z),
numbers (0-9), or underscores (_), and must start with a letter or
underscore. The maximum length is 128 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TableFieldSchema` class, which is a part of the `Google.Cloud.Asset.V1` namespace and is used to define a field within a `TableSchema`."],["The class `TableFieldSchema` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The `TableFieldSchema` class contains properties like `Field`, `Fields`, `Mode`, and `Type`, allowing configuration of field names, nested schemas, modes (like NULLABLE, REQUIRED, REPEATED), and data types respectively."],["The latest version of the documentation available for the TableFieldSchema is version 3.12.0, and has a history going back to 2.7.0."],["The class is part of the `Google.Cloud.Asset.V1.dll` assembly, used for working with Google Cloud assets."]]],[]]