Skip to content

Commit 2a2eb10

Browse files
feat: Automated regeneration of docs v1 client (#24415)
Auto-created at 2025-09-28 09:57:27 +0000 using the toys pull request generator.
1 parent 5bc13e8 commit 2a2eb10

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

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

3+
### v0.34.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250917
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.33.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,14 +3901,13 @@ def update!(**args)
39013901
class PersonProperties
39023902
include Google::Apis::Core::Hashable
39033903

3904-
# Output only. The email address linked to this Person. This field is always
3905-
# present.
3904+
# The email address linked to this Person. This field is always present.
39063905
# Corresponds to the JSON property `email`
39073906
# @return [String]
39083907
attr_accessor :email
39093908

3910-
# Output only. The name of the person if it's displayed in the link text instead
3911-
# of the person's email address.
3909+
# The name of the person if it's displayed in the link text instead of the
3910+
# person's email address.
39123911
# Corresponds to the JSON property `name`
39133912
# @return [String]
39143913
attr_accessor :name

generated/google-apis-docs_v1/lib/google/apis/docs_v1/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 DocsV1
1818
# Version of the google-apis-docs_v1 gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.0"
2020

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

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

0 commit comments

Comments
 (0)