google-apis-docs_v1 0.41.0 → 0.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/docs_v1/classes.rb +9 -4
- data/lib/google/apis/docs_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8ec8cf6f62cbfb1417fc719609bdd92d501e354983ad53f493e793df0bcdfab
|
|
4
|
+
data.tar.gz: 0fcf4aac3cbbb81b3edd0f29db414300fd3380935ee2ad5487ff3e3aaa441c71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 863bc75e91a231d31a18910c9610e3bded0480203b3333474ed9156cbf5a23f641a67a66cb38f97615c2c1c09214092e0ba0b775e51fabbb111d747edde2cd14
|
|
7
|
+
data.tar.gz: 7c1dda6c9c0c591bdc3ab24a59d87f87dcbb1ad2f35a626a96f2f482675fa3cd48c569434844154b9554fc1cc7e3a9da4b2171edfedd10c1bc7aad410fce038b
|
data/CHANGELOG.md
CHANGED
|
@@ -807,7 +807,7 @@ module Google
|
|
|
807
807
|
# Determines how the date part of the DateElement will be displayed in the
|
|
808
808
|
# document. If unset, the default value is
|
|
809
809
|
# DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
|
|
810
|
-
# formatted as `MMM d, y` in `
|
|
810
|
+
# formatted as `MMM d, y` in `en`, or locale specific equivalent.
|
|
811
811
|
# Corresponds to the JSON property `dateFormat`
|
|
812
812
|
# @return [String]
|
|
813
813
|
attr_accessor :date_format
|
|
@@ -817,9 +817,14 @@ module Google
|
|
|
817
817
|
# @return [String]
|
|
818
818
|
attr_accessor :display_text
|
|
819
819
|
|
|
820
|
-
# The
|
|
821
|
-
#
|
|
822
|
-
#
|
|
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`.
|
|
823
828
|
# Corresponds to the JSON property `locale`
|
|
824
829
|
# @return [String]
|
|
825
830
|
attr_accessor :locale
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocsV1
|
|
18
18
|
# Version of the google-apis-docs_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260309"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-docs_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.42.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.42.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|