google-apis-slides_v1 0.12.0 → 0.13.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: 7b73f14fcccfd37b53899008ac68fd4852c876f03abbc73ba7fac277b1141c22
4
- data.tar.gz: 9f86919dc0e942d9a665bf30876aa4cdbdada96b02f559cc3a3ee36287c29075
3
+ metadata.gz: 8b2dbb8fe6b8601119c543ca6e242ca79fb08fe80eeaf77f296a21b9ec34149e
4
+ data.tar.gz: 2ae510880fa32bc2fb51d38bd1f22615271d0d3158774160776346653e4c54c6
5
5
  SHA512:
6
- metadata.gz: 73d414bff76eac697c1454411868264ee212f9e4d1f97996d9050e4992edecaa30fe1f98196305c30fb373e15e81c33a09abf734ddc15a88d90d37ca15df77dc
7
- data.tar.gz: 5fb76d33ef3a1289cf60a9a36a2cdc11ffb68e420cd5dd3f950d3599b63354b6e4cf6b62905fc874dad356bc7ad42a82661bf5bca2dda98c2359049f27c58a63
6
+ metadata.gz: 71b68a18d00f8394d1fb0a774666c30729358f489c154c23571cf88a93b8cc4e714d520a3d2b32d744ccf76087e36d9410a76cb63e9923389e8f610b761345b6
7
+ data.tar.gz: eea8f1f8f66c6692d924c415a975f9c4db1d473fbd9e2e4e7135152493dab17820cddcc1f0bd1e02a98ba779e49c5e193025183706337afd9f13ce8565f7f8b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.13.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.12.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -2013,16 +2013,17 @@ module Google
2013
2013
  # @return [String]
2014
2014
  attr_accessor :page_type
2015
2015
 
2016
- # The revision ID of the presentation containing this page. Can be used in
2017
- # update requests to assert that the presentation revision hasn't changed since
2018
- # the last read operation. Only populated if the user has edit access to the
2019
- # presentation. The format of the revision ID may change over time, so it should
2020
- # be treated opaquely. A returned revision ID is only guaranteed to be valid for
2021
- # 24 hours after it has been returned and cannot be shared across users. If the
2022
- # revision ID is unchanged between calls, then the presentation has not changed.
2023
- # Conversely, a changed ID (for the same presentation and user) usually means
2024
- # the presentation has been updated; however, a changed ID can also be due to
2025
- # internal factors such as ID format changes.
2016
+ # Output only. The revision ID of the presentation. Can be used in update
2017
+ # requests to assert the presentation revision hasn't changed since the last
2018
+ # read operation. Only populated if the user has edit access to the presentation.
2019
+ # The revision ID is not a sequential number but an opaque string. The format
2020
+ # of the revision ID might change over time. A returned revision ID is only
2021
+ # guaranteed to be valid for 24 hours after it has been returned and cannot be
2022
+ # shared across users. If the revision ID is unchanged between calls, then the
2023
+ # presentation has not changed. Conversely, a changed ID (for the same
2024
+ # presentation and user) usually means the presentation has been updated.
2025
+ # However, a changed ID can also be due to internal factors such as ID format
2026
+ # changes.
2026
2027
  # Corresponds to the JSON property `revisionId`
2027
2028
  # @return [String]
2028
2029
  attr_accessor :revision_id
@@ -2435,15 +2436,16 @@ module Google
2435
2436
  # @return [String]
2436
2437
  attr_accessor :presentation_id
2437
2438
 
2438
- # The revision ID of the presentation. Can be used in update requests to assert
2439
- # that the presentation revision hasn't changed since the last read operation.
2440
- # Only populated if the user has edit access to the presentation. The format of
2441
- # the revision ID may change over time, so it should be treated opaquely. A
2439
+ # Output only. The revision ID of the presentation. Can be used in update
2440
+ # requests to assert the presentation revision hasn't changed since the last
2441
+ # read operation. Only populated if the user has edit access to the presentation.
2442
+ # The revision ID is not a sequential number but a nebulous string. The format
2443
+ # of the revision ID may change over time, so it should be treated opaquely. A
2442
2444
  # returned revision ID is only guaranteed to be valid for 24 hours after it has
2443
2445
  # been returned and cannot be shared across users. If the revision ID is
2444
2446
  # unchanged between calls, then the presentation has not changed. Conversely, a
2445
2447
  # changed ID (for the same presentation and user) usually means the presentation
2446
- # has been updated; however, a changed ID can also be due to internal factors
2448
+ # has been updated. However, a changed ID can also be due to internal factors
2447
2449
  # such as ID format changes.
2448
2450
  # Corresponds to the JSON property `revisionId`
2449
2451
  # @return [String]
@@ -5234,9 +5236,10 @@ module Google
5234
5236
  include Google::Apis::Core::Hashable
5235
5237
 
5236
5238
  # The revision ID of the presentation required for the write request. If
5237
- # specified and the `required_revision_id` doesn't exactly match the
5238
- # presentation's current `revision_id`, the request will not be processed and
5239
- # will return a 400 bad request error.
5239
+ # specified and the required revision ID doesn't match the presentation's
5240
+ # current revision ID, the request is not processed and returns a 400 bad
5241
+ # request error. When a required revision ID is returned in a response, it
5242
+ # indicates the revision ID of the document after the request was applied.
5240
5243
  # Corresponds to the JSON property `requiredRevisionId`
5241
5244
  # @return [String]
5242
5245
  attr_accessor :required_revision_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SlidesV1
18
18
  # Version of the google-apis-slides_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210820"
25
+ REVISION = "20220322"
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-slides_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-slides_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-slides_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 Slides API V1