Skip to content

Commit

Permalink
feat: Add the RANGE type to the google.cloud.bigquery.storage.v1.Tabl…
Browse files Browse the repository at this point in the history
…eFieldSchema (#2413)

* feat: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema

PiperOrigin-RevId: 607833489

Source-Link: googleapis/googleapis@87fc56b

Source-Link: googleapis/googleapis-gen@077b863
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDc3Yjg2M2ZmMzBmZjY1Zjk1ODQ3MTIyNmNjMzJhNjYyOGZlNzk1NSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 21, 2024
1 parent c2dcb73 commit 6aa92b5
Show file tree
Hide file tree
Showing 5 changed files with 1,183 additions and 15 deletions.
Expand Up @@ -1043,6 +1043,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$FieldElementType",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$FieldElementType$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$Mode",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit 6aa92b5

Please sign in to comment.