Skip to content

Commit bc17446

Browse files
feat: Automated regeneration of docs v1 client (#25009)
Auto-created at 2025-11-16 10:46:57 +0000 using the toys pull request generator.
1 parent abe0319 commit bc17446

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

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

3+
### v0.38.0 (2025-11-16)
4+
5+
* Regenerated from discovery document revision 20251110
6+
37
### v0.37.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251022

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4776,21 +4776,20 @@ def update!(**args)
47764776
class RichLinkProperties
47774777
include Google::Apis::Core::Hashable
47784778

4779-
# Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-
4780-
# types) of the RichLink, if there's one (for example, when it's a file in Drive)
4781-
# .
4779+
# The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
4780+
# RichLink, if there's one (for example, when it's a file in Drive).
47824781
# Corresponds to the JSON property `mimeType`
47834782
# @return [String]
47844783
attr_accessor :mime_type
47854784

4786-
# Output only. The title of the RichLink as displayed in the link. This title
4787-
# matches the title of the linked resource at the time of the insertion or last
4788-
# update of the link. This field is always present.
4785+
# The title of the RichLink as displayed in the link. This title matches the
4786+
# title of the linked resource at the time of the insertion or last update of
4787+
# the link. This field is always present.
47894788
# Corresponds to the JSON property `title`
47904789
# @return [String]
47914790
attr_accessor :title
47924791

4793-
# Output only. The URI to the RichLink. This is always present.
4792+
# The URI to the RichLink. This is always present.
47944793
# Corresponds to the JSON property `uri`
47954794
# @return [String]
47964795
attr_accessor :uri

generated/google-apis-docs_v1/lib/google/apis/docs_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 DocsV1
1818
# Version of the google-apis-docs_v1 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.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 = "20251022"
25+
REVISION = "20251110"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)