BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::TableFieldSchema::Type (v1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Storage V1 API module Google::Cloud::Bigquery::Storage::V1::TableFieldSchema::Type.
Constants
TYPE_UNSPECIFIED
STRING
INT64
DOUBLE
value: 3
64-bit IEEE floating point
STRUCT
BYTES
BOOL
TIMESTAMP
value: 7
64-bit signed usec since UTC epoch
DATE
value: 8
Civil date - Year, Month, Day
TIME
value: 9
Civil time - Hour, Minute, Second, Microseconds
DATETIME
value: 10
Combination of civil date and civil time
GEOGRAPHY
value: 11
Geography object
NUMERIC
BIGNUMERIC
value: 13
BigNumeric value
INTERVAL
JSON
RANGE
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["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-09-09 UTC."],[],[],null,["# BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::TableFieldSchema::Type (v1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/ruby/docs/reference/google-cloud-bigquery-storage-v1/latest/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [1.3.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/1.3.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [1.2.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/1.2.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [1.1.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/1.1.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [1.0.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/1.0.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.27.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.27.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.26.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.26.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.25.2](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.25.2/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.24.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.24.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.23.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.23.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.22.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.22.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.21.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.21.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.20.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.20.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.19.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.19.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.18.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.18.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.17.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.17.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.16.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.16.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.15.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.15.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.14.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.14.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.13.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.13.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.12.0](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.12.0/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.11.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.11.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.10.1](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.10.1/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type)\n- [0.9.2](/ruby/docs/reference/google-cloud-bigquery-storage-v1/0.9.2/Google-Cloud-Bigquery-Storage-V1-TableFieldSchema-Type) \nReference documentation and code samples for the BigQuery Storage V1 API module Google::Cloud::Bigquery::Storage::V1::TableFieldSchema::Type.\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n**value:** 0 \nIllegal value\n\n### STRING\n\n**value:** 1 \n64K, UTF8\n\n### INT64\n\n**value:** 2 \n64-bit signed\n\n### DOUBLE\n\n**value:** 3 \n64-bit IEEE floating point\n\n### STRUCT\n\n**value:** 4 \nAggregate type\n\n### BYTES\n\n**value:** 5 \n64K, Binary\n\n### BOOL\n\n**value:** 6 \n2-valued\n\n### TIMESTAMP\n\n**value:** 7 \n64-bit signed usec since UTC epoch\n\n### DATE\n\n**value:** 8 \nCivil date - Year, Month, Day\n\n### TIME\n\n**value:** 9 \nCivil time - Hour, Minute, Second, Microseconds\n\n### DATETIME\n\n**value:** 10 \nCombination of civil date and civil time\n\n### GEOGRAPHY\n\n**value:** 11 \nGeography object\n\n### NUMERIC\n\n**value:** 12 \nNumeric value\n\n### BIGNUMERIC\n\n**value:** 13 \nBigNumeric value\n\n### INTERVAL\n\n**value:** 14 \nInterval\n\n### JSON\n\n**value:** 15 \nJSON, String\n\n### RANGE\n\n**value:** 16 \nRANGE"]]