Skip to content

Commit 45caafa

Browse files
feat: Automated regeneration of merchantapi accounts_v1beta client (googleapis#23560)
Auto-created at 2025-06-29 10:04:53 +0000 using the toys pull request generator.
1 parent ee75630 commit 45caafa

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

generated/google-apis-merchantapi_accounts_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-merchantapi_accounts_v1beta
22

3+
### v0.16.0 (2025-06-29)
4+
5+
* Regenerated from discovery document revision 20250621
6+
37
### v0.15.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250618

generated/google-apis-merchantapi_accounts_v1beta/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
7979

8080
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
8181

82-
The [product documentation](https://developers.devsite.corp.google.com/merchant/api) may provide guidance regarding the preferred client library to use.
82+
The [product documentation](https://developers.google.com/merchant/api) may provide guidance regarding the preferred client library to use.
8383

8484
## Supported Ruby versions
8585

generated/google-apis-merchantapi_accounts_v1beta/lib/google/apis/merchantapi_accounts_v1beta.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Apis
2323
#
2424
# Programmatically manage your Merchant Center Accounts.
2525
#
26-
# @see https://developers.devsite.corp.google.com/merchant/api
26+
# @see https://developers.google.com/merchant/api
2727
module MerchantapiAccountsV1beta
2828
# Version of the Merchant API this client connects to.
2929
# This is NOT the gem version.

generated/google-apis-merchantapi_accounts_v1beta/lib/google/apis/merchantapi_accounts_v1beta/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ def update!(**args)
20882088
end
20892089
end
20902090

2091-
# Response message for the `ListAccounts` method.
2091+
# Response message for the `accounts.list` method.
20922092
class ListAccountsResponse
20932093
include Google::Apis::Core::Hashable
20942094

generated/google-apis-merchantapi_accounts_v1beta/lib/google/apis/merchantapi_accounts_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MerchantapiAccountsV1beta
1818
# Version of the google-apis-merchantapi_accounts_v1beta gem
19-
GEM_VERSION = "0.15.0"
19+
GEM_VERSION = "0.16.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250618"
25+
REVISION = "20250621"
2626
end
2727
end
2828
end

generated/google-apis-merchantapi_accounts_v1beta/lib/google/apis/merchantapi_accounts_v1beta/service.rb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module MerchantapiAccountsV1beta
3030
# Merchantapi = Google::Apis::MerchantapiAccountsV1beta # Alias the module
3131
# service = Merchantapi::MerchantService.new
3232
#
33-
# @see https://developers.devsite.corp.google.com/merchant/api
33+
# @see https://developers.google.com/merchant/api
3434
class MerchantService < Google::Apis::Core::BaseService
3535
DEFAULT_ENDPOINT_TEMPLATE = "https://merchantapi.$UNIVERSE_DOMAIN$/"
3636

@@ -167,9 +167,10 @@ def get_account(name, fields: nil, quota_user: nil, options: nil, &block)
167167
# fewer than this value. If unspecified, at most 250 accounts are returned. The
168168
# maximum value is 500; values above 500 are coerced to 500.
169169
# @param [String] page_token
170-
# Optional. A page token, received from a previous `ListAccounts` call. Provide
170+
# Optional. A page token, received from a previous `accounts.list` call. Provide
171171
# this to retrieve the subsequent page. When paginating, all other parameters
172-
# provided to `ListAccounts` must match the call that provided the page token.
172+
# provided in the `accounts.list` request must match the call that provided the
173+
# page token.
173174
# @param [String] fields
174175
# Selector specifying which fields to include in a partial response.
175176
# @param [String] quota_user
@@ -199,8 +200,8 @@ def list_accounts(filter: nil, page_size: nil, page_token: nil, fields: nil, quo
199200
execute_or_queue_command(command, &block)
200201
end
201202

202-
# List all sub-accounts for a given multi client account. This is a convenience
203-
# wrapper for the more powerful `ListAccounts` method. This method will produce
203+
# List all sub-accounts for a given advanced account. This is a convenience
204+
# wrapper for the more powerful `accounts.list` method. This method will produce
204205
# the same results as calling `ListsAccounts` with the following filter: `
205206
# relationship(providerId=`parent` AND service(type="ACCOUNT_AGGREGATION"))`
206207
# @param [String] provider
@@ -210,9 +211,10 @@ def list_accounts(filter: nil, page_size: nil, page_token: nil, fields: nil, quo
210211
# fewer than this value. If unspecified, at most 250 accounts are returned. The
211212
# maximum value is 500; values above 500 are coerced to 500.
212213
# @param [String] page_token
213-
# Optional. A page token, received from a previous `ListAccounts` call. Provide
214+
# Optional. A page token, received from a previous `accounts.list` call. Provide
214215
# this to retrieve the subsequent page. When paginating, all other parameters
215-
# provided to `ListAccounts` must match the call that provided the page token.
216+
# provided in the `accounts.list` request must match the call that provided the
217+
# page token.
216218
# @param [String] fields
217219
# Selector specifying which fields to include in a partial response.
218220
# @param [String] quota_user

0 commit comments

Comments
 (0)