google-apis-merchantapi_accounts_v1beta 0.18.0 → 0.20.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: a96ae2a168b35e6944ae953ee24e01305e05a2c048956e7897c076fe3122c896
|
4
|
+
data.tar.gz: 6e681d251ae2d1b64f009518eaf9069c5841431380af5c98835d2d6079daedb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df9e292d2795e818e001e05b0767e1c5664252fc707dd11f087a59fa958a403bcb16171993cbe047370849f944164b1bda0852f4f775de8e76192b68474a994b
|
7
|
+
data.tar.gz: b53fd67752d304f5ac0303a48626322c1c7686c752469971a7694a47bb57dca9682cc8536a72815956b4e0123edad86f7443405fab54f4e37fb326f89982be19
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_accounts_v1beta
|
2
2
|
|
3
|
+
### v0.20.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250729
|
6
|
+
|
7
|
+
### v0.19.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250721
|
10
|
+
|
3
11
|
### v0.18.0 (2025-07-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250710
|
@@ -87,8 +87,9 @@ module Google
|
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
|
-
# Describes the [accepted terms of service](/
|
91
|
-
# and-configure#
|
90
|
+
# Describes the [accepted terms of service](https://developers.google.com/
|
91
|
+
# merchant/api/guides/accounts/create-and-configure#
|
92
|
+
# accept_the_merchant_center_terms_of_service).
|
92
93
|
class Accepted
|
93
94
|
include Google::Apis::Core::Hashable
|
94
95
|
|
@@ -1016,8 +1017,9 @@ module Google
|
|
1016
1017
|
# @return [Google::Apis::MerchantapiAccountsV1beta::UriSettings]
|
1017
1018
|
attr_accessor :effective_uri_settings
|
1018
1019
|
|
1019
|
-
# Optional. The destinations
|
1020
|
-
#
|
1020
|
+
# Optional. The destinations (also known as [Marketing methods](https://support.
|
1021
|
+
# google.com/merchants/answer/15130232)) to which the checkout program applies,
|
1022
|
+
# valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
|
1021
1023
|
# Corresponds to the JSON property `eligibleDestinations`
|
1022
1024
|
# @return [Array<String>]
|
1023
1025
|
attr_accessor :eligible_destinations
|
@@ -4074,8 +4076,9 @@ module Google
|
|
4074
4076
|
class TermsOfServiceAgreementState
|
4075
4077
|
include Google::Apis::Core::Hashable
|
4076
4078
|
|
4077
|
-
# Describes the [accepted terms of service](/
|
4078
|
-
# and-configure#
|
4079
|
+
# Describes the [accepted terms of service](https://developers.google.com/
|
4080
|
+
# merchant/api/guides/accounts/create-and-configure#
|
4081
|
+
# accept_the_merchant_center_terms_of_service).
|
4079
4082
|
# Corresponds to the JSON property `accepted`
|
4080
4083
|
# @return [Google::Apis::MerchantapiAccountsV1beta::Accepted]
|
4081
4084
|
attr_accessor :accepted
|
@@ -4443,8 +4446,7 @@ module Google
|
|
4443
4446
|
# @return [String]
|
4444
4447
|
attr_accessor :carrier_service
|
4445
4448
|
|
4446
|
-
# Required. Warehouse name. This should match
|
4447
|
-
# reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
|
4449
|
+
# Required. Warehouse name. This should match warehouse.
|
4448
4450
|
# Corresponds to the JSON property `warehouse`
|
4449
4451
|
# @return [String]
|
4450
4452
|
attr_accessor :warehouse
|
@@ -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.20.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 = "20250729"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -153,36 +153,6 @@ module Google
|
|
153
153
|
execute_or_queue_command(command, &block)
|
154
154
|
end
|
155
155
|
|
156
|
-
# Retrieves a developer registration for a merchant.
|
157
|
-
# @param [String] name
|
158
|
-
# Required. The `name` (ID) of the developer registration.
|
159
|
-
# @param [String] fields
|
160
|
-
# Selector specifying which fields to include in a partial response.
|
161
|
-
# @param [String] quota_user
|
162
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
163
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
164
|
-
# @param [Google::Apis::RequestOptions] options
|
165
|
-
# Request-specific options
|
166
|
-
#
|
167
|
-
# @yield [result, err] Result & error if block supplied
|
168
|
-
# @yieldparam result [Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration] parsed result object
|
169
|
-
# @yieldparam err [StandardError] error object if request failed
|
170
|
-
#
|
171
|
-
# @return [Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration]
|
172
|
-
#
|
173
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
174
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
175
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
176
|
-
def get_account_developer_registration(name, fields: nil, quota_user: nil, options: nil, &block)
|
177
|
-
command = make_simple_command(:get, 'accounts/v1beta/{+name}', options)
|
178
|
-
command.response_representation = Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration::Representation
|
179
|
-
command.response_class = Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration
|
180
|
-
command.params['name'] = name unless name.nil?
|
181
|
-
command.query['fields'] = fields unless fields.nil?
|
182
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
183
|
-
execute_or_queue_command(command, &block)
|
184
|
-
end
|
185
|
-
|
186
156
|
# Note: For the `accounts.list` method, quota and limits usage are charged for
|
187
157
|
# each user, and not for the Merchant Center ID or the advanced account ID. To
|
188
158
|
# list several sub-accounts, you should use the `accounts.listSubaccounts`
|
@@ -595,6 +565,36 @@ module Google
|
|
595
565
|
execute_or_queue_command(command, &block)
|
596
566
|
end
|
597
567
|
|
568
|
+
# Retrieves a developer registration for a merchant.
|
569
|
+
# @param [String] name
|
570
|
+
# Required. The `name` (ID) of the developer registration.
|
571
|
+
# @param [String] fields
|
572
|
+
# Selector specifying which fields to include in a partial response.
|
573
|
+
# @param [String] quota_user
|
574
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
575
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
576
|
+
# @param [Google::Apis::RequestOptions] options
|
577
|
+
# Request-specific options
|
578
|
+
#
|
579
|
+
# @yield [result, err] Result & error if block supplied
|
580
|
+
# @yieldparam result [Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration] parsed result object
|
581
|
+
# @yieldparam err [StandardError] error object if request failed
|
582
|
+
#
|
583
|
+
# @return [Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration]
|
584
|
+
#
|
585
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
586
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
587
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
588
|
+
def get_account_developer_registration_developer_registration(name, fields: nil, quota_user: nil, options: nil, &block)
|
589
|
+
command = make_simple_command(:get, 'accounts/v1beta/{+name}', options)
|
590
|
+
command.response_representation = Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration::Representation
|
591
|
+
command.response_class = Google::Apis::MerchantapiAccountsV1beta::DeveloperRegistration
|
592
|
+
command.params['name'] = name unless name.nil?
|
593
|
+
command.query['fields'] = fields unless fields.nil?
|
594
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
595
|
+
execute_or_queue_command(command, &block)
|
596
|
+
end
|
597
|
+
|
598
598
|
# Registers the GCP used for the API call to the shopping account passed in the
|
599
599
|
# request. Will create a user with an "API developer" and add the "
|
600
600
|
# developer_email" as a contact with "API notifications" email preference on.
|
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.20.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.20.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:
|