google-apis-merchantapi_accounts_v1beta 0.25.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: 30400827fbf0b6ebfd194ef3df0247df6fa8963462f685376a697c1f42b0056e
4
- data.tar.gz: 2f60d27fbab7990e4ff85096bfea2d089de80ffa2950b4ff742378708320283a
3
+ metadata.gz: 31b919c71d956f739d5b05738e9bea4ce87903ff28b908062ec4522c345ed41e
4
+ data.tar.gz: deb7cd34e3860be1b0e61751a2d879bcdea57d55de330dda09b473ef4c8081ff
5
5
  SHA512:
6
- metadata.gz: 8a0b409b8f578ceb6afcfe470335d9dd2019a6bfda44f88984077b4c33ecde48ad5c09e14effcde4a5d935d1601b976d0af00c53b1217813caae50af3aea87f6
7
- data.tar.gz: d8363600b367184b33a48c1f90603c39d7ce9826cc9eee3d4a1383bf69cc1d227202be85edb110238a5068d639262ecc34e46eb82bec3058f99489ead22c4da7
6
+ metadata.gz: b221368eed8b33bae0d5cabafbee50d83c9f8429a088d938b5f02abb1b092bceaa522064d84421eff6c71ecfb7d4dfc767507f34ec4f60fcfe3aa03f0783119f
7
+ data.tar.gz: bf3861a2e31bbf3ed79b268bc39374cd6cbce5f94b9e208323d1708335151a1f2672a6d92326fb87d0806c193b82d5c333a55c62e1c729d10454839442aaf363
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.26.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251002
10
+
3
11
  ### v0.25.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250909
@@ -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.25.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 = "20250909"
25
+ REVISION = "20251023"
26
26
  end
27
27
  end
28
28
  end
@@ -84,10 +84,12 @@ module Google
84
84
 
85
85
  # Deletes the specified account regardless of its type: standalone, advanced
86
86
  # account or sub-account. Deleting an advanced account leads to the deletion of
87
- # all of its sub-accounts. Executing this method requires admin access. The
88
- # deletion succeeds only if the account does not provide services to any other
89
- # account and has no processed offers. You can use the `force` parameter to
90
- # override this.
87
+ # all of its sub-accounts. This also deletes the account's [developer
88
+ # registration entity](/merchant/api/reference/rest/accounts_v1beta/accounts.
89
+ # developerRegistration) and any associated GCP project to the account.
90
+ # Executing this method requires admin access. The deletion succeeds only if the
91
+ # account does not provide services to any other account and has no processed
92
+ # offers. You can use the `force` parameter to override this.
91
93
  # @param [String] name
92
94
  # Required. The name of the account to delete. Format: `accounts/`account``
93
95
  # @param [Boolean] force
@@ -153,33 +155,6 @@ module Google
153
155
  execute_or_queue_command(command, &block)
154
156
  end
155
157
 
156
- # Retrieves the merchant account that the calling GCP is registered with.
157
- # @param [String] fields
158
- # Selector specifying which fields to include in a partial response.
159
- # @param [String] quota_user
160
- # Available to use for quota purposes for server-side applications. Can be any
161
- # arbitrary string assigned to a user, but should not exceed 40 characters.
162
- # @param [Google::Apis::RequestOptions] options
163
- # Request-specific options
164
- #
165
- # @yield [result, err] Result & error if block supplied
166
- # @yieldparam result [Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse] parsed result object
167
- # @yieldparam err [StandardError] error object if request failed
168
- #
169
- # @return [Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse]
170
- #
171
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
172
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
173
- # @raise [Google::Apis::AuthorizationError] Authorization is required
174
- def get_account_account_for_gcp_registration(fields: nil, quota_user: nil, options: nil, &block)
175
- command = make_simple_command(:get, 'accounts/v1beta/accounts:getAccountForGcpRegistration', options)
176
- command.response_representation = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse::Representation
177
- command.response_class = Google::Apis::MerchantapiAccountsV1beta::GetAccountForGcpRegistrationResponse
178
- command.query['fields'] = fields unless fields.nil?
179
- command.query['quotaUser'] = quota_user unless quota_user.nil?
180
- execute_or_queue_command(command, &block)
181
- end
182
-
183
158
  # Note: For the `accounts.list` method, quota and limits usage are charged for
184
159
  # each user, and not for the Merchant Center ID or the advanced account ID. To
185
160
  # list several sub-accounts, you should use the `accounts.listSubaccounts`
@@ -592,6 +567,33 @@ module Google
592
567
  execute_or_queue_command(command, &block)
593
568
  end
594
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
+
595
597
  # Retrieves a developer registration for a merchant.
596
598
  # @param [String] name
597
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.25.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.25.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: