google-apis-merchantapi_accounts_v1beta 0.37.0 → 0.38.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75fcd3c978f65ac37223622809b42a4a122358df86d3777c853a714cca1fcbc8
|
|
4
|
+
data.tar.gz: c47f95f74991d6d37f6301a32330c1d82ee4d332fa18ca7a86229802ef76b134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e37cb6bbb93eae6c34d37687d424a588e05da4201a4cc333df09f8b1f1cbddd7e163606270ee7c33a8d8ce5005f125a148d8b95af91401006e45ceff1e1b5f
|
|
7
|
+
data.tar.gz: 4fd44a09962d8329ea1957017a7a542c4cea54f8939c61f18b77a4919ad7150080cf03ba3381a8fa7604154bf4ae0079e6308deb406fb1e320828024f1766617
|
data/CHANGELOG.md
CHANGED
|
@@ -414,6 +414,11 @@ module Google
|
|
|
414
414
|
# @return [String]
|
|
415
415
|
attr_accessor :provider_display_name
|
|
416
416
|
|
|
417
|
+
# `UcpCheckoutManagement` payload.
|
|
418
|
+
# Corresponds to the JSON property `ucpCheckoutManagement`
|
|
419
|
+
# @return [Google::Apis::MerchantapiAccountsV1beta::UcpCheckoutManagement]
|
|
420
|
+
attr_accessor :ucp_checkout_management
|
|
421
|
+
|
|
417
422
|
def initialize(**args)
|
|
418
423
|
update!(**args)
|
|
419
424
|
end
|
|
@@ -432,6 +437,7 @@ module Google
|
|
|
432
437
|
@products_management = args[:products_management] if args.key?(:products_management)
|
|
433
438
|
@provider = args[:provider] if args.key?(:provider)
|
|
434
439
|
@provider_display_name = args[:provider_display_name] if args.key?(:provider_display_name)
|
|
440
|
+
@ucp_checkout_management = args[:ucp_checkout_management] if args.key?(:ucp_checkout_management)
|
|
435
441
|
end
|
|
436
442
|
end
|
|
437
443
|
|
|
@@ -4423,6 +4429,19 @@ module Google
|
|
|
4423
4429
|
end
|
|
4424
4430
|
end
|
|
4425
4431
|
|
|
4432
|
+
# `UcpCheckoutManagement` payload.
|
|
4433
|
+
class UcpCheckoutManagement
|
|
4434
|
+
include Google::Apis::Core::Hashable
|
|
4435
|
+
|
|
4436
|
+
def initialize(**args)
|
|
4437
|
+
update!(**args)
|
|
4438
|
+
end
|
|
4439
|
+
|
|
4440
|
+
# Update properties of this object
|
|
4441
|
+
def update!(**args)
|
|
4442
|
+
end
|
|
4443
|
+
end
|
|
4444
|
+
|
|
4426
4445
|
# Request message for the `UnclaimHomepage` method.
|
|
4427
4446
|
class UnclaimHomepageRequest
|
|
4428
4447
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MerchantapiAccountsV1beta
|
|
18
18
|
# Version of the google-apis-merchantapi_accounts_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.38.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260722"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -730,6 +730,12 @@ module Google
|
|
|
730
730
|
include Google::Apis::Core::JsonObjectSupport
|
|
731
731
|
end
|
|
732
732
|
|
|
733
|
+
class UcpCheckoutManagement
|
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
735
|
+
|
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
737
|
+
end
|
|
738
|
+
|
|
733
739
|
class UnclaimHomepageRequest
|
|
734
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
735
741
|
|
|
@@ -893,6 +899,8 @@ module Google
|
|
|
893
899
|
|
|
894
900
|
property :provider, as: 'provider'
|
|
895
901
|
property :provider_display_name, as: 'providerDisplayName'
|
|
902
|
+
property :ucp_checkout_management, as: 'ucpCheckoutManagement', class: Google::Apis::MerchantapiAccountsV1beta::UcpCheckoutManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::UcpCheckoutManagement::Representation
|
|
903
|
+
|
|
896
904
|
end
|
|
897
905
|
end
|
|
898
906
|
|
|
@@ -1975,6 +1983,12 @@ module Google
|
|
|
1975
1983
|
end
|
|
1976
1984
|
end
|
|
1977
1985
|
|
|
1986
|
+
class UcpCheckoutManagement
|
|
1987
|
+
# @private
|
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1989
|
+
end
|
|
1990
|
+
end
|
|
1991
|
+
|
|
1978
1992
|
class UnclaimHomepageRequest
|
|
1979
1993
|
# @private
|
|
1980
1994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-merchantapi_accounts_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.38.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|