google-apis-docs_v1 0.18.0 → 0.20.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.
@@ -22,8 +22,8 @@ module Google
22
22
  module Apis
23
23
  module DocsV1
24
24
 
25
- # A ParagraphElement representing a spot in the text that is dynamically
26
- # replaced with content that can change over time, like a page number.
25
+ # A ParagraphElement representing a spot in the text that's dynamically replaced
26
+ # with content that can change over time, like a page number.
27
27
  class AutoText
28
28
  include Google::Apis::Core::Hashable
29
29
 
@@ -33,8 +33,8 @@ module Google
33
33
  # @return [Array<String>]
34
34
  attr_accessor :suggested_deletion_ids
35
35
 
36
- # The suggested insertion IDs. An AutoText may have multiple insertion IDs if it
37
- # is a nested suggested change. If empty, then this is not a suggested insertion.
36
+ # The suggested insertion IDs. An AutoText may have multiple insertion IDs if it'
37
+ # s a nested suggested change. If empty, then this is not a suggested insertion.
38
38
  # Corresponds to the JSON property `suggestedInsertionIds`
39
39
  # @return [Array<String>]
40
40
  attr_accessor :suggested_insertion_ids
@@ -50,8 +50,8 @@ module Google
50
50
  # inherits from the paragraph's corresponding named style type. * The TextStyle
51
51
  # on a named style inherits from the normal text named style. * The TextStyle of
52
52
  # the normal text named style inherits from the default text style in the Docs
53
- # editor. * The TextStyle on a Paragraph element that is contained in a table
54
- # may inherit its text style from the table style. If the text style does not
53
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
54
+ # inherit its text style from the table style. If the text style does not
55
55
  # inherit from a parent, unsetting fields will revert the style to a value
56
56
  # matching the defaults in the Docs editor.
57
57
  # Corresponds to the JSON property `textStyle`
@@ -177,7 +177,7 @@ module Google
177
177
  end
178
178
 
179
179
  # The document body. The body typically contains the full document contents
180
- # except for headers, footers and footnotes.
180
+ # except for headers, footers, and footnotes.
181
181
  class Body
182
182
  include Google::Apis::Core::Hashable
183
183
 
@@ -216,8 +216,8 @@ module Google
216
216
  # inherits from the paragraph's corresponding named style type. * The TextStyle
217
217
  # on a named style inherits from the normal text named style. * The TextStyle of
218
218
  # the normal text named style inherits from the default text style in the Docs
219
- # editor. * The TextStyle on a Paragraph element that is contained in a table
220
- # may inherit its text style from the table style. If the text style does not
219
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
220
+ # inherit its text style from the table style. If the text style does not
221
221
  # inherit from a parent, unsetting fields will revert the style to a value
222
222
  # matching the defaults in the Docs editor.
223
223
  # Corresponds to the JSON property `textStyle`
@@ -237,7 +237,7 @@ module Google
237
237
  end
238
238
 
239
239
  # A mask that indicates which of the fields on the base Bullet have been changed
240
- # in this suggestion. For any field set to true, there is a new suggested value.
240
+ # in this suggestion. For any field set to true, there's a new suggested value.
241
241
  class BulletSuggestionState
242
242
  include Google::Apis::Core::Hashable
243
243
 
@@ -254,8 +254,8 @@ module Google
254
254
  alias_method :nesting_level_suggested?, :nesting_level_suggested
255
255
 
256
256
  # A mask that indicates which of the fields on the base TextStyle have been
257
- # changed in this suggestion. For any field set to true, there is a new
258
- # suggested value.
257
+ # changed in this suggestion. For any field set to true, there's a new suggested
258
+ # value.
259
259
  # Corresponds to the JSON property `textStyleSuggestionState`
260
260
  # @return [Google::Apis::DocsV1::TextStyleSuggestionState]
261
261
  attr_accessor :text_style_suggestion_state
@@ -303,7 +303,7 @@ module Google
303
303
  attr_accessor :suggested_deletion_ids
304
304
 
305
305
  # The suggested insertion IDs. A ColumnBreak may have multiple insertion IDs if
306
- # it is a nested suggested change. If empty, then this is not a suggested
306
+ # it's a nested suggested change. If empty, then this is not a suggested
307
307
  # insertion.
308
308
  # Corresponds to the JSON property `suggestedInsertionIds`
309
309
  # @return [Array<String>]
@@ -320,8 +320,8 @@ module Google
320
320
  # inherits from the paragraph's corresponding named style type. * The TextStyle
321
321
  # on a named style inherits from the normal text named style. * The TextStyle of
322
322
  # the normal text named style inherits from the default text style in the Docs
323
- # editor. * The TextStyle on a Paragraph element that is contained in a table
324
- # may inherit its text style from the table style. If the text style does not
323
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
324
+ # inherit its text style from the table style. If the text style does not
325
325
  # inherit from a parent, unsetting fields will revert the style to a value
326
326
  # matching the defaults in the Docs editor.
327
327
  # Corresponds to the JSON property `textStyle`
@@ -560,8 +560,8 @@ module Google
560
560
  end
561
561
 
562
562
  # The crop properties of an image. The crop rectangle is represented using
563
- # fractional offsets from the original content's four edges. - If the offset is
564
- # in the interval (0, 1), the corresponding edge of crop rectangle is positioned
563
+ # fractional offsets from the original content's 4 edges. - If the offset is in
564
+ # the interval (0, 1), the corresponding edge of crop rectangle is positioned
565
565
  # inside of the image's original bounding rectangle. - If the offset is negative
566
566
  # or greater than 1, the corresponding edge of crop rectangle is positioned
567
567
  # outside of the image's original bounding rectangle. - If all offsets and
@@ -618,8 +618,8 @@ module Google
618
618
  end
619
619
 
620
620
  # A mask that indicates which of the fields on the base CropProperties have been
621
- # changed in this suggestion. For any field set to true, there is a new
622
- # suggested value.
621
+ # changed in this suggestion. For any field set to true, there's a new suggested
622
+ # value.
623
623
  class CropPropertiesSuggestionState
624
624
  include Google::Apis::Core::Hashable
625
625
 
@@ -866,7 +866,7 @@ module Google
866
866
  include Google::Apis::Core::Hashable
867
867
 
868
868
  # The document body. The body typically contains the full document contents
869
- # except for headers, footers and footnotes.
869
+ # except for headers, footers, and footnotes.
870
870
  # Corresponds to the JSON property `body`
871
871
  # @return [Google::Apis::DocsV1::Body]
872
872
  attr_accessor :body
@@ -995,13 +995,13 @@ module Google
995
995
  # @return [Google::Apis::DocsV1::Background]
996
996
  attr_accessor :background
997
997
 
998
- # The ID of the default footer. If not set, there is no default footer. This
998
+ # The ID of the default footer. If not set, there's no default footer. This
999
999
  # property is read-only.
1000
1000
  # Corresponds to the JSON property `defaultFooterId`
1001
1001
  # @return [String]
1002
1002
  attr_accessor :default_footer_id
1003
1003
 
1004
- # The ID of the default header. If not set, there is no default header. This
1004
+ # The ID of the default header. If not set, there's no default header. This
1005
1005
  # property is read-only.
1006
1006
  # Corresponds to the JSON property `defaultHeaderId`
1007
1007
  # @return [String]
@@ -1009,7 +1009,7 @@ module Google
1009
1009
 
1010
1010
  # The ID of the footer used only for even pages. The value of
1011
1011
  # use_even_page_header_footer determines whether to use the default_footer_id or
1012
- # this value for the footer on even pages. If not set, there is no even page
1012
+ # this value for the footer on even pages. If not set, there's no even page
1013
1013
  # footer. This property is read-only.
1014
1014
  # Corresponds to the JSON property `evenPageFooterId`
1015
1015
  # @return [String]
@@ -1017,7 +1017,7 @@ module Google
1017
1017
 
1018
1018
  # The ID of the header used only for even pages. The value of
1019
1019
  # use_even_page_header_footer determines whether to use the default_header_id or
1020
- # this value for the header on even pages. If not set, there is no even page
1020
+ # this value for the header on even pages. If not set, there's no even page
1021
1021
  # header. This property is read-only.
1022
1022
  # Corresponds to the JSON property `evenPageHeaderId`
1023
1023
  # @return [String]
@@ -1026,7 +1026,7 @@ module Google
1026
1026
  # The ID of the footer used only for the first page. If not set then a unique
1027
1027
  # footer for the first page does not exist. The value of
1028
1028
  # use_first_page_header_footer determines whether to use the default_footer_id
1029
- # or this value for the footer on the first page. If not set, there is no first
1029
+ # or this value for the footer on the first page. If not set, there's no first
1030
1030
  # page footer. This property is read-only.
1031
1031
  # Corresponds to the JSON property `firstPageFooterId`
1032
1032
  # @return [String]
@@ -1035,7 +1035,7 @@ module Google
1035
1035
  # The ID of the header used only for the first page. If not set then a unique
1036
1036
  # header for the first page does not exist. The value of
1037
1037
  # use_first_page_header_footer determines whether to use the default_header_id
1038
- # or this value for the header on the first page. If not set, there is no first
1038
+ # or this value for the header on the first page. If not set, there's no first
1039
1039
  # page header. This property is read-only.
1040
1040
  # Corresponds to the JSON property `firstPageHeaderId`
1041
1041
  # @return [String]
@@ -1130,8 +1130,8 @@ module Google
1130
1130
  end
1131
1131
 
1132
1132
  # A mask that indicates which of the fields on the base DocumentStyle have been
1133
- # changed in this suggestion. For any field set to true, there is a new
1134
- # suggested value.
1133
+ # changed in this suggestion. For any field set to true, there's a new suggested
1134
+ # value.
1135
1135
  class DocumentStyleSuggestionState
1136
1136
  include Google::Apis::Core::Hashable
1137
1137
 
@@ -1272,7 +1272,9 @@ module Google
1272
1272
  end
1273
1273
  end
1274
1274
 
1275
- # The properties of an embedded drawing.
1275
+ # The properties of an embedded drawing and used to differentiate the object
1276
+ # type. An embedded drawing is one that's created and edited within a document.
1277
+ # Note that extensive details are not supported.
1276
1278
  class EmbeddedDrawingProperties
1277
1279
  include Google::Apis::Core::Hashable
1278
1280
 
@@ -1287,7 +1289,7 @@ module Google
1287
1289
 
1288
1290
  # A mask that indicates which of the fields on the base
1289
1291
  # EmbeddedDrawingProperties have been changed in this suggestion. For any field
1290
- # set to true, there is a new suggested value.
1292
+ # set to true, there's a new suggested value.
1291
1293
  class EmbeddedDrawingPropertiesSuggestionState
1292
1294
  include Google::Apis::Core::Hashable
1293
1295
 
@@ -1310,7 +1312,9 @@ module Google
1310
1312
  # @return [String]
1311
1313
  attr_accessor :description
1312
1314
 
1313
- # The properties of an embedded drawing.
1315
+ # The properties of an embedded drawing and used to differentiate the object
1316
+ # type. An embedded drawing is one that's created and edited within a document.
1317
+ # Note that extensive details are not supported.
1314
1318
  # Corresponds to the JSON property `embeddedDrawingProperties`
1315
1319
  # @return [Google::Apis::DocsV1::EmbeddedDrawingProperties]
1316
1320
  attr_accessor :embedded_drawing_properties
@@ -1419,8 +1423,8 @@ module Google
1419
1423
  end
1420
1424
 
1421
1425
  # A mask that indicates which of the fields on the base EmbeddedObjectBorder
1422
- # have been changed in this suggestion. For any field set to true, there is a
1423
- # new suggested value.
1426
+ # have been changed in this suggestion. For any field set to true, there's a new
1427
+ # suggested value.
1424
1428
  class EmbeddedObjectBorderSuggestionState
1425
1429
  include Google::Apis::Core::Hashable
1426
1430
 
@@ -1462,8 +1466,8 @@ module Google
1462
1466
  end
1463
1467
 
1464
1468
  # A mask that indicates which of the fields on the base EmbeddedObject have been
1465
- # changed in this suggestion. For any field set to true, there is a new
1466
- # suggested value.
1469
+ # changed in this suggestion. For any field set to true, there's a new suggested
1470
+ # value.
1467
1471
  class EmbeddedObjectSuggestionState
1468
1472
  include Google::Apis::Core::Hashable
1469
1473
 
@@ -1475,28 +1479,28 @@ module Google
1475
1479
 
1476
1480
  # A mask that indicates which of the fields on the base
1477
1481
  # EmbeddedDrawingProperties have been changed in this suggestion. For any field
1478
- # set to true, there is a new suggested value.
1482
+ # set to true, there's a new suggested value.
1479
1483
  # Corresponds to the JSON property `embeddedDrawingPropertiesSuggestionState`
1480
1484
  # @return [Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState]
1481
1485
  attr_accessor :embedded_drawing_properties_suggestion_state
1482
1486
 
1483
1487
  # A mask that indicates which of the fields on the base EmbeddedObjectBorder
1484
- # have been changed in this suggestion. For any field set to true, there is a
1485
- # new suggested value.
1488
+ # have been changed in this suggestion. For any field set to true, there's a new
1489
+ # suggested value.
1486
1490
  # Corresponds to the JSON property `embeddedObjectBorderSuggestionState`
1487
1491
  # @return [Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState]
1488
1492
  attr_accessor :embedded_object_border_suggestion_state
1489
1493
 
1490
1494
  # A mask that indicates which of the fields on the base ImageProperties have
1491
- # been changed in this suggestion. For any field set to true, there is a new
1495
+ # been changed in this suggestion. For any field set to true, there's a new
1492
1496
  # suggested value.
1493
1497
  # Corresponds to the JSON property `imagePropertiesSuggestionState`
1494
1498
  # @return [Google::Apis::DocsV1::ImagePropertiesSuggestionState]
1495
1499
  attr_accessor :image_properties_suggestion_state
1496
1500
 
1497
1501
  # A mask that indicates which of the fields on the base LinkedContentReference
1498
- # have been changed in this suggestion. For any field set to true, there is a
1499
- # new suggested value.
1502
+ # have been changed in this suggestion. For any field set to true, there's a new
1503
+ # suggested value.
1500
1504
  # Corresponds to the JSON property `linkedContentReferenceSuggestionState`
1501
1505
  # @return [Google::Apis::DocsV1::LinkedContentReferenceSuggestionState]
1502
1506
  attr_accessor :linked_content_reference_suggestion_state
@@ -1589,8 +1593,8 @@ module Google
1589
1593
  # @return [Array<String>]
1590
1594
  attr_accessor :suggested_deletion_ids
1591
1595
 
1592
- # The suggested insertion IDs. A Equation may have multiple insertion IDs if it
1593
- # is a nested suggested change. If empty, then this is not a suggested insertion.
1596
+ # The suggested insertion IDs. An Equation may have multiple insertion IDs if it'
1597
+ # s a nested suggested change. If empty, then this is not a suggested insertion.
1594
1598
  # Corresponds to the JSON property `suggestedInsertionIds`
1595
1599
  # @return [Array<String>]
1596
1600
  attr_accessor :suggested_insertion_ids
@@ -1679,7 +1683,7 @@ module Google
1679
1683
  attr_accessor :suggested_deletion_ids
1680
1684
 
1681
1685
  # The suggested insertion IDs. A FootnoteReference may have multiple insertion
1682
- # IDs if it is a nested suggested change. If empty, then this is not a suggested
1686
+ # IDs if it's a nested suggested change. If empty, then this is not a suggested
1683
1687
  # insertion.
1684
1688
  # Corresponds to the JSON property `suggestedInsertionIds`
1685
1689
  # @return [Array<String>]
@@ -1697,8 +1701,8 @@ module Google
1697
1701
  # inherits from the paragraph's corresponding named style type. * The TextStyle
1698
1702
  # on a named style inherits from the normal text named style. * The TextStyle of
1699
1703
  # the normal text named style inherits from the default text style in the Docs
1700
- # editor. * The TextStyle on a Paragraph element that is contained in a table
1701
- # may inherit its text style from the table style. If the text style does not
1704
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
1705
+ # inherit its text style from the table style. If the text style does not
1702
1706
  # inherit from a parent, unsetting fields will revert the style to a value
1703
1707
  # matching the defaults in the Docs editor.
1704
1708
  # Corresponds to the JSON property `textStyle`
@@ -1774,8 +1778,8 @@ module Google
1774
1778
  # inherits from the paragraph's corresponding named style type. * The TextStyle
1775
1779
  # on a named style inherits from the normal text named style. * The TextStyle of
1776
1780
  # the normal text named style inherits from the default text style in the Docs
1777
- # editor. * The TextStyle on a Paragraph element that is contained in a table
1778
- # may inherit its text style from the table style. If the text style does not
1781
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
1782
+ # inherit its text style from the table style. If the text style does not
1779
1783
  # inherit from a parent, unsetting fields will revert the style to a value
1780
1784
  # matching the defaults in the Docs editor.
1781
1785
  # Corresponds to the JSON property `textStyle`
@@ -1825,8 +1829,8 @@ module Google
1825
1829
  attr_accessor :contrast
1826
1830
 
1827
1831
  # The crop properties of an image. The crop rectangle is represented using
1828
- # fractional offsets from the original content's four edges. - If the offset is
1829
- # in the interval (0, 1), the corresponding edge of crop rectangle is positioned
1832
+ # fractional offsets from the original content's 4 edges. - If the offset is in
1833
+ # the interval (0, 1), the corresponding edge of crop rectangle is positioned
1830
1834
  # inside of the image's original bounding rectangle. - If the offset is negative
1831
1835
  # or greater than 1, the corresponding edge of crop rectangle is positioned
1832
1836
  # outside of the image's original bounding rectangle. - If all offsets and
@@ -1842,7 +1846,7 @@ module Google
1842
1846
  attr_accessor :source_uri
1843
1847
 
1844
1848
  # The transparency effect of the image. The value should be in the interval [0.0,
1845
- # 1.0], where 0 means no effect and 1 means completely transparent.
1849
+ # 1.0], where 0 means no effect and 1 means transparent.
1846
1850
  # Corresponds to the JSON property `transparency`
1847
1851
  # @return [Float]
1848
1852
  attr_accessor :transparency
@@ -1864,7 +1868,7 @@ module Google
1864
1868
  end
1865
1869
 
1866
1870
  # A mask that indicates which of the fields on the base ImageProperties have
1867
- # been changed in this suggestion. For any field set to true, there is a new
1871
+ # been changed in this suggestion. For any field set to true, there's a new
1868
1872
  # suggested value.
1869
1873
  class ImagePropertiesSuggestionState
1870
1874
  include Google::Apis::Core::Hashable
@@ -1894,8 +1898,8 @@ module Google
1894
1898
  alias_method :contrast_suggested?, :contrast_suggested
1895
1899
 
1896
1900
  # A mask that indicates which of the fields on the base CropProperties have been
1897
- # changed in this suggestion. For any field set to true, there is a new
1898
- # suggested value.
1901
+ # changed in this suggestion. For any field set to true, there's a new suggested
1902
+ # value.
1899
1903
  # Corresponds to the JSON property `cropPropertiesSuggestionState`
1900
1904
  # @return [Google::Apis::DocsV1::CropPropertiesSuggestionState]
1901
1905
  attr_accessor :crop_properties_suggestion_state
@@ -1989,7 +1993,7 @@ module Google
1989
1993
  attr_accessor :suggested_deletion_ids
1990
1994
 
1991
1995
  # The suggested insertion IDs. An InlineObjectElement may have multiple
1992
- # insertion IDs if it is a nested suggested change. If empty, then this is not a
1996
+ # insertion IDs if it's a nested suggested change. If empty, then this is not a
1993
1997
  # suggested insertion.
1994
1998
  # Corresponds to the JSON property `suggestedInsertionIds`
1995
1999
  # @return [Array<String>]
@@ -2006,8 +2010,8 @@ module Google
2006
2010
  # inherits from the paragraph's corresponding named style type. * The TextStyle
2007
2011
  # on a named style inherits from the normal text named style. * The TextStyle of
2008
2012
  # the normal text named style inherits from the default text style in the Docs
2009
- # editor. * The TextStyle on a Paragraph element that is contained in a table
2010
- # may inherit its text style from the table style. If the text style does not
2013
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
2014
+ # inherit its text style from the table style. If the text style does not
2011
2015
  # inherit from a parent, unsetting fields will revert the style to a value
2012
2016
  # matching the defaults in the Docs editor.
2013
2017
  # Corresponds to the JSON property `textStyle`
@@ -2048,14 +2052,14 @@ module Google
2048
2052
  end
2049
2053
 
2050
2054
  # A mask that indicates which of the fields on the base InlineObjectProperties
2051
- # have been changed in this suggestion. For any field set to true, there is a
2052
- # new suggested value.
2055
+ # have been changed in this suggestion. For any field set to true, there's a new
2056
+ # suggested value.
2053
2057
  class InlineObjectPropertiesSuggestionState
2054
2058
  include Google::Apis::Core::Hashable
2055
2059
 
2056
2060
  # A mask that indicates which of the fields on the base EmbeddedObject have been
2057
- # changed in this suggestion. For any field set to true, there is a new
2058
- # suggested value.
2061
+ # changed in this suggestion. For any field set to true, there's a new suggested
2062
+ # value.
2059
2063
  # Corresponds to the JSON property `embeddedObjectSuggestionState`
2060
2064
  # @return [Google::Apis::DocsV1::EmbeddedObjectSuggestionState]
2061
2065
  attr_accessor :embedded_object_suggestion_state
@@ -2393,14 +2397,14 @@ module Google
2393
2397
  end
2394
2398
 
2395
2399
  # A mask that indicates which of the fields on the base LinkedContentReference
2396
- # have been changed in this suggestion. For any field set to true, there is a
2397
- # new suggested value.
2400
+ # have been changed in this suggestion. For any field set to true, there's a new
2401
+ # suggested value.
2398
2402
  class LinkedContentReferenceSuggestionState
2399
2403
  include Google::Apis::Core::Hashable
2400
2404
 
2401
2405
  # A mask that indicates which of the fields on the base SheetsChartReference
2402
- # have been changed in this suggestion. For any field set to true, there is a
2403
- # new suggested value.
2406
+ # have been changed in this suggestion. For any field set to true, there's a new
2407
+ # suggested value.
2404
2408
  # Corresponds to the JSON property `sheetsChartReferenceSuggestionState`
2405
2409
  # @return [Google::Apis::DocsV1::SheetsChartReferenceSuggestionState]
2406
2410
  attr_accessor :sheets_chart_reference_suggestion_state
@@ -2416,12 +2420,12 @@ module Google
2416
2420
  end
2417
2421
 
2418
2422
  # A List represents the list attributes for a group of paragraphs that all
2419
- # belong to the same list. A paragraph that is part of a list has a reference to
2423
+ # belong to the same list. A paragraph that's part of a list has a reference to
2420
2424
  # the list's ID in its bullet.
2421
2425
  class List
2422
2426
  include Google::Apis::Core::Hashable
2423
2427
 
2424
- # The properties of a list which describe the look and feel of bullets belonging
2428
+ # The properties of a list that describe the look and feel of bullets belonging
2425
2429
  # to paragraphs associated with a list.
2426
2430
  # Corresponds to the JSON property `listProperties`
2427
2431
  # @return [Google::Apis::DocsV1::ListProperties]
@@ -2456,13 +2460,13 @@ module Google
2456
2460
  end
2457
2461
  end
2458
2462
 
2459
- # The properties of a list which describe the look and feel of bullets belonging
2463
+ # The properties of a list that describe the look and feel of bullets belonging
2460
2464
  # to paragraphs associated with a list.
2461
2465
  class ListProperties
2462
2466
  include Google::Apis::Core::Hashable
2463
2467
 
2464
2468
  # Describes the properties of the bullets at the associated level. A list has at
2465
- # most nine levels of nesting with nesting level 0 corresponding to the top-most
2469
+ # most 9 levels of nesting with nesting level 0 corresponding to the top-most
2466
2470
  # level and nesting level 8 corresponding to the most nested level. The nesting
2467
2471
  # levels are returned in ascending order with the least nested returned first.
2468
2472
  # Corresponds to the JSON property `nestingLevels`
@@ -2480,8 +2484,8 @@ module Google
2480
2484
  end
2481
2485
 
2482
2486
  # A mask that indicates which of the fields on the base ListProperties have been
2483
- # changed in this suggestion. For any field set to true, there is a new
2484
- # suggested value.
2487
+ # changed in this suggestion. For any field set to true, there's a new suggested
2488
+ # value.
2485
2489
  class ListPropertiesSuggestionState
2486
2490
  include Google::Apis::Core::Hashable
2487
2491
 
@@ -2556,9 +2560,9 @@ module Google
2556
2560
 
2557
2561
  # A collection of Ranges with the same named range ID. Named ranges allow
2558
2562
  # developers to associate parts of a document with an arbitrary user-defined
2559
- # label so their contents can be programmatically read or edited at a later time.
2560
- # A document can contain multiple named ranges with the same name, but every
2561
- # named range has a unique ID. A named range is created with a single Range, and
2563
+ # label so their contents can be programmatically read or edited later. A
2564
+ # document can contain multiple named ranges with the same name, but every named
2565
+ # range has a unique ID. A named range is created with a single Range, and
2562
2566
  # content inserted inside a named range generally expands that range. However,
2563
2567
  # certain document changes can cause the range to be split into multiple ranges.
2564
2568
  # Named ranges are not private. All applications and collaborators that have
@@ -2635,7 +2639,7 @@ module Google
2635
2639
  # ParagraphStyle on a named style inherits from the normal text named style. *
2636
2640
  # The ParagraphStyle of the normal text named style inherits from the default
2637
2641
  # paragraph style in the Docs editor. * The ParagraphStyle on a Paragraph
2638
- # element that is contained in a table may inherit its paragraph style from the
2642
+ # element that's contained in a table may inherit its paragraph style from the
2639
2643
  # table style. If the paragraph style does not inherit from a parent, unsetting
2640
2644
  # fields will revert the style to a value matching the defaults in the Docs
2641
2645
  # editor.
@@ -2649,8 +2653,8 @@ module Google
2649
2653
  # inherits from the paragraph's corresponding named style type. * The TextStyle
2650
2654
  # on a named style inherits from the normal text named style. * The TextStyle of
2651
2655
  # the normal text named style inherits from the default text style in the Docs
2652
- # editor. * The TextStyle on a Paragraph element that is contained in a table
2653
- # may inherit its text style from the table style. If the text style does not
2656
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
2657
+ # inherit its text style from the table style. If the text style does not
2654
2658
  # inherit from a parent, unsetting fields will revert the style to a value
2655
2659
  # matching the defaults in the Docs editor.
2656
2660
  # Corresponds to the JSON property `textStyle`
@@ -2681,15 +2685,15 @@ module Google
2681
2685
  attr_accessor :named_style_type
2682
2686
 
2683
2687
  # A mask that indicates which of the fields on the base ParagraphStyle have been
2684
- # changed in this suggestion. For any field set to true, there is a new
2685
- # suggested value.
2688
+ # changed in this suggestion. For any field set to true, there's a new suggested
2689
+ # value.
2686
2690
  # Corresponds to the JSON property `paragraphStyleSuggestionState`
2687
2691
  # @return [Google::Apis::DocsV1::ParagraphStyleSuggestionState]
2688
2692
  attr_accessor :paragraph_style_suggestion_state
2689
2693
 
2690
2694
  # A mask that indicates which of the fields on the base TextStyle have been
2691
- # changed in this suggestion. For any field set to true, there is a new
2692
- # suggested value.
2695
+ # changed in this suggestion. For any field set to true, there's a new suggested
2696
+ # value.
2693
2697
  # Corresponds to the JSON property `textStyleSuggestionState`
2694
2698
  # @return [Google::Apis::DocsV1::TextStyleSuggestionState]
2695
2699
  attr_accessor :text_style_suggestion_state
@@ -2711,7 +2715,7 @@ module Google
2711
2715
  class NamedStyles
2712
2716
  include Google::Apis::Core::Hashable
2713
2717
 
2714
- # The named styles. There is an entry for each of the possible named style types.
2718
+ # The named styles. There's an entry for each of the possible named style types.
2715
2719
  # Corresponds to the JSON property `styles`
2716
2720
  # @return [Array<Google::Apis::DocsV1::NamedStyle>]
2717
2721
  attr_accessor :styles
@@ -2732,8 +2736,8 @@ module Google
2732
2736
 
2733
2737
  # A mask that indicates which of the fields on the corresponding NamedStyle in
2734
2738
  # styles have been changed in this suggestion. The order of these named style
2735
- # suggestion states match the order of the corresponding named style within the
2736
- # named styles suggestion.
2739
+ # suggestion states matches the order of the corresponding named style within
2740
+ # the named styles suggestion.
2737
2741
  # Corresponds to the JSON property `stylesSuggestionStates`
2738
2742
  # @return [Array<Google::Apis::DocsV1::NamedStyleSuggestionState>]
2739
2743
  attr_accessor :styles_suggestion_states
@@ -2759,8 +2763,8 @@ module Google
2759
2763
  attr_accessor :bullet_alignment
2760
2764
 
2761
2765
  # The format string used by bullets at this level of nesting. The glyph format
2762
- # contains one or more placeholders, and these placeholder are replaced with the
2763
- # appropriate values depending on the glyph_type or glyph_symbol. The
2766
+ # contains one or more placeholders, and these placeholders are replaced with
2767
+ # the appropriate values depending on the glyph_type or glyph_symbol. The
2764
2768
  # placeholders follow the pattern `%[nesting_level]`. Furthermore, placeholders
2765
2769
  # can have prefixes and suffixes. Thus, the glyph format follows the pattern `%[
2766
2770
  # nesting_level]`. Note that the prefix and suffix are optional and can be
@@ -2811,10 +2815,9 @@ module Google
2811
2815
  attr_accessor :indent_start
2812
2816
 
2813
2817
  # The number of the first list item at this nesting level. A value of 0 is
2814
- # treated as a value of 1 for lettered lists and roman numeraled lists, i.e. for
2815
- # values of both 0 and 1, lettered and roman numeraled lists will begin at `a`
2816
- # and `i` respectively. This value is ignored for nesting levels with unordered
2817
- # glyphs.
2818
+ # treated as a value of 1 for lettered lists and Roman numeral lists. For values
2819
+ # of both 0 and 1, lettered and Roman numeral lists will begin at `a` and `i`
2820
+ # respectively. This value is ignored for nesting levels with unordered glyphs.
2818
2821
  # Corresponds to the JSON property `startNumber`
2819
2822
  # @return [Fixnum]
2820
2823
  attr_accessor :start_number
@@ -2825,8 +2828,8 @@ module Google
2825
2828
  # inherits from the paragraph's corresponding named style type. * The TextStyle
2826
2829
  # on a named style inherits from the normal text named style. * The TextStyle of
2827
2830
  # the normal text named style inherits from the default text style in the Docs
2828
- # editor. * The TextStyle on a Paragraph element that is contained in a table
2829
- # may inherit its text style from the table style. If the text style does not
2831
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
2832
+ # inherit its text style from the table style. If the text style does not
2830
2833
  # inherit from a parent, unsetting fields will revert the style to a value
2831
2834
  # matching the defaults in the Docs editor.
2832
2835
  # Corresponds to the JSON property `textStyle`
@@ -2851,8 +2854,8 @@ module Google
2851
2854
  end
2852
2855
 
2853
2856
  # A mask that indicates which of the fields on the base NestingLevel have been
2854
- # changed in this suggestion. For any field set to true, there is a new
2855
- # suggested value.
2857
+ # changed in this suggestion. For any field set to true, there's a new suggested
2858
+ # value.
2856
2859
  class NestingLevelSuggestionState
2857
2860
  include Google::Apis::Core::Hashable
2858
2861
 
@@ -2899,8 +2902,8 @@ module Google
2899
2902
  alias_method :start_number_suggested?, :start_number_suggested
2900
2903
 
2901
2904
  # A mask that indicates which of the fields on the base TextStyle have been
2902
- # changed in this suggestion. For any field set to true, there is a new
2903
- # suggested value.
2905
+ # changed in this suggestion. For any field set to true, there's a new suggested
2906
+ # value.
2904
2907
  # Corresponds to the JSON property `textStyleSuggestionState`
2905
2908
  # @return [Google::Apis::DocsV1::TextStyleSuggestionState]
2906
2909
  attr_accessor :text_style_suggestion_state
@@ -2971,8 +2974,8 @@ module Google
2971
2974
  # @return [Array<String>]
2972
2975
  attr_accessor :suggested_deletion_ids
2973
2976
 
2974
- # The suggested insertion IDs. A PageBreak may have multiple insertion IDs if it
2975
- # is a nested suggested change. If empty, then this is not a suggested insertion.
2977
+ # The suggested insertion IDs. A PageBreak may have multiple insertion IDs if it'
2978
+ # s a nested suggested change. If empty, then this is not a suggested insertion.
2976
2979
  # Corresponds to the JSON property `suggestedInsertionIds`
2977
2980
  # @return [Array<String>]
2978
2981
  attr_accessor :suggested_insertion_ids
@@ -2988,8 +2991,8 @@ module Google
2988
2991
  # inherits from the paragraph's corresponding named style type. * The TextStyle
2989
2992
  # on a named style inherits from the normal text named style. * The TextStyle of
2990
2993
  # the normal text named style inherits from the default text style in the Docs
2991
- # editor. * The TextStyle on a Paragraph element that is contained in a table
2992
- # may inherit its text style from the table style. If the text style does not
2994
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
2995
+ # inherit its text style from the table style. If the text style does not
2993
2996
  # inherit from a parent, unsetting fields will revert the style to a value
2994
2997
  # matching the defaults in the Docs editor.
2995
2998
  # Corresponds to the JSON property `textStyle`
@@ -3010,7 +3013,7 @@ module Google
3010
3013
  end
3011
3014
 
3012
3015
  # A StructuralElement representing a paragraph. A paragraph is a range of
3013
- # content that is terminated with a newline character.
3016
+ # content that's terminated with a newline character.
3014
3017
  class Paragraph
3015
3018
  include Google::Apis::Core::Hashable
3016
3019
 
@@ -3019,7 +3022,7 @@ module Google
3019
3022
  # @return [Google::Apis::DocsV1::Bullet]
3020
3023
  attr_accessor :bullet
3021
3024
 
3022
- # The content of the paragraph broken down into its component parts.
3025
+ # The content of the paragraph, broken down into its component parts.
3023
3026
  # Corresponds to the JSON property `elements`
3024
3027
  # @return [Array<Google::Apis::DocsV1::ParagraphElement>]
3025
3028
  attr_accessor :elements
@@ -3031,7 +3034,7 @@ module Google
3031
3034
  # ParagraphStyle on a named style inherits from the normal text named style. *
3032
3035
  # The ParagraphStyle of the normal text named style inherits from the default
3033
3036
  # paragraph style in the Docs editor. * The ParagraphStyle on a Paragraph
3034
- # element that is contained in a table may inherit its paragraph style from the
3037
+ # element that's contained in a table may inherit its paragraph style from the
3035
3038
  # table style. If the paragraph style does not inherit from a parent, unsetting
3036
3039
  # fields will revert the style to a value matching the defaults in the Docs
3037
3040
  # editor.
@@ -3055,8 +3058,8 @@ module Google
3055
3058
  # @return [Hash<String,Google::Apis::DocsV1::SuggestedParagraphStyle>]
3056
3059
  attr_accessor :suggested_paragraph_style_changes
3057
3060
 
3058
- # The IDs of the positioned objects that are suggested to be attached to this
3059
- # paragraph, keyed by suggestion ID.
3061
+ # The IDs of the positioned objects suggested to be attached to this paragraph,
3062
+ # keyed by suggestion ID.
3060
3063
  # Corresponds to the JSON property `suggestedPositionedObjectIds`
3061
3064
  # @return [Hash<String,Google::Apis::DocsV1::ObjectReferences>]
3062
3065
  attr_accessor :suggested_positioned_object_ids
@@ -3118,8 +3121,8 @@ module Google
3118
3121
  class ParagraphElement
3119
3122
  include Google::Apis::Core::Hashable
3120
3123
 
3121
- # A ParagraphElement representing a spot in the text that is dynamically
3122
- # replaced with content that can change over time, like a page number.
3124
+ # A ParagraphElement representing a spot in the text that's dynamically replaced
3125
+ # with content that can change over time, like a page number.
3123
3126
  # Corresponds to the JSON property `autoText`
3124
3127
  # @return [Google::Apis::DocsV1::AutoText]
3125
3128
  attr_accessor :auto_text
@@ -3169,8 +3172,8 @@ module Google
3169
3172
  # @return [Google::Apis::DocsV1::Person]
3170
3173
  attr_accessor :person
3171
3174
 
3172
- # A link to a Google resource (e.g., a file in Drive, a YouTube video, a
3173
- # Calendar event, etc.).
3175
+ # A link to a Google resource (such as a file in Drive, a YouTube video, or a
3176
+ # Calendar event).
3174
3177
  # Corresponds to the JSON property `richLink`
3175
3178
  # @return [Google::Apis::DocsV1::RichLink]
3176
3179
  attr_accessor :rich_link
@@ -3213,7 +3216,7 @@ module Google
3213
3216
  # ParagraphStyle on a named style inherits from the normal text named style. *
3214
3217
  # The ParagraphStyle of the normal text named style inherits from the default
3215
3218
  # paragraph style in the Docs editor. * The ParagraphStyle on a Paragraph
3216
- # element that is contained in a table may inherit its paragraph style from the
3219
+ # element that's contained in a table may inherit its paragraph style from the
3217
3220
  # table style. If the paragraph style does not inherit from a parent, unsetting
3218
3221
  # fields will revert the style to a value matching the defaults in the Docs
3219
3222
  # editor.
@@ -3315,7 +3318,7 @@ module Google
3315
3318
  # Whether the current paragraph should always start at the beginning of a page.
3316
3319
  # If unset, the value is inherited from the parent. Attempting to update
3317
3320
  # page_break_before for paragraphs in unsupported regions, including Table,
3318
- # Header, Footer and Footnote, can result in an invalid document state which
3321
+ # Header, Footer and Footnote, can result in an invalid document state that
3319
3322
  # returns a 400 bad request error.
3320
3323
  # Corresponds to the JSON property `pageBreakBefore`
3321
3324
  # @return [Boolean]
@@ -3380,8 +3383,8 @@ module Google
3380
3383
  end
3381
3384
 
3382
3385
  # A mask that indicates which of the fields on the base ParagraphStyle have been
3383
- # changed in this suggestion. For any field set to true, there is a new
3384
- # suggested value.
3386
+ # changed in this suggestion. For any field set to true, there's a new suggested
3387
+ # value.
3385
3388
  class ParagraphStyleSuggestionState
3386
3389
  include Google::Apis::Core::Hashable
3387
3390
 
@@ -3488,7 +3491,7 @@ module Google
3488
3491
  alias_method :page_break_before_suggested?, :page_break_before_suggested
3489
3492
 
3490
3493
  # A mask that indicates which of the fields on the base Shading have been
3491
- # changed in this suggested change. For any field set to true, there is a new
3494
+ # changed in this suggested change. For any field set to true, there's a new
3492
3495
  # suggested value.
3493
3496
  # Corresponds to the JSON property `shadingSuggestionState`
3494
3497
  # @return [Google::Apis::DocsV1::ShadingSuggestionState]
@@ -3558,14 +3561,14 @@ module Google
3558
3561
  attr_accessor :person_properties
3559
3562
 
3560
3563
  # IDs for suggestions that remove this person link from the document. A Person
3561
- # might have multiple deletion IDs if, for example, multiple users suggest to
3562
- # delete it. If empty, then this person link isn't suggested for deletion.
3564
+ # might have multiple deletion IDs if, for example, multiple users suggest
3565
+ # deleting it. If empty, then this person link isn't suggested for deletion.
3563
3566
  # Corresponds to the JSON property `suggestedDeletionIds`
3564
3567
  # @return [Array<String>]
3565
3568
  attr_accessor :suggested_deletion_ids
3566
3569
 
3567
3570
  # IDs for suggestions that insert this person link into the document. A Person
3568
- # might have multiple insertion IDs if it is a nested suggested change (a
3571
+ # might have multiple insertion IDs if it's a nested suggested change (a
3569
3572
  # suggestion within a suggestion made by a different user, for example). If
3570
3573
  # empty, then this person link isn't a suggested insertion.
3571
3574
  # Corresponds to the JSON property `suggestedInsertionIds`
@@ -3583,8 +3586,8 @@ module Google
3583
3586
  # inherits from the paragraph's corresponding named style type. * The TextStyle
3584
3587
  # on a named style inherits from the normal text named style. * The TextStyle of
3585
3588
  # the normal text named style inherits from the default text style in the Docs
3586
- # editor. * The TextStyle on a Paragraph element that is contained in a table
3587
- # may inherit its text style from the table style. If the text style does not
3589
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
3590
+ # inherit its text style from the table style. If the text style does not
3588
3591
  # inherit from a parent, unsetting fields will revert the style to a value
3589
3592
  # matching the defaults in the Docs editor.
3590
3593
  # Corresponds to the JSON property `textStyle`
@@ -3616,8 +3619,8 @@ module Google
3616
3619
  # @return [String]
3617
3620
  attr_accessor :email
3618
3621
 
3619
- # Output only. The name of the person if it is displayed in the link text
3620
- # instead of the person's email address.
3622
+ # Output only. The name of the person if it's displayed in the link text instead
3623
+ # of the person's email address.
3621
3624
  # Corresponds to the JSON property `name`
3622
3625
  # @return [String]
3623
3626
  attr_accessor :name
@@ -3658,7 +3661,7 @@ module Google
3658
3661
  end
3659
3662
  end
3660
3663
 
3661
- # An object that is tethered to a Paragraph and positioned relative to the
3664
+ # An object that's tethered to a Paragraph and positioned relative to the
3662
3665
  # beginning of the paragraph. A PositionedObject contains an EmbeddedObject such
3663
3666
  # as an image.
3664
3667
  class PositionedObject
@@ -3706,7 +3709,7 @@ module Google
3706
3709
  end
3707
3710
 
3708
3711
  # The positioning of a PositionedObject. The positioned object is positioned
3709
- # relative to the beginning of the Paragraph it is tethered to.
3712
+ # relative to the beginning of the Paragraph it's tethered to.
3710
3713
  class PositionedObjectPositioning
3711
3714
  include Google::Apis::Core::Hashable
3712
3715
 
@@ -3739,7 +3742,7 @@ module Google
3739
3742
 
3740
3743
  # A mask that indicates which of the fields on the base
3741
3744
  # PositionedObjectPositioning have been changed in this suggestion. For any
3742
- # field set to true, there is a new suggested value.
3745
+ # field set to true, there's a new suggested value.
3743
3746
  class PositionedObjectPositioningSuggestionState
3744
3747
  include Google::Apis::Core::Hashable
3745
3748
 
@@ -3783,7 +3786,7 @@ module Google
3783
3786
  attr_accessor :embedded_object
3784
3787
 
3785
3788
  # The positioning of a PositionedObject. The positioned object is positioned
3786
- # relative to the beginning of the Paragraph it is tethered to.
3789
+ # relative to the beginning of the Paragraph it's tethered to.
3787
3790
  # Corresponds to the JSON property `positioning`
3788
3791
  # @return [Google::Apis::DocsV1::PositionedObjectPositioning]
3789
3792
  attr_accessor :positioning
@@ -3801,20 +3804,20 @@ module Google
3801
3804
 
3802
3805
  # A mask that indicates which of the fields on the base
3803
3806
  # PositionedObjectProperties have been changed in this suggestion. For any field
3804
- # set to true, there is a new suggested value.
3807
+ # set to true, there's a new suggested value.
3805
3808
  class PositionedObjectPropertiesSuggestionState
3806
3809
  include Google::Apis::Core::Hashable
3807
3810
 
3808
3811
  # A mask that indicates which of the fields on the base EmbeddedObject have been
3809
- # changed in this suggestion. For any field set to true, there is a new
3810
- # suggested value.
3812
+ # changed in this suggestion. For any field set to true, there's a new suggested
3813
+ # value.
3811
3814
  # Corresponds to the JSON property `embeddedObjectSuggestionState`
3812
3815
  # @return [Google::Apis::DocsV1::EmbeddedObjectSuggestionState]
3813
3816
  attr_accessor :embedded_object_suggestion_state
3814
3817
 
3815
3818
  # A mask that indicates which of the fields on the base
3816
3819
  # PositionedObjectPositioning have been changed in this suggestion. For any
3817
- # field set to true, there is a new suggested value.
3820
+ # field set to true, there's a new suggested value.
3818
3821
  # Corresponds to the JSON property `positioningSuggestionState`
3819
3822
  # @return [Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState]
3820
3823
  attr_accessor :positioning_suggestion_state
@@ -3841,7 +3844,7 @@ module Google
3841
3844
  # @return [Fixnum]
3842
3845
  attr_accessor :end_index
3843
3846
 
3844
- # The ID of the header, footer or footnote that this range is contained in. An
3847
+ # The ID of the header, footer, or footnote that this range is contained in. An
3845
3848
  # empty segment ID signifies the document's body.
3846
3849
  # Corresponds to the JSON property `segmentId`
3847
3850
  # @return [String]
@@ -4310,8 +4313,8 @@ module Google
4310
4313
  end
4311
4314
  end
4312
4315
 
4313
- # A link to a Google resource (e.g., a file in Drive, a YouTube video, a
4314
- # Calendar event, etc.).
4316
+ # A link to a Google resource (such as a file in Drive, a YouTube video, or a
4317
+ # Calendar event).
4315
4318
  class RichLink
4316
4319
  include Google::Apis::Core::Hashable
4317
4320
 
@@ -4326,14 +4329,14 @@ module Google
4326
4329
  attr_accessor :rich_link_properties
4327
4330
 
4328
4331
  # IDs for suggestions that remove this link from the document. A RichLink might
4329
- # have multiple deletion IDs if, for example, multiple users suggest to delete
4330
- # it. If empty, then this person link isn't suggested for deletion.
4332
+ # have multiple deletion IDs if, for example, multiple users suggest deleting it.
4333
+ # If empty, then this person link isn't suggested for deletion.
4331
4334
  # Corresponds to the JSON property `suggestedDeletionIds`
4332
4335
  # @return [Array<String>]
4333
4336
  attr_accessor :suggested_deletion_ids
4334
4337
 
4335
4338
  # IDs for suggestions that insert this link into the document. A RichLink might
4336
- # have multiple insertion IDs if it is a nested suggested change (a suggestion
4339
+ # have multiple insertion IDs if it's a nested suggested change (a suggestion
4337
4340
  # within a suggestion made by a different user, for example). If empty, then
4338
4341
  # this person link isn't a suggested insertion.
4339
4342
  # Corresponds to the JSON property `suggestedInsertionIds`
@@ -4351,8 +4354,8 @@ module Google
4351
4354
  # inherits from the paragraph's corresponding named style type. * The TextStyle
4352
4355
  # on a named style inherits from the normal text named style. * The TextStyle of
4353
4356
  # the normal text named style inherits from the default text style in the Docs
4354
- # editor. * The TextStyle on a Paragraph element that is contained in a table
4355
- # may inherit its text style from the table style. If the text style does not
4357
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
4358
+ # inherit its text style from the table style. If the text style does not
4356
4359
  # inherit from a parent, unsetting fields will revert the style to a value
4357
4360
  # matching the defaults in the Docs editor.
4358
4361
  # Corresponds to the JSON property `textStyle`
@@ -4379,7 +4382,8 @@ module Google
4379
4382
  include Google::Apis::Core::Hashable
4380
4383
 
4381
4384
  # Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-
4382
- # types) of the RichLink, if there is one (i.e., when it is a file in Drive).
4385
+ # types) of the RichLink, if there's one (for example, when it's a file in Drive)
4386
+ # .
4383
4387
  # Corresponds to the JSON property `mimeType`
4384
4388
  # @return [String]
4385
4389
  attr_accessor :mime_type
@@ -4409,7 +4413,7 @@ module Google
4409
4413
  end
4410
4414
 
4411
4415
  # A StructuralElement representing a section break. A section is a range of
4412
- # content which has the same SectionStyle. A section break represents the start
4416
+ # content that has the same SectionStyle. A section break represents the start
4413
4417
  # of a new section, and the section style applies to the section after the
4414
4418
  # section break. The document body always begins with a section break.
4415
4419
  class SectionBreak
@@ -4427,7 +4431,7 @@ module Google
4427
4431
  attr_accessor :suggested_deletion_ids
4428
4432
 
4429
4433
  # The suggested insertion IDs. A SectionBreak may have multiple insertion IDs if
4430
- # it is a nested suggested change. If empty, then this is not a suggested
4434
+ # it's a nested suggested change. If empty, then this is not a suggested
4431
4435
  # insertion.
4432
4436
  # Corresponds to the JSON property `suggestedInsertionIds`
4433
4437
  # @return [Array<String>]
@@ -4476,14 +4480,14 @@ module Google
4476
4480
 
4477
4481
  # The section's columns properties. If empty, the section contains one column
4478
4482
  # with the default properties in the Docs editor. A section can be updated to
4479
- # have no more than three columns. When updating this property, setting a
4480
- # concrete value is required. Unsetting this property will result in a 400 bad
4481
- # request error.
4483
+ # have no more than 3 columns. When updating this property, setting a concrete
4484
+ # value is required. Unsetting this property will result in a 400 bad request
4485
+ # error.
4482
4486
  # Corresponds to the JSON property `columnProperties`
4483
4487
  # @return [Array<Google::Apis::DocsV1::SectionColumnProperties>]
4484
4488
  attr_accessor :column_properties
4485
4489
 
4486
- # The style of column separators. This style can be set even when there is one
4490
+ # The style of column separators. This style can be set even when there's one
4487
4491
  # column in the section. When updating this property, setting a concrete value
4488
4492
  # is required. Unsetting this property results in a 400 bad request error.
4489
4493
  # Corresponds to the JSON property `columnSeparatorStyle`
@@ -4513,7 +4517,7 @@ module Google
4513
4517
 
4514
4518
  # The ID of the footer used only for even pages. If the value of DocumentStyle's
4515
4519
  # use_even_page_header_footer is true, this value is used for the footers on
4516
- # even pages in the section. If it is false, the footers on even pages uses the
4520
+ # even pages in the section. If it is false, the footers on even pages use the
4517
4521
  # default_footer_id. If unset, the value inherits from the previous SectionBreak'
4518
4522
  # s SectionStyle. If the value is unset in the first SectionBreak, it inherits
4519
4523
  # from DocumentStyle's even_page_footer_id. This property is read-only.
@@ -4523,7 +4527,7 @@ module Google
4523
4527
 
4524
4528
  # The ID of the header used only for even pages. If the value of DocumentStyle's
4525
4529
  # use_even_page_header_footer is true, this value is used for the headers on
4526
- # even pages in the section. If it is false, the headers on even pages uses the
4530
+ # even pages in the section. If it is false, the headers on even pages use the
4527
4531
  # default_header_id. If unset, the value inherits from the previous SectionBreak'
4528
4532
  # s SectionStyle. If the value is unset in the first SectionBreak, it inherits
4529
4533
  # from DocumentStyle's even_page_header_id. This property is read-only.
@@ -4533,7 +4537,7 @@ module Google
4533
4537
 
4534
4538
  # The ID of the footer used only for the first page of the section. If
4535
4539
  # use_first_page_header_footer is true, this value is used for the footer on the
4536
- # first page of the section. If it is false, the footer on the first page of the
4540
+ # first page of the section. If it's false, the footer on the first page of the
4537
4541
  # section uses the default_footer_id. If unset, the value inherits from the
4538
4542
  # previous SectionBreak's SectionStyle. If the value is unset in the first
4539
4543
  # SectionBreak, it inherits from DocumentStyle's first_page_footer_id. This
@@ -4544,7 +4548,7 @@ module Google
4544
4548
 
4545
4549
  # The ID of the header used only for the first page of the section. If
4546
4550
  # use_first_page_header_footer is true, this value is used for the header on the
4547
- # first page of the section. If it is false, the header on the first page of the
4551
+ # first page of the section. If it's false, the header on the first page of the
4548
4552
  # section uses the default_header_id. If unset, the value inherits from the
4549
4553
  # previous SectionBreak's SectionStyle. If the value is unset in the first
4550
4554
  # SectionBreak, it inherits from DocumentStyle's first_page_header_id. This
@@ -4655,7 +4659,7 @@ module Google
4655
4659
  end
4656
4660
 
4657
4661
  # A mask that indicates which of the fields on the base Shading have been
4658
- # changed in this suggested change. For any field set to true, there is a new
4662
+ # changed in this suggested change. For any field set to true, there's a new
4659
4663
  # suggested value.
4660
4664
  class ShadingSuggestionState
4661
4665
  include Google::Apis::Core::Hashable
@@ -4680,7 +4684,7 @@ module Google
4680
4684
  class SheetsChartReference
4681
4685
  include Google::Apis::Core::Hashable
4682
4686
 
4683
- # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
4687
+ # The ID of the specific chart in the Google Sheets spreadsheet that's embedded.
4684
4688
  # Corresponds to the JSON property `chartId`
4685
4689
  # @return [Fixnum]
4686
4690
  attr_accessor :chart_id
@@ -4702,8 +4706,8 @@ module Google
4702
4706
  end
4703
4707
 
4704
4708
  # A mask that indicates which of the fields on the base SheetsChartReference
4705
- # have been changed in this suggestion. For any field set to true, there is a
4706
- # new suggested value.
4709
+ # have been changed in this suggestion. For any field set to true, there's a new
4710
+ # suggested value.
4707
4711
  class SheetsChartReferenceSuggestionState
4708
4712
  include Google::Apis::Core::Hashable
4709
4713
 
@@ -4795,13 +4799,13 @@ module Google
4795
4799
  attr_accessor :end_index
4796
4800
 
4797
4801
  # A StructuralElement representing a paragraph. A paragraph is a range of
4798
- # content that is terminated with a newline character.
4802
+ # content that's terminated with a newline character.
4799
4803
  # Corresponds to the JSON property `paragraph`
4800
4804
  # @return [Google::Apis::DocsV1::Paragraph]
4801
4805
  attr_accessor :paragraph
4802
4806
 
4803
4807
  # A StructuralElement representing a section break. A section is a range of
4804
- # content which has the same SectionStyle. A section break represents the start
4808
+ # content that has the same SectionStyle. A section break represents the start
4805
4809
  # of a new section, and the section style applies to the section after the
4806
4810
  # section break. The document body always begins with a section break.
4807
4811
  # Corresponds to the JSON property `sectionBreak`
@@ -4875,7 +4879,7 @@ module Google
4875
4879
  attr_accessor :bullet
4876
4880
 
4877
4881
  # A mask that indicates which of the fields on the base Bullet have been changed
4878
- # in this suggestion. For any field set to true, there is a new suggested value.
4882
+ # in this suggestion. For any field set to true, there's a new suggested value.
4879
4883
  # Corresponds to the JSON property `bulletSuggestionState`
4880
4884
  # @return [Google::Apis::DocsV1::BulletSuggestionState]
4881
4885
  attr_accessor :bullet_suggestion_state
@@ -4901,8 +4905,8 @@ module Google
4901
4905
  attr_accessor :document_style
4902
4906
 
4903
4907
  # A mask that indicates which of the fields on the base DocumentStyle have been
4904
- # changed in this suggestion. For any field set to true, there is a new
4905
- # suggested value.
4908
+ # changed in this suggestion. For any field set to true, there's a new suggested
4909
+ # value.
4906
4910
  # Corresponds to the JSON property `documentStyleSuggestionState`
4907
4911
  # @return [Google::Apis::DocsV1::DocumentStyleSuggestionState]
4908
4912
  attr_accessor :document_style_suggestion_state
@@ -4928,8 +4932,8 @@ module Google
4928
4932
  attr_accessor :inline_object_properties
4929
4933
 
4930
4934
  # A mask that indicates which of the fields on the base InlineObjectProperties
4931
- # have been changed in this suggestion. For any field set to true, there is a
4932
- # new suggested value.
4935
+ # have been changed in this suggestion. For any field set to true, there's a new
4936
+ # suggested value.
4933
4937
  # Corresponds to the JSON property `inlineObjectPropertiesSuggestionState`
4934
4938
  # @return [Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState]
4935
4939
  attr_accessor :inline_object_properties_suggestion_state
@@ -4949,15 +4953,15 @@ module Google
4949
4953
  class SuggestedListProperties
4950
4954
  include Google::Apis::Core::Hashable
4951
4955
 
4952
- # The properties of a list which describe the look and feel of bullets belonging
4956
+ # The properties of a list that describe the look and feel of bullets belonging
4953
4957
  # to paragraphs associated with a list.
4954
4958
  # Corresponds to the JSON property `listProperties`
4955
4959
  # @return [Google::Apis::DocsV1::ListProperties]
4956
4960
  attr_accessor :list_properties
4957
4961
 
4958
4962
  # A mask that indicates which of the fields on the base ListProperties have been
4959
- # changed in this suggestion. For any field set to true, there is a new
4960
- # suggested value.
4963
+ # changed in this suggestion. For any field set to true, there's a new suggested
4964
+ # value.
4961
4965
  # Corresponds to the JSON property `listPropertiesSuggestionState`
4962
4966
  # @return [Google::Apis::DocsV1::ListPropertiesSuggestionState]
4963
4967
  attr_accessor :list_properties_suggestion_state
@@ -5010,7 +5014,7 @@ module Google
5010
5014
  # ParagraphStyle on a named style inherits from the normal text named style. *
5011
5015
  # The ParagraphStyle of the normal text named style inherits from the default
5012
5016
  # paragraph style in the Docs editor. * The ParagraphStyle on a Paragraph
5013
- # element that is contained in a table may inherit its paragraph style from the
5017
+ # element that's contained in a table may inherit its paragraph style from the
5014
5018
  # table style. If the paragraph style does not inherit from a parent, unsetting
5015
5019
  # fields will revert the style to a value matching the defaults in the Docs
5016
5020
  # editor.
@@ -5019,8 +5023,8 @@ module Google
5019
5023
  attr_accessor :paragraph_style
5020
5024
 
5021
5025
  # A mask that indicates which of the fields on the base ParagraphStyle have been
5022
- # changed in this suggestion. For any field set to true, there is a new
5023
- # suggested value.
5026
+ # changed in this suggestion. For any field set to true, there's a new suggested
5027
+ # value.
5024
5028
  # Corresponds to the JSON property `paragraphStyleSuggestionState`
5025
5029
  # @return [Google::Apis::DocsV1::ParagraphStyleSuggestionState]
5026
5030
  attr_accessor :paragraph_style_suggestion_state
@@ -5047,7 +5051,7 @@ module Google
5047
5051
 
5048
5052
  # A mask that indicates which of the fields on the base
5049
5053
  # PositionedObjectProperties have been changed in this suggestion. For any field
5050
- # set to true, there is a new suggested value.
5054
+ # set to true, there's a new suggested value.
5051
5055
  # Corresponds to the JSON property `positionedObjectPropertiesSuggestionState`
5052
5056
  # @return [Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState]
5053
5057
  attr_accessor :positioned_object_properties_suggestion_state
@@ -5074,8 +5078,8 @@ module Google
5074
5078
  attr_accessor :table_cell_style
5075
5079
 
5076
5080
  # A mask that indicates which of the fields on the base TableCellStyle have been
5077
- # changed in this suggestion. For any field set to true, there is a new
5078
- # suggested value.
5081
+ # changed in this suggestion. For any field set to true, there's a new suggested
5082
+ # value.
5079
5083
  # Corresponds to the JSON property `tableCellStyleSuggestionState`
5080
5084
  # @return [Google::Apis::DocsV1::TableCellStyleSuggestionState]
5081
5085
  attr_accessor :table_cell_style_suggestion_state
@@ -5101,8 +5105,8 @@ module Google
5101
5105
  attr_accessor :table_row_style
5102
5106
 
5103
5107
  # A mask that indicates which of the fields on the base TableRowStyle have been
5104
- # changed in this suggestion. For any field set to true, there is a new
5105
- # suggested value.
5108
+ # changed in this suggestion. For any field set to true, there's a new suggested
5109
+ # value.
5106
5110
  # Corresponds to the JSON property `tableRowStyleSuggestionState`
5107
5111
  # @return [Google::Apis::DocsV1::TableRowStyleSuggestionState]
5108
5112
  attr_accessor :table_row_style_suggestion_state
@@ -5128,8 +5132,8 @@ module Google
5128
5132
  # inherits from the paragraph's corresponding named style type. * The TextStyle
5129
5133
  # on a named style inherits from the normal text named style. * The TextStyle of
5130
5134
  # the normal text named style inherits from the default text style in the Docs
5131
- # editor. * The TextStyle on a Paragraph element that is contained in a table
5132
- # may inherit its text style from the table style. If the text style does not
5135
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
5136
+ # inherit its text style from the table style. If the text style does not
5133
5137
  # inherit from a parent, unsetting fields will revert the style to a value
5134
5138
  # matching the defaults in the Docs editor.
5135
5139
  # Corresponds to the JSON property `textStyle`
@@ -5137,8 +5141,8 @@ module Google
5137
5141
  attr_accessor :text_style
5138
5142
 
5139
5143
  # A mask that indicates which of the fields on the base TextStyle have been
5140
- # changed in this suggestion. For any field set to true, there is a new
5141
- # suggested value.
5144
+ # changed in this suggestion. For any field set to true, there's a new suggested
5145
+ # value.
5142
5146
  # Corresponds to the JSON property `textStyleSuggestionState`
5143
5147
  # @return [Google::Apis::DocsV1::TextStyleSuggestionState]
5144
5148
  attr_accessor :text_style_suggestion_state
@@ -5183,7 +5187,7 @@ module Google
5183
5187
  class Table
5184
5188
  include Google::Apis::Core::Hashable
5185
5189
 
5186
- # Number of columns in the table. It is possible for a table to be non-
5190
+ # Number of columns in the table. It's possible for a table to be non-
5187
5191
  # rectangular, so some rows may have a different number of cells.
5188
5192
  # Corresponds to the JSON property `columns`
5189
5193
  # @return [Fixnum]
@@ -5200,8 +5204,8 @@ module Google
5200
5204
  # @return [Array<String>]
5201
5205
  attr_accessor :suggested_deletion_ids
5202
5206
 
5203
- # The suggested insertion IDs. A Table may have multiple insertion IDs if it is
5204
- # a nested suggested change. If empty, then this is not a suggested insertion.
5207
+ # The suggested insertion IDs. A Table may have multiple insertion IDs if it's a
5208
+ # nested suggested change. If empty, then this is not a suggested insertion.
5205
5209
  # Corresponds to the JSON property `suggestedInsertionIds`
5206
5210
  # @return [Array<String>]
5207
5211
  attr_accessor :suggested_insertion_ids
@@ -5256,8 +5260,8 @@ module Google
5256
5260
  # @return [Array<String>]
5257
5261
  attr_accessor :suggested_deletion_ids
5258
5262
 
5259
- # The suggested insertion IDs. A TableCell may have multiple insertion IDs if it
5260
- # is a nested suggested change. If empty, then this is not a suggested insertion.
5263
+ # The suggested insertion IDs. A TableCell may have multiple insertion IDs if it'
5264
+ # s a nested suggested change. If empty, then this is not a suggested insertion.
5261
5265
  # Corresponds to the JSON property `suggestedInsertionIds`
5262
5266
  # @return [Array<String>]
5263
5267
  attr_accessor :suggested_insertion_ids
@@ -5446,8 +5450,8 @@ module Google
5446
5450
  end
5447
5451
 
5448
5452
  # A mask that indicates which of the fields on the base TableCellStyle have been
5449
- # changed in this suggestion. For any field set to true, there is a new
5450
- # suggested value.
5453
+ # changed in this suggestion. For any field set to true, there's a new suggested
5454
+ # value.
5451
5455
  class TableCellStyleSuggestionState
5452
5456
  include Google::Apis::Core::Hashable
5453
5457
 
@@ -5659,8 +5663,8 @@ module Google
5659
5663
  # @return [Array<String>]
5660
5664
  attr_accessor :suggested_deletion_ids
5661
5665
 
5662
- # The suggested insertion IDs. A TableRow may have multiple insertion IDs if it
5663
- # is a nested suggested change. If empty, then this is not a suggested insertion.
5666
+ # The suggested insertion IDs. A TableRow may have multiple insertion IDs if it'
5667
+ # s a nested suggested change. If empty, then this is not a suggested insertion.
5664
5668
  # Corresponds to the JSON property `suggestedInsertionIds`
5665
5669
  # @return [Array<String>]
5666
5670
  attr_accessor :suggested_insertion_ids
@@ -5670,7 +5674,7 @@ module Google
5670
5674
  # @return [Hash<String,Google::Apis::DocsV1::SuggestedTableRowStyle>]
5671
5675
  attr_accessor :suggested_table_row_style_changes
5672
5676
 
5673
- # The contents and style of each cell in this row. It is possible for a table to
5677
+ # The contents and style of each cell in this row. It's possible for a table to
5674
5678
  # be non-rectangular, so some rows may have a different number of cells than
5675
5679
  # other rows in the same table.
5676
5680
  # Corresponds to the JSON property `tableCells`
@@ -5732,8 +5736,8 @@ module Google
5732
5736
  end
5733
5737
 
5734
5738
  # A mask that indicates which of the fields on the base TableRowStyle have been
5735
- # changed in this suggestion. For any field set to true, there is a new
5736
- # suggested value.
5739
+ # changed in this suggestion. For any field set to true, there's a new suggested
5740
+ # value.
5737
5741
  class TableRowStyleSuggestionState
5738
5742
  include Google::Apis::Core::Hashable
5739
5743
 
@@ -5790,8 +5794,8 @@ module Google
5790
5794
  # @return [Array<String>]
5791
5795
  attr_accessor :suggested_deletion_ids
5792
5796
 
5793
- # The suggested insertion IDs. A TextRun may have multiple insertion IDs if it
5794
- # is a nested suggested change. If empty, then this is not a suggested insertion.
5797
+ # The suggested insertion IDs. A TextRun may have multiple insertion IDs if it's
5798
+ # a nested suggested change. If empty, then this is not a suggested insertion.
5795
5799
  # Corresponds to the JSON property `suggestedInsertionIds`
5796
5800
  # @return [Array<String>]
5797
5801
  attr_accessor :suggested_insertion_ids
@@ -5807,8 +5811,8 @@ module Google
5807
5811
  # inherits from the paragraph's corresponding named style type. * The TextStyle
5808
5812
  # on a named style inherits from the normal text named style. * The TextStyle of
5809
5813
  # the normal text named style inherits from the default text style in the Docs
5810
- # editor. * The TextStyle on a Paragraph element that is contained in a table
5811
- # may inherit its text style from the table style. If the text style does not
5814
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
5815
+ # inherit its text style from the table style. If the text style does not
5812
5816
  # inherit from a parent, unsetting fields will revert the style to a value
5813
5817
  # matching the defaults in the Docs editor.
5814
5818
  # Corresponds to the JSON property `textStyle`
@@ -5835,8 +5839,8 @@ module Google
5835
5839
  # inherits from the paragraph's corresponding named style type. * The TextStyle
5836
5840
  # on a named style inherits from the normal text named style. * The TextStyle of
5837
5841
  # the normal text named style inherits from the default text style in the Docs
5838
- # editor. * The TextStyle on a Paragraph element that is contained in a table
5839
- # may inherit its text style from the table style. If the text style does not
5842
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
5843
+ # inherit its text style from the table style. If the text style does not
5840
5844
  # inherit from a parent, unsetting fields will revert the style to a value
5841
5845
  # matching the defaults in the Docs editor.
5842
5846
  class TextStyle
@@ -5849,8 +5853,8 @@ module Google
5849
5853
 
5850
5854
  # The text's vertical offset from its normal position. Text with `SUPERSCRIPT`
5851
5855
  # or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font
5852
- # size, computed based on the `font_size` field. The `font_size` itself is not
5853
- # affected by changes in this field.
5856
+ # size, computed based on the `font_size` field. Changes in this field don't
5857
+ # affect the `font_size`.
5854
5858
  # Corresponds to the JSON property `baselineOffset`
5855
5859
  # @return [String]
5856
5860
  attr_accessor :baseline_offset
@@ -5926,8 +5930,8 @@ module Google
5926
5930
  end
5927
5931
 
5928
5932
  # A mask that indicates which of the fields on the base TextStyle have been
5929
- # changed in this suggestion. For any field set to true, there is a new
5930
- # suggested value.
5933
+ # changed in this suggestion. For any field set to true, there's a new suggested
5934
+ # value.
5931
5935
  class TextStyleSuggestionState
5932
5936
  include Google::Apis::Core::Hashable
5933
5937
 
@@ -6090,7 +6094,7 @@ module Google
6090
6094
  # ParagraphStyle on a named style inherits from the normal text named style. *
6091
6095
  # The ParagraphStyle of the normal text named style inherits from the default
6092
6096
  # paragraph style in the Docs editor. * The ParagraphStyle on a Paragraph
6093
- # element that is contained in a table may inherit its paragraph style from the
6097
+ # element that's contained in a table may inherit its paragraph style from the
6094
6098
  # table style. If the paragraph style does not inherit from a parent, unsetting
6095
6099
  # fields will revert the style to a value matching the defaults in the Docs
6096
6100
  # editor.
@@ -6304,8 +6308,8 @@ module Google
6304
6308
  # inherits from the paragraph's corresponding named style type. * The TextStyle
6305
6309
  # on a named style inherits from the normal text named style. * The TextStyle of
6306
6310
  # the normal text named style inherits from the default text style in the Docs
6307
- # editor. * The TextStyle on a Paragraph element that is contained in a table
6308
- # may inherit its text style from the table style. If the text style does not
6311
+ # editor. * The TextStyle on a Paragraph element that's contained in a table may
6312
+ # inherit its text style from the table style. If the text style does not
6309
6313
  # inherit from a parent, unsetting fields will revert the style to a value
6310
6314
  # matching the defaults in the Docs editor.
6311
6315
  # Corresponds to the JSON property `textStyle`
@@ -6335,19 +6339,19 @@ module Google
6335
6339
  # @return [String]
6336
6340
  attr_accessor :font_family
6337
6341
 
6338
- # The weight of the font. This field can have any value that is a multiple of `
6342
+ # The weight of the font. This field can have any value that's a multiple of `
6339
6343
  # 100` between `100` and `900`, inclusive. This range corresponds to the
6340
6344
  # numerical values described in the CSS 2.1 Specification, [section 15.6](https:/
6341
6345
  # /www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values
6342
6346
  # disallowed. The default value is `400` ("normal"). The font weight makes up
6343
- # just one component of the rendered font weight. The rendered weight is
6344
- # determined by a combination of the `weight` and the text style's resolved `
6345
- # bold` value, after accounting for inheritance: * If the text is bold and the
6346
- # weight is less than `400`, the rendered weight is 400. * If the text is bold
6347
- # and the weight is greater than or equal to `400` but is less than `700`, the
6348
- # rendered weight is `700`. * If the weight is greater than or equal to `700`,
6349
- # the rendered weight is equal to the weight. * If the text is not bold, the
6350
- # rendered weight is equal to the weight.
6347
+ # just one component of the rendered font weight. A combination of the `weight`
6348
+ # and the text style's resolved `bold` value determine the rendered weight,
6349
+ # after accounting for inheritance: * If the text is bold and the weight is less
6350
+ # than `400`, the rendered weight is 400. * If the text is bold and the weight
6351
+ # is greater than or equal to `400` but is less than `700`, the rendered weight
6352
+ # is `700`. * If the weight is greater than or equal to `700`, the rendered
6353
+ # weight is equal to the weight. * If the text is not bold, the rendered weight
6354
+ # is equal to the weight.
6351
6355
  # Corresponds to the JSON property `weight`
6352
6356
  # @return [Fixnum]
6353
6357
  attr_accessor :weight