google-apis-docs_v1 0.16.0 → 0.17.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: '029e66c7506a0a39d3ac66e0e6acb63c5724e6c03cacca161423aa749ae68ca4'
4
- data.tar.gz: '091f8bd966b74eec0c280e18c24e81aaf4976aaa660f868a37649a5ecbd26415'
3
+ metadata.gz: c2f90b16cc30603b706567cae9e53a00274f7a44267eb3355181a6766f9b5140
4
+ data.tar.gz: 95a7d4973ae92c5c4512b9cbccc220f48d759f7f84fa3acfa99081f9e32aacc8
5
5
  SHA512:
6
- metadata.gz: 9ec4776ca6cde293960d212ecb0f602265ce8e1c91b5e96035497a14a215657f3734c40ebf41b6e54b13f49fae3b4fc1c15fec098d0df4924ed520bc8c12546b
7
- data.tar.gz: d79e747956ee007e98874763ad0984b98ee855ea32505c3ffb36a3601b1ebffc2b571528178a06ce0f0f84f5d483eab38f91d6c8e4c00db033227ad2a011b6b7
6
+ metadata.gz: 49c7173cbb87005b436da5c08c2098703ac7ab99a010c93c32ddaf0085063a0b5a4709b30346302591a99e8b34a519f24d7b24d48d275857d46e6f718ee82613
7
+ data.tar.gz: ef49034107d99daa3f93d9f4eb1fdace64daf19b2f3cfd224462e22dea748ce7278a82a7c5d75db3cbcf390af44316067bcb5d3e824fb17eb624c681324702fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.17.0 (2022-06-19)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+ * Regenerated from discovery document revision 20220609
7
+
3
8
  ### v0.16.0 (2022-06-03)
4
9
 
5
10
  * Regenerated using generator version 0.5.0
@@ -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.16.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.5.0"
22
+ GENERATOR_VERSION = "0.7.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.16.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-13 00:00:00.000000000 Z
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.5'
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.5'
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.16.0
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: []