google-apis-slides_v1 0.6.0 → 0.7.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: 9bcf5419fd36bf701d1fecc398929c9128385ab0ef1edeb1031e729175cf06eb
4
- data.tar.gz: 4a6eec2ad9a0d89fc62c123e9318e8bcac2faa3a5dfbde430a17bf90cd16e930
3
+ metadata.gz: 71f705c0822b59c2ea34dade2de949dd1b556c6c90c055af3f579355ed61175c
4
+ data.tar.gz: 0b1ed6a53ae1eb4431f4ad7c438079a74f9665d5a275348600df7bca0141e457
5
5
  SHA512:
6
- metadata.gz: d50a5fb094cf7d3449a57031ced5bfc0611817b8b728d75b0e5d46bcf31ed31e40e0e745bec048c011de2fe883d4bc2331ca216148a7e4afb29e75e85da39099
7
- data.tar.gz: d4c12c51c72d7224576c71ac1682f02a0f1ff82b0889c517ed84690fa00da1c4cd68f74ee9028d16be4141bbafd28321620506df17a8220c8ab1d79bf2ff3470
6
+ metadata.gz: 3bfce7c4d8d79bc3ad22e157c47049006a2ce2e330360749e2ee9673fca80eec4858c9a1198f8179132801f122d6cfc68bf9505543e9dc40dd3f3204dc948d46
7
+ data.tar.gz: bb2b282abb3cd76ba467e0697282a72d65a96f8be59197301076faad3c678326aec54e9b432400f5e1912b24bc95e52f4aaaa3cb7467ad323a326f9a6871a752
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.7.0 (2021-06-29)
4
+
5
+ * Regenerated from discovery document revision 20210622
6
+ * Regenerated using generator version 0.4.0
7
+
3
8
  ### v0.6.0 (2021-06-24)
4
9
 
5
10
  * Regenerated using generator version 0.3.0
@@ -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.6.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.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
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.6.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-06-28 00:00:00.000000000 Z
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.3'
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.3'
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.6.0
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: []