google-apis-merchantapi_accounts_v1beta 0.13.0 → 0.15.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: 3ac41317f4629b9f250e6858e4b5cb970cd0ad85d8ac185aa89b2f2a4660bf81
|
4
|
+
data.tar.gz: def5efc40668436d863f4775c1d12e8f00fd90f9230eb295518a0a55ad468939
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a351c91f29ef076e76ec9a925499cd3189b28aa25dc8a07b06fec0e75e156402a102762f1f0eb80e66c5f81e51b852edbc9a8b6747ea1ee738d1134caba791df
|
7
|
+
data.tar.gz: 6b1224bded0809122f59c3f30f378e2c56b818e4904f289553ed226c9999a4a10d12c7a13a46b4370369214b288dfce18a4cb3122f7c3f42be21e093de710b52
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_accounts_v1beta
|
2
2
|
|
3
|
+
### v0.15.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
|
7
|
+
### v0.14.0 (2025-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250611
|
10
|
+
|
3
11
|
### v0.13.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250603
|
@@ -92,13 +92,13 @@ module Google
|
|
92
92
|
class Accepted
|
93
93
|
include Google::Apis::Core::Hashable
|
94
94
|
|
95
|
-
# The account where the acceptance was recorded. This can be the
|
96
|
-
# or, in the case of subaccounts, the advanced account.
|
95
|
+
# Required. The account where the acceptance was recorded. This can be the
|
96
|
+
# account itself or, in the case of subaccounts, the advanced account.
|
97
97
|
# Corresponds to the JSON property `acceptedBy`
|
98
98
|
# @return [String]
|
99
99
|
attr_accessor :accepted_by
|
100
100
|
|
101
|
-
# The accepted termsOfService.
|
101
|
+
# Required. The accepted termsOfService.
|
102
102
|
# Corresponds to the JSON property `termsOfService`
|
103
103
|
# @return [String]
|
104
104
|
attr_accessor :terms_of_service
|
@@ -852,16 +852,17 @@ module Google
|
|
852
852
|
class BusinessInfo
|
853
853
|
include Google::Apis::Core::Hashable
|
854
854
|
|
855
|
-
# Represents a postal address
|
856
|
-
#
|
857
|
-
#
|
858
|
-
# locations
|
859
|
-
# created by user input or from importing existing data, depending on the
|
860
|
-
# of process. Advice on address input or editing: - Use an
|
861
|
-
# ready address widget such as https://github.com/google/
|
862
|
-
# Users should not be presented with UI elements for input or
|
863
|
-
# outside countries where that field is used. For more
|
864
|
-
# this schema, see: https://support.google.com/business/
|
855
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
856
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
857
|
+
# box, or similar. A postal address is not intended to model geographical
|
858
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
859
|
+
# be created by user input or from importing existing data, depending on the
|
860
|
+
# type of process. Advice on address input or editing: - Use an
|
861
|
+
# internationalization-ready address widget such as https://github.com/google/
|
862
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
863
|
+
# editing of fields outside countries where that field is used. For more
|
864
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
865
|
+
# answer/6397478.
|
865
866
|
# Corresponds to the JSON property `address`
|
866
867
|
# @return [Google::Apis::MerchantapiAccountsV1beta::PostalAddress]
|
867
868
|
attr_accessor :address
|
@@ -2672,7 +2673,7 @@ module Google
|
|
2672
2673
|
# phone number that uses a relaxed ITU E.164 format consisting of the country
|
2673
2674
|
# calling code (1 to 3 digits) and the subscriber number, with no additional
|
2674
2675
|
# spaces or formatting. For example: - correct: "+15552220123" - incorrect: "+1 (
|
2675
|
-
# 555) 222-01234 x123"
|
2676
|
+
# 555) 222-01234 x123" The ITU E.164 format limits the latter to 12 digits, but
|
2676
2677
|
# in practice not all countries respect that, so we relax that restriction here.
|
2677
2678
|
# National-only numbers are not allowed. References: - https://www.itu.int/rec/T-
|
2678
2679
|
# REC-E.164-201011-I - https://en.wikipedia.org/wiki/E.164. - https://en.
|
@@ -2769,16 +2770,17 @@ module Google
|
|
2769
2770
|
end
|
2770
2771
|
end
|
2771
2772
|
|
2772
|
-
# Represents a postal address
|
2773
|
-
#
|
2774
|
-
#
|
2775
|
-
# locations
|
2776
|
-
# created by user input or from importing existing data, depending on the
|
2777
|
-
# of process. Advice on address input or editing: - Use an
|
2778
|
-
# ready address widget such as https://github.com/google/
|
2779
|
-
# Users should not be presented with UI elements for input or
|
2780
|
-
# outside countries where that field is used. For more
|
2781
|
-
# this schema, see: https://support.google.com/business/
|
2773
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
2774
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
2775
|
+
# box, or similar. A postal address is not intended to model geographical
|
2776
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
2777
|
+
# be created by user input or from importing existing data, depending on the
|
2778
|
+
# type of process. Advice on address input or editing: - Use an
|
2779
|
+
# internationalization-ready address widget such as https://github.com/google/
|
2780
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
2781
|
+
# editing of fields outside countries where that field is used. For more
|
2782
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
2783
|
+
# answer/6397478.
|
2782
2784
|
class PostalAddress
|
2783
2785
|
include Google::Apis::Core::Hashable
|
2784
2786
|
|
@@ -3067,7 +3069,7 @@ module Google
|
|
3067
3069
|
# @return [String]
|
3068
3070
|
attr_accessor :event_time
|
3069
3071
|
|
3070
|
-
# Optional. The product expiration time. This field will not
|
3072
|
+
# Optional. The product expiration time. This field will not be set if the
|
3071
3073
|
# notification is sent for a product deletion event.
|
3072
3074
|
# Corresponds to the JSON property `expirationTime`
|
3073
3075
|
# @return [String]
|
@@ -3389,12 +3391,12 @@ module Google
|
|
3389
3391
|
class Required
|
3390
3392
|
include Google::Apis::Core::Hashable
|
3391
3393
|
|
3392
|
-
# The `TermsOfService` that need to be accepted.
|
3394
|
+
# Required. The `TermsOfService` that need to be accepted.
|
3393
3395
|
# Corresponds to the JSON property `termsOfService`
|
3394
3396
|
# @return [String]
|
3395
3397
|
attr_accessor :terms_of_service
|
3396
3398
|
|
3397
|
-
# Full URL to the terms of service file. This field is the same as `
|
3399
|
+
# Required. Full URL to the terms of service file. This field is the same as `
|
3398
3400
|
# TermsOfService.file_uri`, it is added here for convenience only.
|
3399
3401
|
# Corresponds to the JSON property `tosFileUri`
|
3400
3402
|
# @return [String]
|
@@ -3674,16 +3676,17 @@ module Google
|
|
3674
3676
|
class ShippingSettings
|
3675
3677
|
include Google::Apis::Core::Hashable
|
3676
3678
|
|
3677
|
-
# Required. This field
|
3678
|
-
# data
|
3679
|
-
#
|
3680
|
-
# setting creation. 2. After initial creation, call
|
3681
|
-
# and current shipping setting data before
|
3682
|
-
# shipping setting information. 4. Call
|
3683
|
-
#
|
3684
|
-
# data
|
3685
|
-
# etag changes every time the shipping
|
3686
|
-
#
|
3679
|
+
# Required. This field helps avoid async issues. It ensures that the shipping
|
3680
|
+
# setting data doesn't change between the `get` call and the `insert` call. The
|
3681
|
+
# user should follow these steps: 1. Set the etag field as an empty string for
|
3682
|
+
# the initial shipping setting creation. 2. After the initial creation, call the
|
3683
|
+
# `get` method to obtain an etag and the current shipping setting data before
|
3684
|
+
# calling `insert`. 3. Modify the shipping setting information. 4. Call the `
|
3685
|
+
# insert` method with the shipping setting information and the etag obtained in
|
3686
|
+
# step 2. 5. If the shipping setting data changes between step 2 and step 4, the
|
3687
|
+
# insert request will fail because the etag changes every time the shipping
|
3688
|
+
# setting data changes. In this case, the user should repeat steps 2-4 with the
|
3689
|
+
# new etag.
|
3687
3690
|
# Corresponds to the JSON property `etag`
|
3688
3691
|
# @return [String]
|
3689
3692
|
attr_accessor :etag
|
@@ -3957,8 +3960,8 @@ module Google
|
|
3957
3960
|
# @return [String]
|
3958
3961
|
attr_accessor :name
|
3959
3962
|
|
3960
|
-
# Region code as defined by https://cldr.unicode.org/. This is the
|
3961
|
-
# current state applies to.
|
3963
|
+
# Required. Region code as defined by https://cldr.unicode.org/. This is the
|
3964
|
+
# country the current state applies to.
|
3962
3965
|
# Corresponds to the JSON property `regionCode`
|
3963
3966
|
# @return [String]
|
3964
3967
|
attr_accessor :region_code
|
@@ -3968,7 +3971,7 @@ module Google
|
|
3968
3971
|
# @return [Google::Apis::MerchantapiAccountsV1beta::Required]
|
3969
3972
|
attr_accessor :required
|
3970
3973
|
|
3971
|
-
# Terms of Service kind associated with the particular version.
|
3974
|
+
# Required. Terms of Service kind associated with the particular version.
|
3972
3975
|
# Corresponds to the JSON property `termsOfServiceKind`
|
3973
3976
|
# @return [String]
|
3974
3977
|
attr_accessor :terms_of_service_kind
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -153,17 +153,10 @@ module Google
|
|
153
153
|
execute_or_queue_command(command, &block)
|
154
154
|
end
|
155
155
|
|
156
|
-
#
|
157
|
-
#
|
158
|
-
#
|
159
|
-
#
|
160
|
-
# so on. If no filter is provided, then it returns all the accounts the user has
|
161
|
-
# access to. This method is eventually consistent, meaning changes such as
|
162
|
-
# creating, updating an account or a change of relationships between accounts
|
163
|
-
# may not show up in the results immediately. Instead, these changes propagate
|
164
|
-
# over a short period, after which the updated information can match the
|
165
|
-
# associated predicates. That means, that searching by account name might not
|
166
|
-
# return a recently changed account even though it satisfies the predicate.
|
156
|
+
# Note: For the `accounts.list` method, quota and limits usage are charged for
|
157
|
+
# each user, and not for the Merchant Center ID or the advanced account ID. To
|
158
|
+
# list several sub-accounts, you should use the `accounts.listSubaccounts`
|
159
|
+
# method, which is more suitable for advanced accounts use case.
|
167
160
|
# @param [String] filter
|
168
161
|
# Optional. Returns only accounts that match the [filter](https://developers.
|
169
162
|
# google.com/merchant/api/guides/accounts/filter). For more details, see the [
|
@@ -647,7 +640,10 @@ module Google
|
|
647
640
|
execute_or_queue_command(command, &block)
|
648
641
|
end
|
649
642
|
|
650
|
-
# Link the specified merchant to a GBP account for all countries.
|
643
|
+
# Link the specified merchant to a GBP account for all countries. To run this
|
644
|
+
# method, you must have admin access to the Merchant Center account. If you don'
|
645
|
+
# t have admin access, the request fails with the error message `User is not an
|
646
|
+
# administrator of account `ACCOUNT_ID``.
|
651
647
|
# @param [String] parent
|
652
648
|
# Required. The name of the parent resource to which the GBP account is linked.
|
653
649
|
# Format: `accounts/`account``.
|
@@ -2075,6 +2071,8 @@ module Google
|
|
2075
2071
|
end
|
2076
2072
|
|
2077
2073
|
# Retrieves the state of the agreement for the application terms of service.
|
2074
|
+
# Application terms of service covers permissions related to the usage of data
|
2075
|
+
# provided through Merchant Center, CSS Center, Manufacturer Center, and more.
|
2078
2076
|
# @param [String] parent
|
2079
2077
|
# Required. The account for which to get a TermsOfServiceAgreementState Format: `
|
2080
2078
|
# accounts/`account``
|
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.15.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.15.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:
|