Skip to content

Commit e5ba28d

Browse files
feat: Automated regeneration of merchantapi inventories_v1beta client (googleapis#22144)
Auto-created at 2025-03-16 10:57:59 +0000 using the toys pull request generator.
1 parent df4e861 commit e5ba28d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

generated/google-apis-merchantapi_inventories_v1beta/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-merchantapi_inventories_v1beta
22

3+
### v0.5.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250311
6+
37
### v0.4.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250301

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,9 @@ class ProductStatusChangeMessage
359359
# @return [Array<Google::Apis::MerchantapiInventoriesV1beta::ProductChange>]
360360
attr_accessor :changes
361361

362-
# The time at which the event was generated.
362+
# The time at which the event was generated. If you want to order the
363+
# notification messages you receive you should rely on this field not on the
364+
# order of receiving the notifications.
363365
# Corresponds to the JSON property `eventTime`
364366
# @return [String]
365367
attr_accessor :event_time

generated/google-apis-merchantapi_inventories_v1beta/lib/google/apis/merchantapi_inventories_v1beta/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 MerchantapiInventoriesV1beta
1818
# Version of the google-apis-merchantapi_inventories_v1beta gem
19-
GEM_VERSION = "0.4.0"
19+
GEM_VERSION = "0.5.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250301"
25+
REVISION = "20250311"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)