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-03-21 UTC."],[[["The latest version available for the Google Cloud Asset Inventory v1 API class TableFieldSchema is 3.12.0, with several other versions listed ranging from 3.11.0 down to 2.7.0."],["TableFieldSchema is a class that represents a field within a TableSchema in the Google Cloud Asset Inventory v1 API, inheriting from `object` and implementing multiple interfaces."],["This class is used to define a schema field, and has properties to specify the `Field` name, nested `Fields`, data `Mode`, and data `Type`."],["The `TableFieldSchema` class includes constructors for creating a new instance or copying from an existing `TableFieldSchema`, as well as inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The `Type` property can specify various data types including STRING, BYTES, INTEGER, RECORD and others, while `Mode` can be NULLABLE, REQUIRED or REPEATED."]]],[]]