google-apis-docs_v1 0.30.0 → 0.31.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01e0d46f6f83dd74aa299cd83a2000b35cc8c5ff31867fd404b92aa4535fe342
4
- data.tar.gz: a18432ae3a1023ef90f729dd50ae5c4cc1ab855e0453a12961104947c6fdae94
3
+ metadata.gz: ba4f52a680ff8b0543a4df250d82425f9b5d2c1b931924e841aec80313d5431e
4
+ data.tar.gz: 65c77eb3d787df2dc582665f92618fc15ffdfada060d52006e2fa41d5879becc
5
5
  SHA512:
6
- metadata.gz: ef1f5dc6f7b6b445eb3c4b2ce7adbda2254cb38a933042c1206e4d6c741b8dadc20cc0286defd3bb9bc8dd12f63b08c97d104563bc52cf298bb0e07bd40c59c8
7
- data.tar.gz: 5ec45dc0afda64f8124d38adcb17d80563ff75a27d2df42d3aac08bb0464f03288648e55b1cff6fd552bb035b02f20453543b72223cf3ff5fab0272fe86628d5
6
+ metadata.gz: a17d32530e941d9204e8f8394a9b9e71b70c45f987925056843067b69c539e4cfa53531bae3731dd7e8a26c7ce89a929e3df3f311fee8dba20fed36d4f95c340
7
+ data.tar.gz: 5ba86a733c08ef86e8e62e27cd3c89bdfc17be4bf1f1edc75a3500314f350cb0d39f6ac1954e8a42b4d04928949b8c52ea870d50dab9df720f36903628d7f06f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.31.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250218
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.30.0 (2024-08-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20240730
@@ -590,7 +590,7 @@ module Google
590
590
  # inside of the image's original bounding rectangle. - If the offset is negative
591
591
  # or greater than 1, the corresponding edge of crop rectangle is positioned
592
592
  # outside of the image's original bounding rectangle. - If all offsets and
593
- # rotation angle are 0, the image is not cropped.
593
+ # rotation angles are 0, the image is not cropped.
594
594
  class CropProperties
595
595
  include Google::Apis::Core::Hashable
596
596
 
@@ -1195,7 +1195,7 @@ module Google
1195
1195
 
1196
1196
  # Indicates whether DocumentStyle margin_header, SectionStyle margin_header and
1197
1197
  # DocumentStyle margin_footer, SectionStyle margin_footer are respected. When
1198
- # false, the default values in the Docs editor for header and footer margin are
1198
+ # false, the default values in the Docs editor for header and footer margin is
1199
1199
  # used. This property is read-only.
1200
1200
  # Corresponds to the JSON property `useCustomHeaderFooterMargins`
1201
1201
  # @return [Boolean]
@@ -2078,7 +2078,7 @@ module Google
2078
2078
  # inside of the image's original bounding rectangle. - If the offset is negative
2079
2079
  # or greater than 1, the corresponding edge of crop rectangle is positioned
2080
2080
  # outside of the image's original bounding rectangle. - If all offsets and
2081
- # rotation angle are 0, the image is not cropped.
2081
+ # rotation angles are 0, the image is not cropped.
2082
2082
  # Corresponds to the JSON property `cropProperties`
2083
2083
  # @return [Google::Apis::DocsV1::CropProperties]
2084
2084
  attr_accessor :crop_properties
@@ -3073,7 +3073,7 @@ module Google
3073
3073
  attr_accessor :glyph_format
3074
3074
 
3075
3075
  # A custom glyph symbol used by bullets when paragraphs at this level of nesting
3076
- # are unordered. The glyph symbol replaces placeholders within the glyph_format.
3076
+ # is unordered. The glyph symbol replaces placeholders within the glyph_format.
3077
3077
  # For example, if the glyph_symbol is the solid circle corresponding to Unicode
3078
3078
  # U+25cf code point and the glyph_format is `%0`, the rendered glyph would be
3079
3079
  # the solid circle.
@@ -3081,13 +3081,13 @@ module Google
3081
3081
  # @return [String]
3082
3082
  attr_accessor :glyph_symbol
3083
3083
 
3084
- # The type of glyph used by bullets when paragraphs at this level of nesting are
3084
+ # The type of glyph used by bullets when paragraphs at this level of nesting is
3085
3085
  # ordered. The glyph type determines the type of glyph used to replace
3086
3086
  # placeholders within the glyph_format when paragraphs at this level of nesting
3087
3087
  # are ordered. For example, if the nesting level is 0, the glyph_format is `%0.`
3088
3088
  # and the glyph type is DECIMAL, then the rendered glyph would replace the
3089
- # placeholder `%0` in the glyph format with a number corresponding to list item'
3090
- # s order within the list.
3089
+ # placeholder `%0` in the glyph format with a number corresponding to the list
3090
+ # item's order within the list.
3091
3091
  # Corresponds to the JSON property `glyphType`
3092
3092
  # @return [String]
3093
3093
  attr_accessor :glyph_type
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240730"
25
+ REVISION = "20250218"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-docs_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-11 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.31.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Docs API V1
82
79
  test_files: []