google-apis-docs_v1 0.36.0 → 0.37.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 +4 -0
- data/lib/google/apis/docs_v1/classes.rb +46 -26
- 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: 8c751120b7a265f3bf4a643a8226114e32b32a94dec9a838ae8feaf3bdef3a2c
|
|
4
|
+
data.tar.gz: e690baa7b7f4f4e45444f4498d2b818d904036cecaf89f031d9d0265107ffe7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe2c071a0622488da9a7e5ed6bdebcc5b6e904c16842b820bc88a2bcbc5385f5329d53f99dafebe08d4c95089830db06b879e46a47813ae473af85cd6cf3791e
|
|
7
|
+
data.tar.gz: 00d6745e2f642e025b32b7d28a5f6fe6dcf2ac58bf264f4aab3d103a18dda6a823319d7d47090c2b77e8b4bd5cd03ea53e84e37724261d910b95f56504f7d37a
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -4887,14 +4898,16 @@ module Google
|
|
|
4887
4898
|
|
|
4888
4899
|
# The ID of the default footer. If unset, the value inherits from the previous
|
|
4889
4900
|
# SectionBreak's SectionStyle. If the value is unset in the first SectionBreak,
|
|
4890
|
-
# it inherits from DocumentStyle's default_footer_id.
|
|
4901
|
+
# it inherits from DocumentStyle's default_footer_id. If DocumentMode is
|
|
4902
|
+
# PAGELESS, this property will not be rendered. This property is read-only.
|
|
4891
4903
|
# Corresponds to the JSON property `defaultFooterId`
|
|
4892
4904
|
# @return [String]
|
|
4893
4905
|
attr_accessor :default_footer_id
|
|
4894
4906
|
|
|
4895
4907
|
# The ID of the default header. If unset, the value inherits from the previous
|
|
4896
4908
|
# SectionBreak's SectionStyle. If the value is unset in the first SectionBreak,
|
|
4897
|
-
# it inherits from DocumentStyle's default_header_id.
|
|
4909
|
+
# it inherits from DocumentStyle's default_header_id. If DocumentMode is
|
|
4910
|
+
# PAGELESS, this property will not be rendered. This property is read-only.
|
|
4898
4911
|
# Corresponds to the JSON property `defaultHeaderId`
|
|
4899
4912
|
# @return [String]
|
|
4900
4913
|
attr_accessor :default_header_id
|
|
@@ -4904,7 +4917,8 @@ module Google
|
|
|
4904
4917
|
# even pages in the section. If it is false, the footers on even pages use the
|
|
4905
4918
|
# default_footer_id. If unset, the value inherits from the previous SectionBreak'
|
|
4906
4919
|
# s SectionStyle. If the value is unset in the first SectionBreak, it inherits
|
|
4907
|
-
# from DocumentStyle's even_page_footer_id.
|
|
4920
|
+
# from DocumentStyle's even_page_footer_id. If DocumentMode is PAGELESS, this
|
|
4921
|
+
# property will not be rendered. This property is read-only.
|
|
4908
4922
|
# Corresponds to the JSON property `evenPageFooterId`
|
|
4909
4923
|
# @return [String]
|
|
4910
4924
|
attr_accessor :even_page_footer_id
|
|
@@ -4914,7 +4928,8 @@ module Google
|
|
|
4914
4928
|
# even pages in the section. If it is false, the headers on even pages use the
|
|
4915
4929
|
# default_header_id. If unset, the value inherits from the previous SectionBreak'
|
|
4916
4930
|
# s SectionStyle. If the value is unset in the first SectionBreak, it inherits
|
|
4917
|
-
# from DocumentStyle's even_page_header_id.
|
|
4931
|
+
# from DocumentStyle's even_page_header_id. If DocumentMode is PAGELESS, this
|
|
4932
|
+
# property will not be rendered. This property is read-only.
|
|
4918
4933
|
# Corresponds to the JSON property `evenPageHeaderId`
|
|
4919
4934
|
# @return [String]
|
|
4920
4935
|
attr_accessor :even_page_header_id
|
|
@@ -4924,8 +4939,9 @@ module Google
|
|
|
4924
4939
|
# first page of the section. If it's false, the footer on the first page of the
|
|
4925
4940
|
# section uses the default_footer_id. If unset, the value inherits from the
|
|
4926
4941
|
# previous SectionBreak's SectionStyle. If the value is unset in the first
|
|
4927
|
-
# SectionBreak, it inherits from DocumentStyle's first_page_footer_id.
|
|
4928
|
-
#
|
|
4942
|
+
# SectionBreak, it inherits from DocumentStyle's first_page_footer_id. If
|
|
4943
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
4944
|
+
# read-only.
|
|
4929
4945
|
# Corresponds to the JSON property `firstPageFooterId`
|
|
4930
4946
|
# @return [String]
|
|
4931
4947
|
attr_accessor :first_page_footer_id
|
|
@@ -4935,8 +4951,9 @@ module Google
|
|
|
4935
4951
|
# first page of the section. If it's false, the header on the first page of the
|
|
4936
4952
|
# section uses the default_header_id. If unset, the value inherits from the
|
|
4937
4953
|
# previous SectionBreak's SectionStyle. If the value is unset in the first
|
|
4938
|
-
# SectionBreak, it inherits from DocumentStyle's first_page_header_id.
|
|
4939
|
-
#
|
|
4954
|
+
# SectionBreak, it inherits from DocumentStyle's first_page_header_id. If
|
|
4955
|
+
# DocumentMode is PAGELESS, this property will not be rendered. This property is
|
|
4956
|
+
# read-only.
|
|
4940
4957
|
# Corresponds to the JSON property `firstPageHeaderId`
|
|
4941
4958
|
# @return [String]
|
|
4942
4959
|
attr_accessor :first_page_header_id
|
|
@@ -4944,8 +4961,9 @@ module Google
|
|
|
4944
4961
|
# Optional. Indicates whether to flip the dimensions of DocumentStyle's
|
|
4945
4962
|
# page_size for this section, which allows changing the page orientation between
|
|
4946
4963
|
# portrait and landscape. If unset, the value inherits from DocumentStyle's
|
|
4947
|
-
# flip_page_orientation.
|
|
4948
|
-
#
|
|
4964
|
+
# flip_page_orientation. If DocumentMode is PAGELESS, this property will not be
|
|
4965
|
+
# rendered. When updating this property, setting a concrete value is required.
|
|
4966
|
+
# Unsetting this property results in a 400 bad request error.
|
|
4949
4967
|
# Corresponds to the JSON property `flipPageOrientation`
|
|
4950
4968
|
# @return [Boolean]
|
|
4951
4969
|
attr_accessor :flip_page_orientation
|
|
@@ -4984,8 +5002,9 @@ module Google
|
|
|
4984
5002
|
# The page number from which to start counting the number of pages for this
|
|
4985
5003
|
# section. If unset, page numbering continues from the previous section. If the
|
|
4986
5004
|
# value is unset in the first SectionBreak, refer to DocumentStyle's
|
|
4987
|
-
# page_number_start.
|
|
4988
|
-
#
|
|
5005
|
+
# page_number_start. If DocumentMode is PAGELESS, this property will not be
|
|
5006
|
+
# rendered. When updating this property, setting a concrete value is required.
|
|
5007
|
+
# Unsetting this property results in a 400 bad request error.
|
|
4989
5008
|
# Corresponds to the JSON property `pageNumberStart`
|
|
4990
5009
|
# @return [Fixnum]
|
|
4991
5010
|
attr_accessor :page_number_start
|
|
@@ -4998,9 +5017,10 @@ module Google
|
|
|
4998
5017
|
# Indicates whether to use the first page header / footer IDs for the first page
|
|
4999
5018
|
# of the section. If unset, it inherits from DocumentStyle's
|
|
5000
5019
|
# 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
|
|
5020
|
+
# subsequent sectors, it should be interpreted as false. If DocumentMode is
|
|
5021
|
+
# PAGELESS, this property will not be rendered. When updating this property,
|
|
5022
|
+
# setting a concrete value is required. Unsetting this property results in a 400
|
|
5023
|
+
# bad request error.
|
|
5004
5024
|
# Corresponds to the JSON property `useFirstPageHeaderFooter`
|
|
5005
5025
|
# @return [Boolean]
|
|
5006
5026
|
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.37.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 = "20251022"
|
|
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.37.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.37.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:
|