Skip to content

Commit 0c59085

Browse files
feat: Automated regeneration of webcontentpublisher v1 client (#27890)
Auto-created at 2026-09-06 10:56:13 +0000 using the toys pull request generator.
1 parent 7fe0648 commit 0c59085

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

generated/google-apis-webcontentpublisher_v1/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-webcontentpublisher_v1
22

3+
### v0.7.0 (2026-09-06)
4+
5+
* Regenerated from discovery document revision 20260902
6+
37
### v0.6.0 (2026-08-30)
48

59
* Regenerated from discovery document revision 20260827

generated/google-apis-webcontentpublisher_v1/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
google-apis-webcontentpublisher_v1 (0.6.0)
4+
google-apis-webcontentpublisher_v1 (0.7.0)
55
google-apis-core (>= 0.15.0, < 2.a)
66

77
GEM
@@ -106,7 +106,7 @@ CHECKSUMS
106106
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
107107
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
108108
google-apis-core (1.2.1) sha256=3739030455277e3be90f2d07321ad4d0bf0d6b1ed820b2d092916d6cdef05337
109-
google-apis-webcontentpublisher_v1 (0.6.0)
109+
google-apis-webcontentpublisher_v1 (0.7.0)
110110
google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
111111
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
112112
googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def update!(**args)
116116
class DomainProperty
117117
include Google::Apis::Core::Hashable
118118

119-
# Optional. Whether the domain ownership has been verified (e.g., via Google
119+
# Output only. Whether the domain ownership has been verified (e.g., via Google
120120
# Search Console).
121121
# Corresponds to the JSON property `ownershipVerified`
122122
# @return [Boolean]

generated/google-apis-webcontentpublisher_v1/lib/google/apis/webcontentpublisher_v1/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 WebcontentpublisherV1
1818
# Version of the google-apis-webcontentpublisher_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.0"
2020

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

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

0 commit comments

Comments
 (0)