public sealed class TableFieldSchema : IMessage<TableFieldSchema>, IEquatable<TableFieldSchema>, IDeepCloneable<TableFieldSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class TableFieldSchema.
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-04-17 UTC."],[[["This document provides reference documentation for the `TableFieldSchema` class within the Google Cloud Asset Inventory v1 API for .NET."],["The `TableFieldSchema` class represents a field within a `TableSchema`, offering properties like `Field`, `Fields`, `Mode`, and `Type` to define its characteristics."],["The latest version of this class is 3.12.0, with older versions like 3.11.0 down to 2.7.0 also being documented, and it inherits from object while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `TableFieldSchema` include `Field` (the field's name), `Fields` (nested schema fields for RECORD types), `Mode` (such as NULLABLE, REQUIRED, or REPEATED), and `Type` (like STRING, INTEGER, or RECORD)."],["The class offers two constructors to initialize a new `TableFieldSchema` class, one is an empty constructor and the other one takes in another `TableFieldSchema` object as a parameter."]]],[]]