Skip to content

Commit 12d3fa6

Browse files
feat: Automated regeneration of merchantapi reviews_v1beta client (googleapis#20447)
Auto-created at 2024-10-27 09:17:53 +0000 using the toys pull request generator.
1 parent d77b372 commit 12d3fa6

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253118,6 +253118,7 @@
253118253118
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/attribute": attribute
253119253119
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/changes": changes
253120253120
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/changes/change": change
253121+
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/expirationTime": expiration_time
253121253122
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/managingAccount": managing_account
253122253123
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/resource": resource
253123253124
"/merchantapi:reviews_v1beta/ProductStatusChangeMessage/resourceId": resource_id
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release history for google-apis-merchantapi_reviews_v1beta
22

3-
### v0.1.0 (2024-10-20)
3+
### v0.1.0 (2024-10-27)
44

5-
* Regenerated from discovery document revision 20241015
5+
* Regenerated from discovery document revision 20241022
66
* Regenerated using generator version 0.15.1
77

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,11 @@ class ProductStatusChangeMessage
870870
# @return [Array<Google::Apis::MerchantapiReviewsV1beta::ProductChange>]
871871
attr_accessor :changes
872872

873+
# The product expiration time.
874+
# Corresponds to the JSON property `expirationTime`
875+
# @return [String]
876+
attr_accessor :expiration_time
877+
873878
# The account that manages the merchant's account. can be the same as merchant
874879
# id if it is standalone account. Format : `accounts/`service_provider_id``
875880
# Corresponds to the JSON property `managingAccount`
@@ -901,6 +906,7 @@ def update!(**args)
901906
@account = args[:account] if args.key?(:account)
902907
@attribute = args[:attribute] if args.key?(:attribute)
903908
@changes = args[:changes] if args.key?(:changes)
909+
@expiration_time = args[:expiration_time] if args.key?(:expiration_time)
904910
@managing_account = args[:managing_account] if args.key?(:managing_account)
905911
@resource = args[:resource] if args.key?(:resource)
906912
@resource_id = args[:resource_id] if args.key?(:resource_id)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module MerchantapiReviewsV1beta
2222
GENERATOR_VERSION = "0.15.1"
2323

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

generated/google-apis-merchantapi_reviews_v1beta/lib/google/apis/merchantapi_reviews_v1beta/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
329329
property :attribute, as: 'attribute'
330330
collection :changes, as: 'changes', class: Google::Apis::MerchantapiReviewsV1beta::ProductChange, decorator: Google::Apis::MerchantapiReviewsV1beta::ProductChange::Representation
331331

332+
property :expiration_time, as: 'expirationTime'
332333
property :managing_account, as: 'managingAccount'
333334
property :resource, as: 'resource'
334335
property :resource_id, as: 'resourceId'

0 commit comments

Comments
 (0)