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: 9fb11d6568ed8ddbab4a141e31ad8045a5db5e00018405fa06c2e6b04d082e75
4
- data.tar.gz: ea49337f715748e2b6cc6e6e149b606a84e0e2f1af71d26be40f6e72534231c7
3
+ metadata.gz: 8adace99e317f1925b21498dbde579b111bc7b7161cfd000c2aa2dc6532ca43e
4
+ data.tar.gz: 2cf1c63ebfad80fec335c98231314b23e19c10fa319ea0d9ea398b56021661c8
5
5
  SHA512:
6
- metadata.gz: ea6233164712f6d995b00e111e0c8eabe5fedd8462159b10327dc98dcee05f6cca96568cd69268dc13cdcae8508296114e0790e938a90a7a88206eafc06501a1
7
- data.tar.gz: fc9b5eb8a03527ce5cedd3466a76aa396f6bc0892e9844515185f68c63fa26045af4f27150bcecf317003887cde0a9210cca25407b3af29a9ee1f22cf50e6356
6
+ metadata.gz: 54195946b8ab1dc8a5ee784832b856622f611d39d47f19bc4bf5f32c0fcc0c1f2803379926c98a891c9398c7a3711e5d889dfe9f0d653b1bd4714ab35a048582
7
+ data.tar.gz: 90a18b028943995f3fe7371a3915156b3f4d8ecaca8d7e42b59c5babb6eb8cefc4a46cfedd89c8d3810d1c5e72e89dc2709564668e8c753bee0bfc233f897ba6
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Migration
24
24
  module V2
25
- VERSION = "0.19.0"
25
+ VERSION = "0.20.0"
26
26
  end
27
27
  end
28
28
  end
@@ -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[0].email` for a violation in the `email` field of the
305
+ # * `email_addresses[1].email` for a violation in the `email` field of the
306
306
  # first `email_addresses` message
307
- # * `email_addresses[2].type[1]` for a violation in the second `type`
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[0].email` for a violation in the `email` field of the
313
+ # * `emailAddresses[1].email` for a violation in the `email` field of the
314
314
  # first `emailAddresses` message
315
- # * `emailAddresses[2].type[1]` for a violation in the second `type`
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]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC