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."],[[["The `TableFieldSchema` class, part of the Google Cloud Asset Inventory v1 API, defines a field within a `TableSchema`, utilized for structuring data."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the Google.Protobuf ecosystem."],["It contains properties such as `Field`, `Fields`, `Mode`, and `Type`, that allow you to define the field's name, nested structure, whether the field is required or can repeat, and its data type, respectively."],["The `TableFieldSchema` class has two constructors: a default constructor and a constructor that accepts another `TableFieldSchema` object for copying or cloning purposes."],["The latest version of this class is `3.12.0` whereas the listed content provides documentation for versions ranging from `3.0.0` up to `3.12.0` of the same `TableFieldSchema` class."]]],[]]