public static readonly Extension<FieldOptions, string> ColumnName
Setting the column_name extension allows users to reference
bigquery column independently of the field name in the protocol buffer
message.
The intended use of this annotation is to reference a destination column
named using characters unavailable for protobuf field names (e.g. unicode
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 documentation covers the `AnnotationsExtensions` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, providing details on its usage in the Google BigQuery Storage v1 API."],["A list of available versions of the `AnnotationsExtensions` class is provided, ranging from version 2.3.0 to the latest version 3.17.0, each linking to its respective documentation."],["The `AnnotationsExtensions` class includes a `ColumnName` field, which is an extension that enables users to reference BigQuery columns independently of protocol buffer field names, and intended for use with destination column names that have characters unavailable for protobuf field names."],["The `AnnotationsExtensions` class inherits from the base `object` class, with the object class methods available for use."]]],[]]