Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-docs_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-docs_v1

### v0.38.0 (2025-11-16)

* Regenerated from discovery document revision 20251110

### v0.37.0 (2025-11-02)

* Regenerated from discovery document revision 20251022
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4776,21 +4776,20 @@ def update!(**args)
class RichLinkProperties
include Google::Apis::Core::Hashable

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

# Output only. The title of the RichLink as displayed in the link. This title
# matches the title of the linked resource at the time of the insertion or last
# update of the link. This field is always present.
# The title of the RichLink as displayed in the link. This title matches the
# title of the linked resource at the time of the insertion or last update of
# the link. This field is always present.
# Corresponds to the JSON property `title`
# @return [String]
attr_accessor :title

# Output only. The URI to the RichLink. This is always present.
# The URI to the RichLink. This is always present.
# Corresponds to the JSON property `uri`
# @return [String]
attr_accessor :uri
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DocsV1
# Version of the google-apis-docs_v1 gem
GEM_VERSION = "0.37.0"
GEM_VERSION = "0.38.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251022"
REVISION = "20251110"
end
end
end