diff --git a/generated/google-apis-docs_v1/CHANGELOG.md b/generated/google-apis-docs_v1/CHANGELOG.md index c733462e8bf..6877312bf80 100644 --- a/generated/google-apis-docs_v1/CHANGELOG.md +++ b/generated/google-apis-docs_v1/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-docs_v1/lib/google/apis/docs_v1/classes.rb b/generated/google-apis-docs_v1/lib/google/apis/docs_v1/classes.rb index c3578f9669a..59fb2ae548b 100644 --- a/generated/google-apis-docs_v1/lib/google/apis/docs_v1/classes.rb +++ b/generated/google-apis-docs_v1/lib/google/apis/docs_v1/classes.rb @@ -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 diff --git a/generated/google-apis-docs_v1/lib/google/apis/docs_v1/gem_version.rb b/generated/google-apis-docs_v1/lib/google/apis/docs_v1/gem_version.rb index d9604ec564d..6cb7e45e1ba 100644 --- a/generated/google-apis-docs_v1/lib/google/apis/docs_v1/gem_version.rb +++ b/generated/google-apis-docs_v1/lib/google/apis/docs_v1/gem_version.rb @@ -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