File tree Expand file tree Collapse file tree
generated/google-apis-datamigration_v1beta1
lib/google/apis/datamigration_v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release history for google-apis-datamigration_v1beta1
22
3+ ### v0.42.0 (2026-05-10)
4+
5+ * Regenerated from discovery document revision 20260406
6+
37### v0.41.0 (2026-04-19)
48
59* Regenerated from discovery document revision 20260320
Original file line number Diff line number Diff line change @@ -660,12 +660,12 @@ class FieldViolation
660660 # repeated EmailType type = 2; ` string full_name = 1; repeated EmailAddress
661661 # email_addresses = 2; ` In this example, in proto `field` could take one of the
662662 # following values: * `full_name` for a violation in the `full_name` value * `
663- # email_addresses[1 ].email` for a violation in the `email` field of the first `
664- # email_addresses` message * `email_addresses[3 ].type[2 ]` for a violation in the
663+ # email_addresses[0 ].email` for a violation in the `email` field of the first `
664+ # email_addresses` message * `email_addresses[2 ].type[1 ]` for a violation in the
665665 # second `type` value in the third `email_addresses` message. In JSON, the same
666666 # values are represented as: * `fullName` for a violation in the `fullName`
667- # value * `emailAddresses[1 ].email` for a violation in the `email` field of the
668- # first `emailAddresses` message * `emailAddresses[3 ].type[2 ]` for a violation
667+ # value * `emailAddresses[0 ].email` for a violation in the `email` field of the
668+ # first `emailAddresses` message * `emailAddresses[2 ].type[1 ]` for a violation
669669 # in the second `type` value in the third `emailAddresses` message.
670670 # Corresponds to the JSON property `field`
671671 # @return [String]
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module DatamigrationV1beta1
1818 # Version of the google-apis-datamigration_v1beta1 gem
19- GEM_VERSION = "0.41 .0"
19+ GEM_VERSION = "0.42 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260320 "
25+ REVISION = "20260406 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments