Skip to content

Commit 119b4c9

Browse files
feat: Automated regeneration of docs v1 client (#25957)
Auto-created at 2026-03-15 10:44:56 +0000 using the toys pull request generator.
1 parent 8a8dbe3 commit 119b4c9

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

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.42.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260309
6+
37
### v0.41.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20251222

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ class DateElementProperties
807807
# Determines how the date part of the DateElement will be displayed in the
808808
# document. If unset, the default value is
809809
# DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
810-
# formatted as `MMM d, y` in `en_US`, or locale specific equivalent.
810+
# formatted as `MMM d, y` in `en`, or locale specific equivalent.
811811
# Corresponds to the JSON property `dateFormat`
812812
# @return [String]
813813
attr_accessor :date_format
@@ -817,9 +817,14 @@ class DateElementProperties
817817
# @return [String]
818818
attr_accessor :display_text
819819

820-
# The locale of the document, as defined by the Unicode Common Locale Data
821-
# Repository (CLDR) project. For example, `en_US`. If unset, the default locale
822-
# is `en_US`.
820+
# The language code of the DateElement. For example, `en`. If unset, the default
821+
# locale is `en`. Limited to the following locales: `af`, `am`, `ar`, `az`, `be`,
822+
# `bg`, `bn`, `ca`, `cs`, `da`, `de`, `el`, `en`, `en-CA`, `en-GB`, `es`, `es-
823+
# 419`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `fr-CA`, `gl`, `gu`, `hi`, `hr`, `
824+
# hu`, `hy`, `id`, `is`, `it`, `iw`, `ja`, `ka`, `kk`, `km`, `kn`, `ko`, `lo`, `
825+
# lt`, `lv`, `ml`, `mn`, `mr`, `ms`, `ne`, `nl`, `no`, `pa`, `pl`, `pt-BR`, `pt-
826+
# PT`, `ro`, `ru`, `si`, `sk`, `sl`, `sr`, `sv`, `sw`, `ta`, `te`, `th`, `tr`, `
827+
# uk`, `ur`, `vi`, `zh-CN`, `zh-HK`, `zh-TW`, `zu`, `cy`, `my`.
823828
# Corresponds to the JSON property `locale`
824829
# @return [String]
825830
attr_accessor :locale

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.41.0"
19+
GEM_VERSION = "0.42.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 = "20251222"
25+
REVISION = "20260309"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)