google-apis-docs_v1 0.11.0 → 0.12.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: 75729d863ddbb1f9b95da9c0dd900caa4a52093578d96fe0ad32169cca386ad9
4
- data.tar.gz: fe4a516e0ad3c986acf9513ff094a34b08cb55be871a93eb93336d0c18d218c9
3
+ metadata.gz: 8775b2408eece013237b2e317b167e3b9b6cd94e7372dc03a2c1d212707c8220
4
+ data.tar.gz: dab6d9ad59be794634f21d19206eed9ba8fbe1159b6ec57d130ab98e3e78a98e
5
5
  SHA512:
6
- metadata.gz: 90f7d87fafb2f4e81978fccf5553184b3e4847c683996a3c21d2458add34b37165d1843a207d33b318779615a8b8e22d1e3dfd7aec6fee4b008c42e9e0701c40
7
- data.tar.gz: 916f6706931ef9b9ed48debaae6260ce7aff8031fe54002196c8411ca3dfc5fec0c63f43d5068c2d8117dcd8f2c11d30371c4edc373c1bce3032e6df819026f2
6
+ metadata.gz: 1623a6696da3036b37cdcd6388b367bd4744ee6f956d78d057ac139e9422126051a07c10743b8efdd583afd0446d5034a5d25b663762003dd335af7883f43848
7
+ data.tar.gz: 80bab0a9a1b917c8e2fb335a074ba5c57a3e272166d3de54ebe13ae433301051698ef5e5b68d58f9d6e3d62ba62578387f7782934ff74651d6d4bef06305aa0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.12.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.11.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -342,7 +342,7 @@ module Google
342
342
  end
343
343
 
344
344
  # Creates a Footer. The new footer is applied to the SectionStyle at the
345
- # location of the SectionBreak if specificed, otherwise it is applied to the
345
+ # location of the SectionBreak if specified, otherwise it is applied to the
346
346
  # DocumentStyle. If a footer of the specified type already exists, a 400 bad
347
347
  # request error is returned.
348
348
  class CreateFooterRequest
@@ -436,7 +436,7 @@ module Google
436
436
  end
437
437
 
438
438
  # Creates a Header. The new header is applied to the SectionStyle at the
439
- # location of the SectionBreak if specificed, otherwise it is applied to the
439
+ # location of the SectionBreak if specified, otherwise it is applied to the
440
440
  # DocumentStyle. If a header of the specified type already exists, a 400 bad
441
441
  # request error is returned.
442
442
  class CreateHeaderRequest
@@ -925,14 +925,14 @@ module Google
925
925
  # Output only. The revision ID of the document. Can be used in update requests
926
926
  # to specify which revision of a document to apply updates to and how the
927
927
  # request should behave if the document has been edited since that revision.
928
- # Only populated if the user has edit access to the document. The format of the
929
- # revision ID may change over time, so it should be treated opaquely. A returned
930
- # revision ID is only guaranteed to be valid for 24 hours after it has been
931
- # returned and cannot be shared across users. If the revision ID is unchanged
932
- # between calls, then the document has not changed. Conversely, a changed ID (
933
- # for the same document and user) usually means the document has been updated;
934
- # however, a changed ID can also be due to internal factors such as ID format
935
- # changes.
928
+ # Only populated if the user has edit access to the document. The revision ID is
929
+ # not a sequential number but an opaque string. The format of the revision ID
930
+ # might change over time. A returned revision ID is only guaranteed to be valid
931
+ # for 24 hours after it has been returned and cannot be shared across users. If
932
+ # the revision ID is unchanged between calls, then the document has not changed.
933
+ # Conversely, a changed ID (for the same document and user) usually means the
934
+ # document has been updated. However, a changed ID can also be due to internal
935
+ # factors such as ID format changes.
936
936
  # Corresponds to the JSON property `revisionId`
937
937
  # @return [String]
938
938
  attr_accessor :revision_id
@@ -3949,7 +3949,7 @@ module Google
3949
3949
  include Google::Apis::Core::Hashable
