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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTableFieldSchema\u003c/code\u003e class within the Google Cloud Asset Inventory v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableFieldSchema\u003c/code\u003e class represents a field within a \u003ccode\u003eTableSchema\u003c/code\u003e, offering properties like \u003ccode\u003eField\u003c/code\u003e, \u003ccode\u003eFields\u003c/code\u003e, \u003ccode\u003eMode\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e to define its characteristics.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 3.12.0, with older versions like 3.11.0 down to 2.7.0 also being documented, and it inherits from object while implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTableFieldSchema\u003c/code\u003e include \u003ccode\u003eField\u003c/code\u003e (the field's name), \u003ccode\u003eFields\u003c/code\u003e (nested schema fields for RECORD types), \u003ccode\u003eMode\u003c/code\u003e (such as NULLABLE, REQUIRED, or REPEATED), and \u003ccode\u003eType\u003c/code\u003e (like STRING, INTEGER, or RECORD).\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors to initialize a new \u003ccode\u003eTableFieldSchema\u003c/code\u003e class, one is an empty constructor and the other one takes in another \u003ccode\u003eTableFieldSchema\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Asset Inventory v1 API - Class TableFieldSchema (3.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.13.0 (latest)](/dotnet/docs/reference/Google.Cloud.Asset.V1/latest/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.12.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.12.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.11.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.11.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.10.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.9.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.8.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.7.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.6.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.5.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.4.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.3.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.2.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.1.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/3.0.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/2.11.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/2.10.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/2.9.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/2.8.0/Google.Cloud.Asset.V1.TableFieldSchema)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Asset.V1/2.7.0/Google.Cloud.Asset.V1.TableFieldSchema) \n\n public sealed class TableFieldSchema : IMessage\u003cTableFieldSchema\u003e, IEquatable\u003cTableFieldSchema\u003e, IDeepCloneable\u003cTableFieldSchema\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Asset Inventory v1 API class TableFieldSchema.\n\nA field in TableSchema. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TableFieldSchema \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TableFieldSchema](/dotnet/docs/reference/Google.Cloud.Asset.V1/latest/Google.Cloud.Asset.V1.TableFieldSchema), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TableFieldSchema](/dotnet/docs/reference/Google.Cloud.Asset.V1/latest/Google.Cloud.Asset.V1.TableFieldSchema), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TableFieldSchema](/dotnet/docs/reference/Google.Cloud.Asset.V1/latest/Google.Cloud.Asset.V1.TableFieldSchema), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Asset.V1](/dotnet/docs/reference/Google.Cloud.Asset.V1/latest/Google.Cloud.Asset.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Asset.V1.dll\n\nConstructors\n------------\n\n### TableFieldSchema()\n\n public TableFieldSchema()\n\n### TableFieldSchema(TableFieldSchema)\n\n public TableFieldSchema(TableFieldSchema other)\n\nProperties\n----------\n\n### Field\n\n public string Field { get; set; }\n\nThe field name. The name must contain only letters (a-z, A-Z),\nnumbers (0-9), or underscores (_), and must start with a letter or\nunderscore. The maximum length is 128 characters.\n\n### Fields\n\n public RepeatedField\u003cTableFieldSchema\u003e Fields { get; }\n\nDescribes the nested schema fields if the type property is set\nto RECORD.\n\n### Mode\n\n public string Mode { get; set; }\n\nThe field mode. Possible values include NULLABLE, REQUIRED and\nREPEATED. The default value is NULLABLE.\n\n### Type\n\n public string Type { get; set; }\n\nThe field data type. Possible values include\n\n- STRING\n- BYTES\n- INTEGER\n- FLOAT\n- BOOLEAN\n- TIMESTAMP\n- DATE\n- TIME\n- DATETIME\n- GEOGRAPHY,\n- NUMERIC,\n- BIGNUMERIC,\n- RECORD (where RECORD indicates that the field contains a nested schema)."]]