File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
generated/google-apis-docs_v1 Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments