Skip to content

Commit 7770372

Browse files
feat: Automated regeneration of datamigration v1beta1 client (googleapis#26435)
Auto-created at 2026-05-10 10:50:26 +0000 using the toys pull request generator.
1 parent 4ae32c4 commit 7770372

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-datamigration_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-datamigration_v1beta1/lib/google/apis/datamigration_v1beta1/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]

generated/google-apis-datamigration_v1beta1/lib/google/apis/datamigration_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)