google-apis-slides_v1 0.2.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 +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/google/apis/slides_v1.rb +1 -1
- data/lib/google/apis/slides_v1/classes.rb +19 -12
- data/lib/google/apis/slides_v1/gem_version.rb +3 -3
- data/lib/google/apis/slides_v1/representations.rb +1 -0
- metadata +15 -9
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
@@ -1,5 +1,27 @@
|
|
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
|
+
|
8
|
+
### v0.6.0 (2021-06-24)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.5.0 (2021-05-20)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.4.0 (2021-03-30)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210322
|
19
|
+
* Regenerated using generator version 0.2.0
|
20
|
+
|
21
|
+
### v0.3.0 (2021-03-04)
|
22
|
+
|
23
|
+
* Regenerated from discovery document revision 20210223
|
24
|
+
|
3
25
|
### v0.2.0 (2021-02-03)
|
4
26
|
|
5
27
|
* Regenerated from discovery document revision 20210128
|
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# See, edit, create, and delete all of your Google Drive files
|
33
33
|
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
|
34
34
|
|
35
|
-
#
|
35
|
+
# See, edit, create, and delete only the specific Google Drive files you use with this app
|
36
36
|
AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
|
37
37
|
|
38
38
|
# See and download all your Google Drive files
|
@@ -127,28 +127,28 @@ module Google
|
|
127
127
|
class Autofit
|
128
128
|
include Google::Apis::Core::Hashable
|
129
129
|
|
130
|
-
# The autofit type of the shape. If
|
131
|
-
# from a parent placeholder if it exists. The
|
132
|
-
# NONE if a request is made that
|
133
|
-
# text box. In this case the font_scale
|
134
|
-
# line_spacing_reduction
|
135
|
-
#
|
130
|
+
# The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED,
|
131
|
+
# the autofit type is inherited from a parent placeholder if it exists. The
|
132
|
+
# field is automatically set to NONE if a request is made that might affect text
|
133
|
+
# fitting within its bounding text box. In this case the font_scale is applied
|
134
|
+
# to the font_size and the line_spacing_reduction is applied to the line_spacing.
|
135
|
+
# Both properties are also reset to default values.
|
136
136
|
# Corresponds to the JSON property `autofitType`
|
137
137
|
# @return [String]
|
138
138
|
attr_accessor :autofit_type
|
139
139
|
|
140
140
|
# The font scale applied to the shape. For shapes with autofit_type NONE or
|
141
|
-
# SHAPE_AUTOFIT, this value
|
142
|
-
#
|
143
|
-
#
|
141
|
+
# SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this
|
142
|
+
# value multiplied by the font_size gives the font size that is rendered in the
|
143
|
+
# editor. This property is read-only.
|
144
144
|
# Corresponds to the JSON property `fontScale`
|
145
145
|
# @return [Float]
|
146
146
|
attr_accessor :font_scale
|
147
147
|
|
148
148
|
# The line spacing reduction applied to the shape. For shapes with autofit_type
|
149
|
-
# NONE or SHAPE_AUTOFIT, this value
|
150
|
-
#
|
151
|
-
#
|
149
|
+
# NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT,
|
150
|
+
# this value subtracted from the line_spacing gives the line spacing that is
|
151
|
+
# rendered in the editor. This property is read-only.
|
152
152
|
# Corresponds to the JSON property `lineSpacingReduction`
|
153
153
|
# @return [Float]
|
154
154
|
attr_accessor :line_spacing_reduction
|
@@ -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,29 +1,35 @@
|
|
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
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Google Slides API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1/CHANGELOG.md
|
55
|
-
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
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Google Slides API V1
|