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."],[[["This document provides reference documentation for the `TableFieldSchema` class within the Google Cloud Asset Inventory v1 API, specifically within the .NET environment."],["The `TableFieldSchema` class is used to represent a field within a `TableSchema`, and it inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Field` for the field name, `Fields` for nested schema fields, `Mode` for the field's mode, and `Type` for the field's data type."],["The document lists various versions of the API, ranging from version 3.12.0 (latest) down to version 2.7.0, each with a specific link to its documentation."],["The constructor details are outlined, including a default constructor `TableFieldSchema()` and a copy constructor `TableFieldSchema(TableFieldSchema other)`."]]],[]]