google-apis-merchantapi_accounts_v1beta 0.18.0 → 0.19.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: 1719faa45c6c16d2086f77e03272277a05449fc6202e5b63972d85e16e66cd74
|
4
|
+
data.tar.gz: 76497ec22600f85e7db593674abf0062c078467429f65d5afaaa62c30be8f873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0201119921738934ec8ba6a7011d47de33802b6731071d93aaa75e3df7c1b6e083bf94b3c97b9a3aa4d04fc6f46da853c3d573e77fcaeeffe666f7822303c4f9'
|
7
|
+
data.tar.gz: e6b4b2653283c581c0566861949754bc4a4b7bfcca68448064b1c2bb8a026e2095dcc57cb8a36f2d80c5418afec2935e4a91ca84ab4541fd677745392fb46603
|
data/CHANGELOG.md
CHANGED
@@ -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.19.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 = "20250721"
|
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.19.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.19.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:
|