Skip to content

Commit f48daf3

Browse files
feat: Automated regeneration of gmailpostmastertools v1beta1 client (googleapis#22292)
Auto-created at 2025-03-30 10:16:52 +0000 using the toys pull request generator.
1 parent 6837385 commit f48daf3

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

generated/google-apis-gmailpostmastertools_v1beta1/CHANGELOG.md

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

3+
### v0.18.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250325
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.17.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-gmailpostmastertools_v1beta1/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.google.com/gmail/postmaster) may provide guidance regarding the preferred client library to use.
82+
The [product documentation](https://developers.google.com/workspace/gmail/postmaster) may provide guidance regarding the preferred client library to use.
8383

8484
## Supported Ruby versions
8585

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Apis
2525
# email traffic metrics (like spam reports, delivery errors etc) otherwise
2626
# available through the Gmail Postmaster Tools UI currently.
2727
#
28-
# @see https://developers.google.com/gmail/postmaster
28+
# @see https://developers.google.com/workspace/gmail/postmaster
2929
module GmailpostmastertoolsV1beta1
3030
# Version of the Gmail Postmaster Tools API this client connects to.
3131
# This is NOT the gem version.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module GmailpostmastertoolsV1beta1
1818
# Version of the google-apis-gmailpostmastertools_v1beta1 gem
19-
GEM_VERSION = "0.17.0"
19+
GEM_VERSION = "0.18.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module GmailpostmastertoolsV1beta1
3232
# Gmailpostmastertools = Google::Apis::GmailpostmastertoolsV1beta1 # Alias the module
3333
# service = Gmailpostmastertools::PostmasterToolsService.new
3434
#
35-
# @see https://developers.google.com/gmail/postmaster
35+
# @see https://developers.google.com/workspace/gmail/postmaster
3636
class PostmasterToolsService < Google::Apis::Core::BaseService
3737
DEFAULT_ENDPOINT_TEMPLATE = "https://gmailpostmastertools.$UNIVERSE_DOMAIN$/"
3838

0 commit comments

Comments
 (0)