google-apis-docs_v1 0.15.0 → 0.18.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: 6d153c39d4cca9f74396eab4ef16d2b9c626e0f0d5969cfab2ba82866effe29c
4
- data.tar.gz: d482b5005048422997b9348f322375ec3809cfa3d218a8317a0494d945d0d1ac
3
+ metadata.gz: b6b90995f253773060a3410cd7f0d9a7bc63dc0e4bb59b35f8e08e621762ac97
4
+ data.tar.gz: d056b51f063695f8a0f8d0b9857eb5f21e252030df6ce53b6962c52b00ea22d8
5
5
  SHA512:
6
- metadata.gz: 22ddea0127e759869889975a96bea0ba342fc443ffa709143753344f540d63fceffdd2f8cde919f7332b242c2b531e92c983cc4220e3bf0e6764174bdd300f13
7
- data.tar.gz: 7b0539e521cfaae18d2316f53ef30896453cfcaed73df0666e37eca2640f08300768b4a94de3ca6964d98fc233f79c04149ffc51be8aa1f9fd6e18d0b2b5242e
6
+ metadata.gz: cd44585e7964225afaeea7bffb2f4cc5b4d0beb42c7abc419654a1712236840c95c52666df891bdcf8600d901dd3b7efd94df49eddea3190b3b370740f7bfb93
7
+ data.tar.gz: 2d71485869d3c2508618b79447aac7fe130f5f5e50807fa37b3f844652225302942027ba4ba46ed17a7919280b5558b87e98a4d4a7a7be939a1d9a71fc7d1b15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.18.0 (2022-07-02)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.17.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+ * Regenerated from discovery document revision 20220609
11
+
12
+ ### v0.16.0 (2022-06-03)
13
+
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.15.0 (2022-05-25)
4
17
 
5
18
  * Regenerated from discovery document revision 20220520
@@ -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. For example, to
6075
- # update the paragraph style's alignment property, set `fields` to `"alignment"`.
6076
- # To reset a property to its default value, include its field name in the field
6077
- # mask but leave the field itself unset.
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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
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.15.0
4
+ version: 0.18.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-05-30 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.4'
19
+ version: '0.7'
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.4'
29
+ version: '0.7'
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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.18.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: []