3950
3950
 
3951
3951
  # Creates a Footer. The new footer is applied to the SectionStyle at the
3952
- # location of the SectionBreak if specificed, otherwise it is applied to the
3952
+ # location of the SectionBreak if specified, otherwise it is applied to the
3953
3953
  # DocumentStyle. If a footer of the specified type already exists, a 400 bad
3954
3954
  # request error is returned.
3955
3955
  # Corresponds to the JSON property `createFooter`
@@ -3964,7 +3964,7 @@ module Google
3964
3964
  attr_accessor :create_footnote
3965
3965
 
3966
3966
  # Creates a Header. The new header is applied to the SectionStyle at the
3967
- # location of the SectionBreak if specificed, otherwise it is applied to the
3967
+ # location of the SectionBreak if specified, otherwise it is applied to the
3968
3968
  # DocumentStyle. If a header of the specified type already exists, a 400 bad
3969
3969
  # request error is returned.
3970
3970
  # Corresponds to the JSON property `createHeader`
@@ -6302,29 +6302,29 @@ module Google
6302
6302
  class WriteControl
6303
6303
  include Google::Apis::Core::Hashable
6304
6304
 
6305
- # The revision ID of the document that the write request will be applied to. If
6306
- # this is not the latest revision of the document, the request will not be
6307
- # processed and will return a 400 bad request error. When a required revision ID
6308
- # is returned in a response, it indicates the revision ID of the document after
6309
- # the request was applied.
6305
+ # The optional revision ID of the document the write request is applied to. If
6306
+ # this is not the latest revision of the document, the request is not processed
6307
+ # and returns a 400 bad request error. When a required revision ID is returned
6308
+ # in a response, it indicates the revision ID of the document after the request
6309
+ # was applied.
6310
6310
  # Corresponds to the JSON property `requiredRevisionId`
6311
6311
  # @return [String]
6312
6312
  attr_accessor :required_revision_id
6313
6313
 
6314
- # The target revision ID of the document that the write request will be applied
6314
+ # The optional target revision ID of the document the write request is applied
6315
6315
  # to. If collaborator changes have occurred after the document was read using
6316
- # the API, the changes produced by this write request will be transformed
6317
- # against the collaborator changes. This results in a new revision of the
6318
- # document which incorporates both the changes in the request and the
6319
- # collaborator changes, and the Docs server will resolve conflicting changes.
6320
- # When using `target_revision_id`, the API client can be thought of as another
6321
- # collaborator of the document. The target revision ID may only be used to write
6322
- # to recent versions of a document. If the target revision is too far behind the
6323
- # latest revision, the request will not be processed and will return a 400 bad
6324
- # request error and the request should be retried after reading the latest
6325
- # version of the document. In most cases a `revision_id` will remain valid for
6326
- # use as a target revision for several minutes after it is read, but for
6327
- # frequently-edited documents this window may be shorter.
6316
+ # the API, the changes produced by this write request are applied against the
6317
+ # collaborator changes. This results in a new revision of the document that
6318
+ # incorporates both the collaborator changes and the changes in the request,
6319
+ # with the Docs server resolving conflicting changes. When using target revision
6320
+ # ID, the API client can be thought of as another collaborator of the document.
6321
+ # The target revision ID can only be used to write to recent versions of a
6322
+ # document. If the target revision is too far behind the latest revision, the
6323
+ # request is not processed and returns a 400 bad request error. The request
6324
+ # should be tried again after retrieving the latest version of the document.
6325
+ # Usually a revision ID remains valid for use as a target revision for several
6326
+ # minutes after it's read, but for frequently edited documents this window might
6327
+ # be shorter.
6328
6328
  # Corresponds to the JSON property `targetRevisionId`
6329
6329
  # @return [String]
6330
6330
  attr_accessor :target_revision_id
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210707"
25
+ REVISION = "20220325"
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.11.0
4
+ version: 0.12.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Docs API V1