google-apis-slides_v1 0.12.0 → 0.13.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/slides_v1/classes.rb +21 -18
- data/lib/google/apis/slides_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b2dbb8fe6b8601119c543ca6e242ca79fb08fe80eeaf77f296a21b9ec34149e
|
|
4
|
+
data.tar.gz: 2ae510880fa32bc2fb51d38bd1f22615271d0d3158774160776346653e4c54c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71b68a18d00f8394d1fb0a774666c30729358f489c154c23571cf88a93b8cc4e714d520a3d2b32d744ccf76087e36d9410a76cb63e9923389e8f610b761345b6
|
|
7
|
+
data.tar.gz: eea8f1f8f66c6692d924c415a975f9c4db1d473fbd9e2e4e7135152493dab17820cddcc1f0bd1e02a98ba779e49c5e193025183706337afd9f13ce8565f7f8b0
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
2017
|
-
#
|
|
2018
|
-
#
|
|
2019
|
-
#
|
|
2020
|
-
#
|
|
2021
|
-
# 24 hours after it has been returned and cannot be
|
|
2022
|
-
# revision ID is unchanged between calls, then the
|
|
2023
|
-
# Conversely, a changed ID (for the same
|
|
2024
|
-
#
|
|
2025
|
-
# internal factors such as ID format
|
|
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
|
|
2439
|
-
#
|
|
2440
|
-
# Only populated if the user has edit access to the presentation.
|
|
2441
|
-
#
|
|
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
|
|
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
|
|
5238
|
-
#
|
|
5239
|
-
#
|
|
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.
|
|
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.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|