google-apis-slides_v1 0.6.0 → 0.7.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71f705c0822b59c2ea34dade2de949dd1b556c6c90c055af3f579355ed61175c
|
|
4
|
+
data.tar.gz: 0b1ed6a53ae1eb4431f4ad7c438079a74f9665d5a275348600df7bca0141e457
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bfce7c4d8d79bc3ad22e157c47049006a2ce2e330360749e2ee9673fca80eec4858c9a1198f8179132801f122d6cfc68bf9505543e9dc40dd3f3204dc948d46
|
|
7
|
+
data.tar.gz: bb2b282abb3cd76ba467e0697282a72d65a96f8be59197301076faad3c678326aec54e9b432400f5e1912b24bc95e52f4aaaa3cb7467ad323a326f9a6871a752
|
data/CHANGELOG.md
CHANGED
|
@@ -3530,6 +3530,12 @@ module Google
|
|
|
3530
3530
|
class SlideProperties
|
|
3531
3531
|
include Google::Apis::Core::Hashable
|
|
3532
3532
|
|
|
3533
|
+
# Whether the slide is skipped in the presentation mode. Defaults to false.
|
|
3534
|
+
# Corresponds to the JSON property `isSkipped`
|
|
3535
|
+
# @return [Boolean]
|
|
3536
|
+
attr_accessor :is_skipped
|
|
3537
|
+
alias_method :is_skipped?, :is_skipped
|
|
3538
|
+
|
|
3533
3539
|
# The object ID of the layout that this slide is based on. This property is read-
|
|
3534
3540
|
# only.
|
|
3535
3541
|
# Corresponds to the JSON property `layoutObjectId`
|
|
@@ -3553,6 +3559,7 @@ module Google
|
|
|
3553
3559
|
|
|
3554
3560
|
# Update properties of this object
|
|
3555
3561
|
def update!(**args)
|
|
3562
|
+
@is_skipped = args[:is_skipped] if args.key?(:is_skipped)
|
|
3556
3563
|
@layout_object_id = args[:layout_object_id] if args.key?(:layout_object_id)
|
|
3557
3564
|
@master_object_id = args[:master_object_id] if args.key?(:master_object_id)
|
|
3558
3565
|
@notes_page = args[:notes_page] if args.key?(:notes_page)
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210622"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1821,6 +1821,7 @@ module Google
|
|
|
1821
1821
|
class SlideProperties
|
|
1822
1822
|
# @private
|
|
1823
1823
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1824
|
+
property :is_skipped, as: 'isSkipped'
|
|
1824
1825
|
property :layout_object_id, as: 'layoutObjectId'
|
|
1825
1826
|
property :master_object_id, as: 'masterObjectId'
|
|
1826
1827
|
property :notes_page, as: 'notesPage', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
|
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.7.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: 2021-
|
|
11
|
+
date: 2021-07-05 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.
|
|
19
|
+
version: '0.4'
|
|
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.
|
|
29
|
+
version: '0.4'
|
|
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/master/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.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|