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-04-02 UTC."],[[["The latest version of the Google BigQuery Storage v1 API for .NET is 3.17.0, with documentation available."],["The page provides documentation for multiple historical versions of the Google BigQuery Storage v1 API, ranging from version 2.3.0 to the latest 3.17.0."],["The `AnnotationsExtensions` class, found in the `Google.Cloud.BigQuery.Storage.V1` namespace, is a static class that acts as a holder for extension identifiers generated from the top level of the `annotations.proto` file."],["The `AnnotationsExtensions` class includes a `ColumnName` field, which is an experimental extension that allows referencing BigQuery columns independently of the field name in the protocol buffer message and is used for destination columns with names not allowed in protobuf field names."]]],[]]