google-apis-docs_v1 0.16.0 → 0.17.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 +5 -0
- data/lib/google/apis/docs_v1/classes.rb +9 -5
- data/lib/google/apis/docs_v1/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2f90b16cc30603b706567cae9e53a00274f7a44267eb3355181a6766f9b5140
|
|
4
|
+
data.tar.gz: 95a7d4973ae92c5c4512b9cbccc220f48d759f7f84fa3acfa99081f9e32aacc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49c7173cbb87005b436da5c08c2098703ac7ab99a010c93c32ddaf0085063a0b5a4709b30346302591a99e8b34a519f24d7b24d48d275857d46e6f718ee82613
|
|
7
|
+
data.tar.gz: ef49034107d99daa3f93d9f4eb1fdace64daf19b2f3cfd224462e22dea748ce7278a82a7c5d75db3cbcf390af44316067bcb5d3e824fb17eb624c681324702fd
|
data/CHANGELOG.md
CHANGED
|
@@ -3313,7 +3313,10 @@ module Google
|
|
|
3313
3313
|
attr_accessor :named_style_type
|
|
3314
3314
|
|
|
3315
3315
|
# Whether the current paragraph should always start at the beginning of a page.
|
|
3316
|
-
# If unset, the value is inherited from the parent.
|
|
3316
|
+
# If unset, the value is inherited from the parent. Attempting to update
|
|
3317
|
+
# page_break_before for paragraphs in unsupported regions, including Table,
|
|
3318
|
+
# Header, Footer and Footnote, can result in an invalid document state which
|
|
3319
|
+
# returns a 400 bad request error.
|
|
3317
3320
|
# Corresponds to the JSON property `pageBreakBefore`
|
|
3318
3321
|
# @return [Boolean]
|
|
3319
3322
|
attr_accessor :page_break_before
|
|
@@ -6071,10 +6074,11 @@ module Google
|
|
|
6071
6074
|
include Google::Apis::Core::Hashable
|
|
6072
6075
|
|
|
6073
6076
|
# The fields that should be updated. At least one field must be specified. The
|
|
6074
|
-
# root `paragraph_style` is implied and should not be specified.
|
|
6075
|
-
#
|
|
6076
|
-
#
|
|
6077
|
-
#
|
|
6077
|
+
# root `paragraph_style` is implied and should not be specified. A single `"*"`
|
|
6078
|
+
# can be used as short-hand for listing every field. For example, to update the
|
|
6079
|
+
# paragraph style's alignment property, set `fields` to `"alignment"`. To reset
|
|
6080
|
+
# a property to its default value, include its field name in the field mask but
|
|
6081
|
+
# leave the field itself unset.
|
|
6078
6082
|
# Corresponds to the JSON property `fields`
|
|
6079
6083
|
# @return [String]
|
|
6080
6084
|
attr_accessor :fields
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220609"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.17.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: 2022-06-
|
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.6'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.6'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.17.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: []
|