google-apis-slides_v1 0.7.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/slides_v1.rb +4 -4
- data/lib/google/apis/slides_v1/classes.rb +11 -5
- data/lib/google/apis/slides_v1/gem_version.rb +2 -2
- metadata +3 -3
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
|
@@ -38,16 +38,16 @@ module Google
|
|
|
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
|
|
@@ -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
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
|
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.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-07-
|
|
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
|
|
@@ -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.8.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: []
|