google-apis-merchantapi_accounts_v1beta 0.26.0 → 0.27.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: '00921907f7efdf9a3c561e68941386fda0aa280eb06c100f13ded988a01d44c3'
4
- data.tar.gz: b7b951a148ea23b4b1b1af73df840664fb4a010f1333eadb2d8a61420dbfae8e
3
+ metadata.gz: 31b919c71d956f739d5b05738e9bea4ce87903ff28b908062ec4522c345ed41e
4
+ data.tar.gz: deb7cd34e3860be1b0e61751a2d879bcdea57d55de330dda09b473ef4c8081ff
5
5
  SHA512:
6
- metadata.gz: c8f4bcb63f79ac083705a0deb461fcec64bb50f229cb500ba280c949e575856770a5099a7e4f195d5bb6e5291475797bf25166582ab9828628419e8b6f2b2b9a
7
- data.tar.gz: '082bae668e1382135a21de12d57fd617186bcc74e6bdf264242ce2ea186b0c5fbd04e64a12b00cdbe8d5bb227ca5b8f140cb32488a6d62028bb29cd61db69e96'
6
+ metadata.gz: b221368eed8b33bae0d5cabafbee50d83c9f8429a088d938b5f02abb1b092bceaa522064d84421eff6c71ecfb7d4dfc767507f34ec4f60fcfe3aa03f0783119f
7
+ data.tar.gz: bf3861a2e31bbf3ed79b268bc39374cd6cbce5f94b9e208323d1708335151a1f2672a6d92326fb87d0806c193b82d5c333a55c62e1c729d10454839442aaf363
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.27.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251023
6
+
3
7
  ### v0.26.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251002
@@ -459,10 +459,10 @@ module Google
459
459
  class AddUser
460
460
  include Google::Apis::Core::Hashable
461
461
 
462
- # The `User` message represents a user associated with a Merchant Center account.
463
- # It is used to manage user permissions and access rights within the account.
464
- # For more information, see [Frequently asked questions about people and access
465
- # levels](//support.google.com/merchants/answer/12160472).
462
+ # The `User` resource represents a user associated with a Merchant Center
463
+ # account. It is used to manage user permissions and access rights within the
464
+ # account. For more information, see [Frequently asked questions about people
465
+ # and access levels](//support.google.com/merchants/answer/12160472).
466
466
  # Corresponds to the JSON property `user`
467
467
  # @return [Google::Apis::MerchantapiAccountsV1beta::User]
468
468
  attr_accessor :user
@@ -1145,10 +1145,10 @@ module Google
1145
1145
  # @return [String]
1146
1146
  attr_accessor :parent
1147
1147
 
1148
- # The `User` message represents a user associated with a Merchant Center account.
1149
- # It is used to manage user permissions and access rights within the account.
1150
- # For more information, see [Frequently asked questions about people and access
1151
- # levels](//support.google.com/merchants/answer/12160472).
1148
+ # The `User` resource represents a user associated with a Merchant Center
1149
+ # account. It is used to manage user permissions and access rights within the
1150
+ # account. For more information, see [Frequently asked questions about people
1151
+ # and access levels](//support.google.com/merchants/answer/12160472).
1152
1152
  # Corresponds to the JSON property `user`
1153
1153
  # @return [Google::Apis::MerchantapiAccountsV1beta::User]
1154
1154
  attr_accessor :user
@@ -4302,10 +4302,10 @@ module Google
4302
4302
  end
4303
4303
  end
4304
4304
 
4305
- # The `User` message represents a user associated with a Merchant Center account.
4306
- # It is used to manage user permissions and access rights within the account.
4307
- # For more information, see [Frequently asked questions about people and access
4308
- # levels](//support.google.com/merchants/answer/12160472).
4305
+ # The `User` resource represents a user associated with a Merchant Center
4306
+ # account. It is used to manage user permissions and access rights within the
4307
+ # account. For more information, see [Frequently asked questions about people
4308
+ # and access levels](//support.google.com/merchants/answer/12160472).
4309
4309
  class User
4310
4310
  include Google::Apis::Core::Hashable
4311
4311
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.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 = "20251002"
25
+ REVISION = "20251023"
26
26
  end
27
27
  end
28
28
  end
@@ -155,33 +155,6 @@ module Google
155
155
  execute_or_queue_command(command, &block)
156
156
  end
157
157
 
158
- # Retrieves the merchant account that the calling GCP is registered with.
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::GetAccountForGcpRegistrationResponse] parsed result object
169
- # @yieldparam err [StandardError] error object if request failed
170
- #
171
- # @return [Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse]
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_account_for_gcp_registration(fields: nil, quota_user: nil, options: nil, &block)
177
- command = make_simple_command(:get, 'accounts/v1beta/accounts:getAccountForGcpRegistration', options)
178
- command.response_representation = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse::Representation
179
- command.response_class = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse
180
- command.query['fields'] = fields unless fields.nil?
181
- command.query['quotaUser'] = quota_user unless quota_user.nil?
182
- execute_or_queue_command(command, &block)
183
- end
184
-
185
158
  # Note: For the `accounts.list` method, quota and limits usage are charged for
186
159
  # each user, and not for the Merchant Center ID or the advanced account ID. To
187
160
  # list several sub-accounts, you should use the `accounts.listSubaccounts`
@@ -594,6 +567,33 @@ module Google
594
567
  execute_or_queue_command(command, &block)
595
568
  end
596
569
 
570
+ # Retrieves the merchant account that the calling GCP is registered with.
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::GetAccountForGcpRegistrationResponse] parsed result object
581
+ # @yieldparam err [StandardError] error object if request failed
582
+ #
583
+ # @return [Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse]
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_account_for_gcp_registration(fields: nil, quota_user: nil, options: nil, &block)
589
+ command = make_simple_command(:get, 'accounts/v1beta/accounts:getAccountForGcpRegistration', options)
590
+ command.response_representation = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse::Representation
591
+ command.response_class = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse
592
+ command.query['fields'] = fields unless fields.nil?
593
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
594
+ execute_or_queue_command(command, &block)
595
+ end
596
+
597
597
  # Retrieves a developer registration for a merchant.
598
598
  # @param [String] name
599
599
  # Required. The `name` (ID) of the developer registration.
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.26.0
4
+ version: 0.27.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.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.27.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: