google-apis-docs_v1 0.28.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9112afa252a6d614924717856b382beeacf68c8d5121f3de1ad0e6e08401402
4
- data.tar.gz: 673be4169151c4f3e4bb56f9951a5b69c3b85804ae364a99e264efbb976d6ea9
3
+ metadata.gz: 01e0d46f6f83dd74aa299cd83a2000b35cc8c5ff31867fd404b92aa4535fe342
4
+ data.tar.gz: a18432ae3a1023ef90f729dd50ae5c4cc1ab855e0453a12961104947c6fdae94
5
5
  SHA512:
6
- metadata.gz: 9026ffd2eb6f120dd20f52b3ff8436c61cf904020fba1cd14a66d814954eec9d7f79b43889882b4e08eabc9f1ac66457cda814ff7c932262b38c9473df68240d
7
- data.tar.gz: de8b15af71ddcaf19e5e2e2b15bce777e85b92e6d580531535f6aa53282326241a19a9d508696c42c5850448e04e92d6d445c2208b26e7b78d32d396265ac337
6
+ metadata.gz: ef1f5dc6f7b6b445eb3c4b2ce7adbda2254cb38a933042c1206e4d6c741b8dadc20cc0286defd3bb9bc8dd12f63b08c97d104563bc52cf298bb0e07bd40c59c8
7
+ data.tar.gz: 5ec45dc0afda64f8124d38adcb17d80563ff75a27d2df42d3aac08bb0464f03288648e55b1cff6fd552bb035b02f20453543b72223cf3ff5fab0272fe86628d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.30.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240730
6
+
7
+ ### v0.29.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240726
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.28.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240722
@@ -945,32 +945,56 @@ module Google
945
945
  # @return [Google::Apis::DocsV1::DocumentStyle]
946
946
  attr_accessor :document_style
947
947
 
948
- # Output only. The footers in the document, keyed by footer ID.
948
+ # Output only. The footers in the document, keyed by footer ID. Legacy field:
949
+ # Instead, use Document.tabs.documentTab.footers, which exposes the actual
950
+ # document content from all tabs when the includeTabsContent parameter is set to
951
+ # `true`. If `false` or unset, this field contains information about the first
952
+ # tab in the document.
949
953
  # Corresponds to the JSON property `footers`
950
954
  # @return [Hash<String,Google::Apis::DocsV1::Footer>]
951
955
  attr_accessor :footers
952
956
 
953
- # Output only. The footnotes in the document, keyed by footnote ID.
957
+ # Output only. The footnotes in the document, keyed by footnote ID. Legacy field:
958
+ # Instead, use Document.tabs.documentTab.footnotes, which exposes the actual
959
+ # document content from all tabs when the includeTabsContent parameter is set to
960
+ # `true`. If `false` or unset, this field contains information about the first
961
+ # tab in the document.
954
962
  # Corresponds to the JSON property `footnotes`
955
963
  # @return [Hash<String,Google::Apis::DocsV1::Footnote>]
956
964
  attr_accessor :footnotes
957
965
 
958
- # Output only. The headers in the document, keyed by header ID.
966
+ # Output only. The headers in the document, keyed by header ID. Legacy field:
967
+ # Instead, use Document.tabs.documentTab.headers, which exposes the actual
968
+ # document content from all tabs when the includeTabsContent parameter is set to
969
+ # `true`. If `false` or unset, this field contains information about the first
970
+ # tab in the document.
959
971
  # Corresponds to the JSON property `headers`
960
972
  # @return [Hash<String,Google::Apis::DocsV1::Header>]
961
973
  attr_accessor :headers
962
974
 
963
- # Output only. The inline objects in the document, keyed by object ID.
975
+ # Output only. The inline objects in the document, keyed by object ID. Legacy
976
+ # field: Instead, use Document.tabs.documentTab.inlineObjects, which exposes the
977
+ # actual document content from all tabs when the includeTabsContent parameter is
978
+ # set to `true`. If `false` or unset, this field contains information about the
979
+ # first tab in the document.
964
980
  # Corresponds to the JSON property `inlineObjects`
965
981
  # @return [Hash<String,Google::Apis::DocsV1::InlineObject>]
966
982
  attr_accessor :inline_objects
967
983
 
968
- # Output only. The lists in the document, keyed by list ID.
984
+ # Output only. The lists in the document, keyed by list ID. Legacy field:
985
+ # Instead, use Document.tabs.documentTab.lists, which exposes the actual
986
+ # document content from all tabs when the includeTabsContent parameter is set to
987
+ # `true`. If `false` or unset, this field contains information about the first
988
+ # tab in the document.
969
989
  # Corresponds to the JSON property `lists`
970
990
  # @return [Hash<String,Google::Apis::DocsV1::List>]
971
991
  attr_accessor :lists
972
992
 
973
- # Output only. The named ranges in the document, keyed by name.
993
+ # Output only. The named ranges in the document, keyed by name. Legacy field:
994
+ # Instead, use Document.tabs.documentTab.namedRanges, which exposes the actual
995
+ # document content from all tabs when the includeTabsContent parameter is set to
996
+ # `true`. If `false` or unset, this field contains information about the first
997
+ # tab in the document.
974
998
  # Corresponds to the JSON property `namedRanges`
975
999
  # @return [Hash<String,Google::Apis::DocsV1::NamedRanges>]
976
1000
  attr_accessor :named_ranges
@@ -982,6 +1006,10 @@ module Google
982
1006
  attr_accessor :named_styles
983
1007
 
984
1008
  # Output only. The positioned objects in the document, keyed by object ID.
1009
+ # Legacy field: Instead, use Document.tabs.documentTab.positionedObjects, which
1010
+ # exposes the actual document content from all tabs when the includeTabsContent
1011
+ # parameter is set to `true`. If `false` or unset, this field contains
1012
+ # information about the first tab in the document.
985
1013
  # Corresponds to the JSON property `positionedObjects`
986
1014
  # @return [Hash<String,Google::Apis::DocsV1::PositionedObject>]
987
1015
  attr_accessor :positioned_objects
@@ -1002,13 +1030,19 @@ module Google
1002
1030
  attr_accessor :revision_id
1003
1031
 
1004
1032
  # Output only. The suggested changes to the style of the document, keyed by
1005
- # suggestion ID.
1033
+ # suggestion ID. Legacy field: Instead, use Document.tabs.documentTab.
1034
+ # suggestedDocumentStyleChanges, which exposes the actual document content from
1035
+ # all tabs when the includeTabsContent parameter is set to `true`. If `false` or
1036
+ # unset, this field contains information about the first tab in the document.
1006
1037
  # Corresponds to the JSON property `suggestedDocumentStyleChanges`
1007
1038
  # @return [Hash<String,Google::Apis::DocsV1::SuggestedDocumentStyle>]
1008
1039
  attr_accessor :suggested_document_style_changes
1009
1040
 
1010
1041
  # Output only. The suggested changes to the named styles of the document, keyed
1011
- # by suggestion ID.
1042
+ # by suggestion ID. Legacy field: Instead, use Document.tabs.documentTab.
1043
+ # suggestedNamedStylesChanges, which exposes the actual document content from
1044
+ # all tabs when the includeTabsContent parameter is set to `true`. If `false` or
1045
+ # unset, this field contains information about the first tab in the document.
1012
1046
  # Corresponds to the JSON property `suggestedNamedStylesChanges`
1013
1047
  # @return [Hash<String,Google::Apis::DocsV1::SuggestedNamedStyles>]
1014
1048
  attr_accessor :suggested_named_styles_changes
@@ -1021,7 +1055,7 @@ module Google
1021
1055
  attr_accessor :suggestions_view_mode
1022
1056
 
1023
1057
  # Tabs that are part of a document. Tabs can contain child tabs, a tab nested
1024
- # within another tab. Child tabs are represented by the Tab.child_tabs field.
1058
+ # within another tab. Child tabs are represented by the Tab.childTabs field.
1025
1059
  # Corresponds to the JSON property `tabs`
1026
1060
  # @return [Array<Google::Apis::DocsV1::Tab>]
1027
1061
  attr_accessor :tabs
@@ -2566,7 +2600,14 @@ module Google
2566
2600
  # @return [Google::Apis::DocsV1::BookmarkLink]
2567
2601
  attr_accessor :bookmark
2568
2602
 
2569
- # The ID of a bookmark in this document.
2603
+ # The ID of a bookmark in this document. Legacy field: Instead, set
2604
+ # includeTabsContent to `true` and use Link.bookmark for read and write
2605
+ # operations. This field is only returned when includeTabsContent is set to `
2606
+ # false` in documents containing a single tab and links to a bookmark within the
2607
+ # singular tab. Otherwise, Link.bookmark is returned. If this field is used in a
2608
+ # write request, the bookmark is considered to be from the tab ID specified in
2609
+ # the request. If a tab ID is not specified in the request, it is considered to
2610
+ # be from the first tab in the document.
2570
2611
  # Corresponds to the JSON property `bookmarkId`
2571
2612
  # @return [String]
2572
2613
  attr_accessor :bookmark_id
@@ -2576,7 +2617,14 @@ module Google
2576
2617
  # @return [Google::Apis::DocsV1::HeadingLink]
2577
2618
  attr_accessor :heading
2578
2619
 
2579
- # The ID of a heading in this document.
2620
+ # The ID of a heading in this document. Legacy field: Instead, set
2621
+ # includeTabsContent to `true` and use Link.heading for read and write
2622
+ # operations. This field is only returned when includeTabsContent is set to `
2623
+ # false` in documents containing a single tab and links to a heading within the
2624
+ # singular tab. Otherwise, Link.heading is returned. If this field is used in a
2625
+ # write request, the heading is considered to be from the tab ID specified in
2626
+ # the request. If a tab ID is not specified in the request, it is considered to
2627
+ # be from the first tab in the document.
2580
2628
  # Corresponds to the JSON property `headingId`
2581
2629
  # @return [String]
2582
2630
  attr_accessor :heading_id
@@ -5478,7 +5526,7 @@ module Google
5478
5526
  class TabProperties
5479
5527
  include Google::Apis::Core::Hashable
5480
5528
 
5481
- # The index of the tab within the parent.
5529
+ # The zero-based index of the tab within the parent.
5482
5530
  # Corresponds to the JSON property `index`
5483
5531
  # @return [Fixnum]
5484
5532
  attr_accessor :index
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240722"
25
+ REVISION = "20240730"
26
26
  end
27
27
  end
28
28
  end
@@ -133,7 +133,7 @@ module Google
133
133
  # The ID of the document to retrieve.
134
134
  # @param [Boolean] include_tabs_content
135
135
  # Whether to populate the Document.tabs field instead of the text content fields
136
- # like body and documentStyle on Document. - When `True`: Document content
136
+ # like `body` and `documentStyle` on Document. - When `True`: Document content
137
137
  # populates in the Document.tabs field instead of the text content fields in
138
138
  # Document. - When `False`: The content of the document's first tab populates
139
139
  # the content fields in Document excluding Document.tabs. If a document has only
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-docs_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
63
63
  post_install_message:
64
64
  rdoc_options: []