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"]],[["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."],[[["The latest version of the Google BigQuery Storage v1 API, specifically for AnnotationsExtensions, is 3.17.0, and there are numerous previous versions available, spanning from 3.16.0 to 2.3.0."],["The AnnotationsExtensions class serves as a holder for extension identifiers generated from the top level of the `google/cloud/bigquery/storage/v1/annotations.proto` file."],["The `ColumnName` field is an experimental extension that allows referencing BigQuery columns independently of protocol buffer field names, useful for columns with characters not allowed in protobuf field names."],["The `ColumnName` field is an extension of type `FieldOptions` and takes a string value, allowing for custom column naming."]]],[]]