Skip to content

Commit 9e336b4

Browse files
feat: Automated regeneration of slides v1 client (googleapis#21889)
Auto-created at 2025-02-26 21:33:54 +0000 using the toys pull request generator.
1 parent b96ab05 commit 9e336b4

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

generated/google-apis-slides_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-slides_v1
22

3+
### v0.29.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250218
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.28.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,15 @@ def update!(**args)
123123
end
124124
end
125125

126-
# The autofit properties of a Shape.
126+
# The autofit properties of a Shape. This property is only set for shapes that
127+
# allow text.
127128
class Autofit
128129
include Google::Apis::Core::Hashable
129130

130131
# The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED,
131132
# the autofit type is inherited from a parent placeholder if it exists. The
132133
# field is automatically set to NONE if a request is made that might affect text
133-
# fitting within its bounding text box. In this case the font_scale is applied
134+
# fitting within its bounding text box. In this case, the font_scale is applied
134135
# to the font_size and the line_spacing_reduction is applied to the line_spacing.
135136
# Both properties are also reset to default values.
136137
# Corresponds to the JSON property `autofitType`
@@ -139,15 +140,15 @@ class Autofit
139140

140141
# The font scale applied to the shape. For shapes with autofit_type NONE or
141142
# SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this
142-
# value multiplied by the font_size gives the font size that is rendered in the
143+
# value multiplied by the font_size gives the font size that's rendered in the
143144
# editor. This property is read-only.
144145
# Corresponds to the JSON property `fontScale`
145146
# @return [Float]
146147
attr_accessor :font_scale
147148

148149
# The line spacing reduction applied to the shape. For shapes with autofit_type
149150
# NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT,
150-
# this value subtracted from the line_spacing gives the line spacing that is
151+
# this value subtracted from the line_spacing gives the line spacing that's
151152
# rendered in the editor. This property is read-only.
152153
# Corresponds to the JSON property `lineSpacingReduction`
153154
# @return [Float]
@@ -1586,13 +1587,13 @@ class LineConnection
15861587

15871588
# The index of the connection site on the connected page element. In most cases,
15881589
# it corresponds to the predefined connection site index from the ECMA-376
1589-
# standard. More information on those connection sites can be found in the
1590-
# description of the "cnx" attribute in section 20.1.9.9 and Annex H. "
1590+
# standard. More information on those connection sites can be found in both the
1591+
# description of the "cxn" attribute in section 20.1.9.9 and "Annex H. Example
15911592
# Predefined DrawingML Shape and Text Geometries" of "Office Open XML File
1592-
# Formats-Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th
1593-
# edition] (http://www.ecma-international.org/publications/standards/Ecma-376.
1594-
# htm). The position of each connection site can also be viewed from Slides
1595-
# editor.
1593+
# Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th
1594+
# edition](https://ecma-international.org/publications-and-standards/standards/
1595+
# ecma-376/). The position of each connection site can also be viewed from
1596+
# Slides editor.
15961597
# Corresponds to the JSON property `connectionSiteIndex`
15971598
# @return [Fixnum]
15981599
attr_accessor :connection_site_index
@@ -2122,8 +2123,9 @@ class PageElement
21222123
# @return [String]
21232124
attr_accessor :object_id_prop
21242125

2125-
# A PageElement kind representing a generic shape that does not have a more
2126-
# specific classification.
2126+
# A PageElement kind representing a generic shape that doesn't have a more
2127+
# specific classification. For more information, see [Size and position page
2128+
# elements](https://developers.google.com/slides/api/guides/transform).
21272129
# Corresponds to the JSON property `shape`
21282130
# @return [Google::Apis::SlidesV1::Shape]
21292131
attr_accessor :shape
@@ -3332,8 +3334,9 @@ def update!(**args)
33323334
end
33333335
end
33343336

3335-
# A PageElement kind representing a generic shape that does not have a more
3336-
# specific classification.
3337+
# A PageElement kind representing a generic shape that doesn't have a more
3338+
# specific classification. For more information, see [Size and position page
3339+
# elements](https://developers.google.com/slides/api/guides/transform).
33373340
class Shape
33383341
include Google::Apis::Core::Hashable
33393342

@@ -3416,7 +3419,8 @@ def update!(**args)
34163419
class ShapeProperties
34173420
include Google::Apis::Core::Hashable
34183421

3419-
# The autofit properties of a Shape.
3422+
# The autofit properties of a Shape. This property is only set for shapes that
3423+
# allow text.
34203424
# Corresponds to the JSON property `autofit`
34213425
# @return [Google::Apis::SlidesV1::Autofit]
34223426
attr_accessor :autofit

generated/google-apis-slides_v1/lib/google/apis/slides_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SlidesV1
1818
# Version of the google-apis-slides_v1 gem
19-
GEM_VERSION = "0.28.0"
19+
GEM_VERSION = "0.29.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240305"
25+
REVISION = "20250218"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)