Skip to content

Commit 6aa92b5

Browse files
feat: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema (#2413)
* feat: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema PiperOrigin-RevId: 607833489 Source-Link: googleapis/googleapis@87fc56b Source-Link: https://github.com/googleapis/googleapis-gen/commit/077b863ff30ff65f958471226cc32a6628fe7955 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>
1 parent c2dcb73 commit 6aa92b5

File tree

5 files changed

+1183
-15
lines changed

5 files changed

+1183
-15
lines changed

google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud.bigquery.storage.v1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,24 @@
10431043
"allDeclaredClasses": true,
10441044
"allPublicClasses": true
10451045
},
1046+
{
1047+
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$FieldElementType",
1048+
"queryAllDeclaredConstructors": true,
1049+
"queryAllPublicConstructors": true,
1050+
"queryAllDeclaredMethods": true,
1051+
"allPublicMethods": true,
1052+
"allDeclaredClasses": true,
1053+
"allPublicClasses": true
1054+
},
1055+
{
1056+
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$FieldElementType$Builder",
1057+
"queryAllDeclaredConstructors": true,
1058+
"queryAllPublicConstructors": true,
1059+
"queryAllDeclaredMethods": true,
1060+
"allPublicMethods": true,
1061+
"allDeclaredClasses": true,
1062+
"allPublicClasses": true
1063+
},
10461064
{
10471065
"name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$Mode",
10481066
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)