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."],[[["This page provides documentation for the `AnnotationsExtensions` class within the Google BigQuery Storage v1 API, detailing its purpose and usage."],["The latest version of the API documented is 3.17.0, with a list of previous versions available, spanning back to version 2.3.0."],["`AnnotationsExtensions` is a static class serving as a holder for extension identifiers related to annotations.proto."],["The `ColumnName` field extension is used to specify a BigQuery column name that can be referenced independently of the field name in a protocol buffer message, useful for cases where column names contain special characters."],["The `AnnotationsExtensions` class inherits members from the `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]