google-apis-slides_v1 0.3.0 → 0.8.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: c40434a22b029a26e19fb23074862b47bb3154cdbff81b33758e185bb1fd5fa1
|
4
|
+
data.tar.gz: 9f3c7fcf45c9468f64af89174576ec63b483c9bc3fe54d9276306a84ce74c0dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d18df9b603a725de7ae009e32c4684fe074dbe01bcf416c68086a1a7e2758205876f3e7af0c6ef94dde3322352230daa602f8e3172d7c3f12f78be1e256ae95
|
7
|
+
data.tar.gz: 4fb407c2224136e58b025b3c8a02e5e1616025236f2f0a090e5e57409e89b6bf7c49bbb78be5af93d8a986d5ed01f487a35d06ff08e67713e36338cc4a7cba2d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-slides_v1
|
2
2
|
|
3
|
+
### v0.8.0 (2021-07-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210629
|
6
|
+
|
7
|
+
### v0.7.0 (2021-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210622
|
10
|
+
* Regenerated using generator version 0.4.0
|
11
|
+
|
12
|
+
### v0.6.0 (2021-06-24)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.5.0 (2021-05-20)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
20
|
+
### v0.4.0 (2021-03-30)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210322
|
23
|
+
* Regenerated using generator version 0.2.0
|
24
|
+
|
3
25
|
### v0.3.0 (2021-03-04)
|
4
26
|
|
5
27
|
* Regenerated from discovery document revision 20210223
|
@@ -32,22 +32,22 @@ 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
|
39
39
|
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
|
40
40
|
|
41
|
-
#
|
41
|
+
# See, edit, create, and delete all your Google Slides presentations
|
42
42
|
AUTH_PRESENTATIONS = 'https://www.googleapis.com/auth/presentations'
|
43
43
|
|
44
|
-
#
|
44
|
+
# See all your Google Slides presentations
|
45
45
|
AUTH_PRESENTATIONS_READONLY = 'https://www.googleapis.com/auth/presentations.readonly'
|
46
46
|
|
47
|
-
# See, edit, create, and delete your
|
47
|
+
# See, edit, create, and delete all your Google Sheets spreadsheets
|
48
48
|
AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
|
49
49
|
|
50
|
-
#
|
50
|
+
# See all your Google Sheets spreadsheets
|
51
51
|
AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly'
|
52
52
|
end
|
53
53
|
end
|
@@ -589,7 +589,10 @@ module Google
|
|
589
589
|
# @return [String]
|
590
590
|
attr_accessor :object_id_prop
|
591
591
|
|
592
|
-
# The ID of the Google Sheets spreadsheet that contains the chart.
|
592
|
+
# The ID of the Google Sheets spreadsheet that contains the chart. You might
|
593
|
+
# need to add a resource key to the HTTP header for a subset of old files. For
|
594
|
+
# more information, see [Access link-shared files using resource keys](https://
|
595
|
+
# developers.google.com/drive/api/v3/resource-keys).
|
593
596
|
# Corresponds to the JSON property `spreadsheetId`
|
594
597
|
# @return [String]
|
595
598
|
attr_accessor :spreadsheet_id
|
@@ -771,7 +774,10 @@ module Google
|
|
771
774
|
# The video source's unique identifier for this video. e.g. For YouTube video
|
772
775
|
# https://www.youtube.com/watch?v=7U3axjORYZ0, the ID is 7U3axjORYZ0. For a
|
773
776
|
# Google Drive video https://drive.google.com/file/d/1xCgQLFTJi5_Xl8DgW_lcUYq5e-
|
774
|
-
# q6Hi5Q the ID is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q.
|
777
|
+
# q6Hi5Q the ID is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q. To access a Google Drive
|
778
|
+
# video file, you might need to add a resource key to the HTTP header for a
|
779
|
+
# subset of old files. For more information, see [Access link-shared files using
|
780
|
+
# resource keys](https://developers.google.com/drive/api/v3/resource-keys).
|
775
781
|
# Corresponds to the JSON property `id`
|
776
782
|
# @return [String]
|
777
783
|
attr_accessor :id
|
@@ -894,8 +900,8 @@ module Google
|
|
894
900
|
|
895
901
|
# The object ID of the page or page element to delete. If after a delete
|
896
902
|
# operation a group contains only 1 or no page elements, the group is also
|
897
|
-
# deleted. If a placeholder is deleted on a layout, any empty inheriting
|
898
|
-
# are also deleted.
|
903
|
+
# deleted. If a placeholder is deleted on a layout, any empty inheriting
|
904
|
+
# placeholders are also deleted.
|
899
905
|
# Corresponds to the JSON property `objectId`
|
900
906
|
# @return [String]
|
901
907
|
attr_accessor :object_id_prop
|
@@ -1138,7 +1144,7 @@ module Google
|
|
1138
1144
|
# The object IDs of the objects to group. Only page elements can be grouped.
|
1139
1145
|
# There should be at least two page elements on the same page that are not
|
1140
1146
|
# already in another group. Some page elements, such as videos, tables and
|
1141
|
-
#
|
1147
|
+
# placeholders cannot be grouped.
|
1142
1148
|
# Corresponds to the JSON property `childrenObjectIds`
|
1143
1149
|
# @return [Array<String>]
|
1144
1150
|
attr_accessor :children_object_ids
|
@@ -3530,6 +3536,12 @@ module Google
|
|
3530
3536
|
class SlideProperties
|
3531
3537
|
include Google::Apis::Core::Hashable
|
3532
3538
|
|
3539
|
+
# Whether the slide is skipped in the presentation mode. Defaults to false.
|
3540
|
+
# Corresponds to the JSON property `isSkipped`
|
3541
|
+
# @return [Boolean]
|
3542
|
+
attr_accessor :is_skipped
|
3543
|
+
alias_method :is_skipped?, :is_skipped
|
3544
|
+
|
3533
3545
|
# The object ID of the layout that this slide is based on. This property is read-
|
3534
3546
|
# only.
|
3535
3547
|
# Corresponds to the JSON property `layoutObjectId`
|
@@ -3553,6 +3565,7 @@ module Google
|
|
3553
3565
|
|
3554
3566
|
# Update properties of this object
|
3555
3567
|
def update!(**args)
|
3568
|
+
@is_skipped = args[:is_skipped] if args.key?(:is_skipped)
|
3556
3569
|
@layout_object_id = args[:layout_object_id] if args.key?(:layout_object_id)
|
3557
3570
|
@master_object_id = args[:master_object_id] if args.key?(:master_object_id)
|
3558
3571
|
@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.8.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 = "20210629"
|
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.8.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-12 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.8.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: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
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
|