google-apis-docs_v1 0.36.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/docs_v1/classes.rb +52 -33
- data/lib/google/apis/docs_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48a96be8af378477edccf15ce40362d5502ee85fd74bb0c42ca794c2fbcedd37
|
|
4
|
+
data.tar.gz: 92e0e95d1594bbee1b5e4fccda9aff523dd4f9b463a0f56da672d56bfd830544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22b9a4d2c62263f2c469e9641b647a3f4cf5914952e2db5e0faa8722ebde151efe98cf80e9f7ff0c0a15824bc67cd1337aa080826450a74f66061ad98a1e085f
|
|
7
|
+
data.tar.gz: 5ec387214a8aa04e5f3be178f0da8d4c947acef4d38b46b007d42370eb17a5bfcaff90b3d4061b555d3d02fe174d9de40703a55ee1464169ee09d4182914edfb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-docs_v1
|
|
2
2
|
|
|
3
|
+
### v0.38.0 (2025-11-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251110
|
|
6
|
+
|
|
7
|
+
### v0.37.0 (2025-11-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251022
|
|
10
|
+
|
|
3
11
|
### v0.36.0 (2025-10-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251013
|
|
@@ -1119,14 +1119,16 @@ module Google
|
|
|
1119
1119
|
# @return [Google::Apis::DocsV1::Background]
|
|
1120
1120
|
attr_accessor :background
|
|
1121
1121
|
|
|
1122
|
-
# The ID of the default footer. If not set, there's no default footer.
|
|
1123
|
-
#
|
|
1122
|
+
# The ID of the default footer. If not set, there's no default footer. If
|
|
1123
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
1124
|
+
# read-only.
|
|
1124
1125
|
# Corresponds to the JSON property `defaultFooterId`
|
|
1125
1126
|
# @return [String]
|
|
1126
1127
|
attr_accessor :default_footer_id
|
|
1127
1128
|
|
|
1128
|
-
# The ID of the default header. If not set, there's no default header.
|
|
1129
|
-
#
|
|
1129
|
+
# The ID of the default header. If not set, there's no default header. If
|
|
1130
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
1131
|
+
# read-only.
|
|
1130
1132
|
# Corresponds to the JSON property `defaultHeaderId`
|
|
1131
1133
|
# @return [String]
|
|
1132
1134
|
attr_accessor :default_header_id
|
|
@@ -1139,7 +1141,8 @@ module Google
|
|
|
1139
1141
|
# The ID of the footer used only for even pages. The value of
|
|
1140
1142
|
# use_even_page_header_footer determines whether to use the default_footer_id or
|
|
1141
1143
|
# this value for the footer on even pages. If not set, there's no even page
|
|
1142
|
-
# footer.
|
|
1144
|
+
# footer. If DocumentMode is PAGELESS, this property will not be rendered. This
|
|
1145
|
+
# property is read-only.
|
|
1143
1146
|
# Corresponds to the JSON property `evenPageFooterId`
|
|
1144
1147
|
# @return [String]
|
|
1145
1148
|
attr_accessor :even_page_footer_id
|
|
@@ -1147,7 +1150,8 @@ module Google
|
|
|
1147
1150
|
# The ID of the header used only for even pages. The value of
|
|
1148
1151
|
# use_even_page_header_footer determines whether to use the default_header_id or
|
|
1149
1152
|
# this value for the header on even pages. If not set, there's no even page
|
|
1150
|
-
# header.
|
|
1153
|
+
# header. If DocumentMode is PAGELESS, this property will not be rendered. This
|
|
1154
|
+
# property is read-only.
|
|
1151
1155
|
# Corresponds to the JSON property `evenPageHeaderId`
|
|
1152
1156
|
# @return [String]
|
|
1153
1157
|
attr_accessor :even_page_header_id
|
|
@@ -1156,7 +1160,8 @@ module Google
|
|
|
1156
1160
|
# footer for the first page does not exist. The value of
|
|
1157
1161
|
# use_first_page_header_footer determines whether to use the default_footer_id
|
|
1158
1162
|
# or this value for the footer on the first page. If not set, there's no first
|
|
1159
|
-
# page footer.
|
|
1163
|
+
# page footer. If DocumentMode is PAGELESS, this property will not be rendered.
|
|
1164
|
+
# This property is read-only.
|
|
1160
1165
|
# Corresponds to the JSON property `firstPageFooterId`
|
|
1161
1166
|
# @return [String]
|
|
1162
1167
|
attr_accessor :first_page_footer_id
|
|
@@ -1165,13 +1170,15 @@ module Google
|
|
|
1165
1170
|
# header for the first page does not exist. The value of
|
|
1166
1171
|
# use_first_page_header_footer determines whether to use the default_header_id
|
|
1167
1172
|
# or this value for the header on the first page. If not set, there's no first
|
|
1168
|
-
# page header.
|
|
1173
|
+
# page header. If DocumentMode is PAGELESS, this property will not be rendered.
|
|
1174
|
+
# This property is read-only.
|
|
1169
1175
|
# Corresponds to the JSON property `firstPageHeaderId`
|
|
1170
1176
|
# @return [String]
|
|
1171
1177
|
attr_accessor :first_page_header_id
|
|
1172
1178
|
|
|
1173
1179
|
# Optional. Indicates whether to flip the dimensions of the page_size, which
|
|
1174
|
-
# allows changing the page orientation between portrait and landscape.
|
|
1180
|
+
# allows changing the page orientation between portrait and landscape. If
|
|
1181
|
+
# DocumentMode is PAGELESS, this property will not be rendered.
|
|
1175
1182
|
# Corresponds to the JSON property `flipPageOrientation`
|
|
1176
1183
|
# @return [Boolean]
|
|
1177
1184
|
attr_accessor :flip_page_orientation
|
|
@@ -1207,7 +1214,8 @@ module Google
|
|
|
1207
1214
|
# @return [Google::Apis::DocsV1::Dimension]
|
|
1208
1215
|
attr_accessor :margin_top
|
|
1209
1216
|
|
|
1210
|
-
# The page number from which to start counting the number of pages.
|
|
1217
|
+
# The page number from which to start counting the number of pages. If
|
|
1218
|
+
# DocumentMode is PAGELESS, this property will not be rendered.
|
|
1211
1219
|
# Corresponds to the JSON property `pageNumberStart`
|
|
1212
1220
|
# @return [Fixnum]
|
|
1213
1221
|
attr_accessor :page_number_start
|
|
@@ -1220,19 +1228,22 @@ module Google
|
|
|
1220
1228
|
# Indicates whether DocumentStyle margin_header, SectionStyle margin_header and
|
|
1221
1229
|
# DocumentStyle margin_footer, SectionStyle margin_footer are respected. When
|
|
1222
1230
|
# false, the default values in the Docs editor for header and footer margin is
|
|
1223
|
-
# used.
|
|
1231
|
+
# used. If DocumentMode is PAGELESS, this property will not be rendered. This
|
|
1232
|
+
# property is read-only.
|
|
1224
1233
|
# Corresponds to the JSON property `useCustomHeaderFooterMargins`
|
|
1225
1234
|
# @return [Boolean]
|
|
1226
1235
|
attr_accessor :use_custom_header_footer_margins
|
|
1227
1236
|
alias_method :use_custom_header_footer_margins?, :use_custom_header_footer_margins
|
|
1228
1237
|
|
|
1229
1238
|
# Indicates whether to use the even page header / footer IDs for the even pages.
|
|
1239
|
+
# If DocumentMode is PAGELESS, this property will not be rendered.
|
|
1230
1240
|
# Corresponds to the JSON property `useEvenPageHeaderFooter`
|
|
1231
1241
|
# @return [Boolean]
|
|
1232
1242
|
attr_accessor :use_even_page_header_footer
|
|
1233
1243
|
alias_method :use_even_page_header_footer?, :use_even_page_header_footer
|
|
1234
1244
|
|
|
1235
1245
|
# Indicates whether to use the first page header / footer IDs for the first page.
|
|
1246
|
+
# If DocumentMode is PAGELESS, this property will not be rendered.
|
|
1236
1247
|
# Corresponds to the JSON property `useFirstPageHeaderFooter`
|
|
1237
1248
|
# @return [Boolean]
|
|
1238
1249
|
attr_accessor :use_first_page_header_footer
|
|
@@ -4765,21 +4776,20 @@ module Google
|
|
|
4765
4776
|
class RichLinkProperties
|
|
4766
4777
|
include Google::Apis::Core::Hashable
|
|
4767
4778
|
|
|
4768
|
-
#
|
|
4769
|
-
#
|
|
4770
|
-
# .
|
|
4779
|
+
# The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
|
|
4780
|
+
# RichLink, if there's one (for example, when it's a file in Drive).
|
|
4771
4781
|
# Corresponds to the JSON property `mimeType`
|
|
4772
4782
|
# @return [String]
|
|
4773
4783
|
attr_accessor :mime_type
|
|
4774
4784
|
|
|
4775
|
-
#
|
|
4776
|
-
#
|
|
4777
|
-
#
|
|
4785
|
+
# The title of the RichLink as displayed in the link. This title matches the
|
|
4786
|
+
# title of the linked resource at the time of the insertion or last update of
|
|
4787
|
+
# the link. This field is always present.
|
|
4778
4788
|
# Corresponds to the JSON property `title`
|
|
4779
4789
|
# @return [String]
|
|
4780
4790
|
attr_accessor :title
|
|
4781
4791
|
|
|
4782
|
-
#
|
|
4792
|
+
# The URI to the RichLink. This is always present.
|
|
4783
4793
|
# Corresponds to the JSON property `uri`
|
|
4784
4794
|
# @return [String]
|
|
4785
4795
|
attr_accessor :uri
|
|
@@ -4887,14 +4897,16 @@ module Google
|
|
|
4887
4897
|
|
|
4888
4898
|
# The ID of the default footer. If unset, the value inherits from the previous
|
|
4889
4899
|
# SectionBreak's SectionStyle. If the value is unset in the first SectionBreak,
|
|
4890
|
-
# it inherits from DocumentStyle's default_footer_id.
|
|
4900
|
+
# it inherits from DocumentStyle's default_footer_id. If DocumentMode is
|
|
4901
|
+
# PAGELESS, this property will not be rendered. This property is read-only.
|
|
4891
4902
|
# Corresponds to the JSON property `defaultFooterId`
|
|
4892
4903
|
# @return [String]
|
|
4893
4904
|
attr_accessor :default_footer_id
|
|
4894
4905
|
|
|
4895
4906
|
# The ID of the default header. If unset, the value inherits from the previous
|
|
4896
4907
|
# SectionBreak's SectionStyle. If the value is unset in the first SectionBreak,
|
|
4897
|
-
# it inherits from DocumentStyle's default_header_id.
|
|
4908
|
+
# it inherits from DocumentStyle's default_header_id. If DocumentMode is
|
|
4909
|
+
# PAGELESS, this property will not be rendered. This property is read-only.
|
|
4898
4910
|
# Corresponds to the JSON property `defaultHeaderId`
|
|
4899
4911
|
# @return [String]
|
|
4900
4912
|
attr_accessor :default_header_id
|
|
@@ -4904,7 +4916,8 @@ module Google
|
|
|
4904
4916
|
# even pages in the section. If it is false, the footers on even pages use the
|
|
4905
4917
|
# default_footer_id. If unset, the value inherits from the previous SectionBreak'
|
|
4906
4918
|
# s SectionStyle. If the value is unset in the first SectionBreak, it inherits
|
|
4907
|
-
# from DocumentStyle's even_page_footer_id.
|
|
4919
|
+
# from DocumentStyle's even_page_footer_id. If DocumentMode is PAGELESS, this
|
|
4920
|
+
# property will not be rendered. This property is read-only.
|
|
4908
4921
|
# Corresponds to the JSON property `evenPageFooterId`
|
|
4909
4922
|
# @return [String]
|
|
4910
4923
|
attr_accessor :even_page_footer_id
|
|
@@ -4914,7 +4927,8 @@ module Google
|
|
|
4914
4927
|
# even pages in the section. If it is false, the headers on even pages use the
|
|
4915
4928
|
# default_header_id. If unset, the value inherits from the previous SectionBreak'
|
|
4916
4929
|
# s SectionStyle. If the value is unset in the first SectionBreak, it inherits
|
|
4917
|
-
# from DocumentStyle's even_page_header_id.
|
|
4930
|
+
# from DocumentStyle's even_page_header_id. If DocumentMode is PAGELESS, this
|
|
4931
|
+
# property will not be rendered. This property is read-only.
|
|
4918
4932
|
# Corresponds to the JSON property `evenPageHeaderId`
|
|
4919
4933
|
# @return [String]
|
|
4920
4934
|
attr_accessor :even_page_header_id
|
|
@@ -4924,8 +4938,9 @@ module Google
|
|
|
4924
4938
|
# first page of the section. If it's false, the footer on the first page of the
|
|
4925
4939
|
# section uses the default_footer_id. If unset, the value inherits from the
|
|
4926
4940
|
# previous SectionBreak's SectionStyle. If the value is unset in the first
|
|
4927
|
-
# SectionBreak, it inherits from DocumentStyle's first_page_footer_id.
|
|
4928
|
-
#
|
|
4941
|
+
# SectionBreak, it inherits from DocumentStyle's first_page_footer_id. If
|
|
4942
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
4943
|
+
# read-only.
|
|
4929
4944
|
# Corresponds to the JSON property `firstPageFooterId`
|
|
4930
4945
|
# @return [String]
|
|
4931
4946
|
attr_accessor :first_page_footer_id
|
|
@@ -4935,8 +4950,9 @@ module Google
|
|
|
4935
4950
|
# first page of the section. If it's false, the header on the first page of the
|
|
4936
4951
|
# section uses the default_header_id. If unset, the value inherits from the
|
|
4937
4952
|
# previous SectionBreak's SectionStyle. If the value is unset in the first
|
|
4938
|
-
# SectionBreak, it inherits from DocumentStyle's first_page_header_id.
|
|
4939
|
-
#
|
|
4953
|
+
# SectionBreak, it inherits from DocumentStyle's first_page_header_id. If
|
|
4954
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
4955
|
+
# read-only.
|
|
4940
4956
|
# Corresponds to the JSON property `firstPageHeaderId`
|
|
4941
4957
|
# @return [String]
|
|
4942
4958
|
attr_accessor :first_page_header_id
|
|
@@ -4944,8 +4960,9 @@ module Google
|
|
|
4944
4960
|
# Optional. Indicates whether to flip the dimensions of DocumentStyle's
|
|
4945
4961
|
# page_size for this section, which allows changing the page orientation between
|
|
4946
4962
|
# portrait and landscape. If unset, the value inherits from DocumentStyle's
|
|
4947
|
-
# flip_page_orientation.
|
|
4948
|
-
#
|
|
4963
|
+
# flip_page_orientation. If DocumentMode is PAGELESS, this property will not be
|
|
4964
|
+
# rendered. When updating this property, setting a concrete value is required.
|
|
4965
|
+
# Unsetting this property results in a 400 bad request error.
|
|
4949
4966
|
# Corresponds to the JSON property `flipPageOrientation`
|
|
4950
4967
|
# @return [Boolean]
|
|
4951
4968
|
attr_accessor :flip_page_orientation
|
|
@@ -4984,8 +5001,9 @@ module Google
|
|
|
4984
5001
|
# The page number from which to start counting the number of pages for this
|
|
4985
5002
|
# section. If unset, page numbering continues from the previous section. If the
|
|
4986
5003
|
# value is unset in the first SectionBreak, refer to DocumentStyle's
|
|
4987
|
-
# page_number_start.
|
|
4988
|
-
#
|
|
5004
|
+
# page_number_start. If DocumentMode is PAGELESS, this property will not be
|
|
5005
|
+
# rendered. When updating this property, setting a concrete value is required.
|
|
5006
|
+
# Unsetting this property results in a 400 bad request error.
|
|
4989
5007
|
# Corresponds to the JSON property `pageNumberStart`
|
|
4990
5008
|
# @return [Fixnum]
|
|
4991
5009
|
attr_accessor :page_number_start
|
|
@@ -4998,9 +5016,10 @@ module Google
|
|
|
4998
5016
|
# Indicates whether to use the first page header / footer IDs for the first page
|
|
4999
5017
|
# of the section. If unset, it inherits from DocumentStyle's
|
|
5000
5018
|
# use_first_page_header_footer for the first section. If the value is unset for
|
|
5001
|
-
# subsequent sectors, it should be interpreted as false.
|
|
5002
|
-
#
|
|
5003
|
-
# results in a 400
|
|
5019
|
+
# subsequent sectors, it should be interpreted as false. If DocumentMode is
|
|
5020
|
+
# PAGELESS, this property will not be rendered. When updating this property,
|
|
5021
|
+
# setting a concrete value is required. Unsetting this property results in a 400
|
|
5022
|
+
# bad request error.
|
|
5004
5023
|
# Corresponds to the JSON property `useFirstPageHeaderFooter`
|
|
5005
5024
|
# @return [Boolean]
|
|
5006
5025
|
attr_accessor :use_first_page_header_footer
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocsV1
|
|
18
18
|
# Version of the google-apis-docs_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.38.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-docs_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.38.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|