Skip to content

Commit 1244b3f

Browse files
feat(bigquery/storage): add default_value_expression to TableFieldSchema (#7400)
PiperOrigin-RevId: 508443364 Source-Link: googleapis/googleapis@fc7d513 Source-Link: googleapis/googleapis-gen@6d4bae6 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmQ0YmFlNmExYzYzMGMzMWM0NWIwYTZkMWM1MGQ2OWI1ZGM4Nzg4MSJ9
1 parent 7912710 commit 1244b3f

File tree

4 files changed

+49
-44
lines changed

4 files changed

+49
-44
lines changed

bigquery/storage/apiv1/storagepb/table.pb.go

Lines changed: 46 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/.repo-metadata-full.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,15 +1088,6 @@
10881088
"release_level": "beta",
10891089
"library_type": "GAPIC_AUTO"
10901090
},
1091-
"cloud.google.com/go/maps/mapsplatformdatasets/apiv1alpha": {
1092-
"distribution_name": "cloud.google.com/go/maps/mapsplatformdatasets/apiv1alpha",
1093-
"description": "Maps Platform Datasets API",
1094-
"language": "Go",
1095-
"client_library_type": "generated",
1096-
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/maps/latest/mapsplatformdatasets/apiv1alpha",
1097-
"release_level": "alpha",
1098-
"library_type": "GAPIC_AUTO"
1099-
},
11001091
"cloud.google.com/go/maps/routing/apiv2": {
11011092
"distribution_name": "cloud.google.com/go/maps/routing/apiv2",
11021093
"description": "Routes API",

internal/postprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
golang.org/x/sys v0.3.0 // indirect
3434
golang.org/x/tools v0.4.0 // indirect
3535
google.golang.org/appengine v1.6.7 // indirect
36-
google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9 // indirect
36+
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 // indirect
3737
google.golang.org/protobuf v1.28.1 // indirect
3838
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
3939
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect

internal/postprocessor/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
103103
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
104104
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
105105
google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
106-
google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9 h1:ru6tJGasqJpgjM4q3Qq2fS3FKQ6CPPSRqgolUVBc994=
107-
google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
106+
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 h1:vArvWooPH749rNHpBGgVl+U9B9dATjiEhJzcWGlovNs=
107+
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
108108
google.golang.org/grpc v1.51.0 h1:E1eGv1FTqoLIdnBCZufiSHgKjlqG6fKFf6pPWtMTh8U=
109109
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
110110
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=

0 commit comments

Comments
 (0)