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, representing a field in `TableSchema`, inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `Field`, `Fields`, `Mode`, and `Type`, which define the name, nested fields, mode (nullable, required, or repeated), and data type of the field, respectively."],["The `TableFieldSchema` class has two constructors: a default one (`TableFieldSchema()`) and one that takes another `TableFieldSchema` object as a parameter for creating a new object based on an existing one."],["The valid data types supported are STRING, BYTES, INTEGER, FLOAT, BOOLEAN, TIMESTAMP, DATE, TIME, DATETIME, GEOGRAPHY, NUMERIC, BIGNUMERIC, and RECORD, with the RECORD type indicating a field containing a nested schema."]]],[]]