Skip to content

Commit dd96c10

Browse files
feat: Automated regeneration of merchantapi quota_v1beta client (googleapis#23569)
Auto-created at 2025-06-29 10:17:38 +0000 using the toys pull request generator.
1 parent d786711 commit dd96c10

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

generated/google-apis-merchantapi_quota_v1beta/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-merchantapi_quota_v1beta
22

3-
### v0.7.0 (2025-06-22)
3+
### v0.7.0 (2025-06-29)
44

5-
* Regenerated from discovery document revision 20250618
5+
* Regenerated from discovery document revision 20250621
66
* Regenerated using generator version 0.18.0
77

88
### v0.6.0 (2025-05-04)

generated/google-apis-merchantapi_quota_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_quota_v1beta/lib/google/apis/merchantapi_quota_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 MerchantapiQuotaV1beta
2828
# Version of the Merchant API this client connects to.
2929
# This is NOT the gem version.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module MerchantapiQuotaV1beta
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_quota_v1beta/lib/google/apis/merchantapi_quota_v1beta/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module MerchantapiQuotaV1beta
3030
# Merchantapi = Google::Apis::MerchantapiQuotaV1beta # 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

0 commit comments

Comments
 (0)