google-cloud-bigquery-migration-v2 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8adace99e317f1925b21498dbde579b111bc7b7161cfd000c2aa2dc6532ca43e
|
|
4
|
+
data.tar.gz: 2cf1c63ebfad80fec335c98231314b23e19c10fa319ea0d9ea398b56021661c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54195946b8ab1dc8a5ee784832b856622f611d39d47f19bc4bf5f32c0fcc0c1f2803379926c98a891c9398c7a3711e5d889dfe9f0d653b1bd4714ab35a048582
|
|
7
|
+
data.tar.gz: 90a18b028943995f3fe7371a3915156b3f4d8ecaca8d7e42b59c5babb6eb8cefc4a46cfedd89c8d3810d1c5e72e89dc2709564668e8c753bee0bfc233f897ba6
|
|
@@ -302,17 +302,17 @@ module Google
|
|
|
302
302
|
# In this example, in proto `field` could take one of the following values:
|
|
303
303
|
#
|
|
304
304
|
# * `full_name` for a violation in the `full_name` value
|
|
305
|
-
# * `email_addresses[
|
|
305
|
+
# * `email_addresses[1].email` for a violation in the `email` field of the
|
|
306
306
|
# first `email_addresses` message
|
|
307
|
-
# * `email_addresses[
|
|
307
|
+
# * `email_addresses[3].type[2]` for a violation in the second `type`
|
|
308
308
|
# value in the third `email_addresses` message.
|
|
309
309
|
#
|
|
310
310
|
# In JSON, the same values are represented as:
|
|
311
311
|
#
|
|
312
312
|
# * `fullName` for a violation in the `fullName` value
|
|
313
|
-
# * `emailAddresses[
|
|
313
|
+
# * `emailAddresses[1].email` for a violation in the `email` field of the
|
|
314
314
|
# first `emailAddresses` message
|
|
315
|
-
# * `emailAddresses[
|
|
315
|
+
# * `emailAddresses[3].type[2]` for a violation in the second `type`
|
|
316
316
|
# value in the third `emailAddresses` message.
|
|
317
317
|
# @!attribute [rw] description
|
|
318
318
|
# @return [::String]
|