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 a range of versions available from 2.7.0 to 3.12.0."],["The `TableFieldSchema` class represents a field within a `TableSchema`, as defined in the Google Cloud Asset Inventory v1 API, and is implemented via several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `TableFieldSchema` includes properties for defining a field, such as `Field` for the field name, `Mode` for field mode (e.g., NULLABLE, REQUIRED, REPEATED), `Type` for the data type, and `Fields` for nested schemas."],["The class `TableFieldSchema` has two constructors, one parameterless, and one that takes a TableFieldSchema as a parameter, used for constructing new instances."],["The data types for the `TableFieldSchema` property are specified as string and include options like STRING, BYTES, INTEGER, FLOAT, BOOLEAN, and RECORD, among others."]]],[]]