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 latest version of the Google Cloud Asset Inventory v1 API documented is 3.12.0, with the current page focusing on version 3.8.0."],["The `TableFieldSchema` class is a part of the Google Cloud Asset Inventory v1 API, which represents a field within a `TableSchema` and is found in the `Google.Cloud.Asset.V1` namespace."],["The `TableFieldSchema` class has properties such as `Field`, `Fields`, `Mode`, and `Type` to define a field's name, nested fields, mode (e.g., nullable, required, repeated), and data type."],["The `TableFieldSchema` class provides two constructors, one default and one that accepts another `TableFieldSchema` object for creating a new instance."],["The `TableFieldSchema` class inherits members from the `object` base class, as well as implementing a number of interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]