google-apis-slides_v1 0.17.0 → 0.18.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 +5 -0
- data/lib/google/apis/slides_v1/classes.rb +7 -7
- data/lib/google/apis/slides_v1/gem_version.rb +3 -3
- 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: aee83c8591b380e452195bb0dc0e0bbdfd37669c6c373a89dfe6e2b620f830e3
|
|
4
|
+
data.tar.gz: 0df068629f35b73dee0933b2fdb1e151edb7359a1fbf894406557bbf71b35a63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a14878ede91b3933c7ccdeb6b5d1ebafc7f0e1f28703579761d24ca47cf77446787882b7cf226c5dcc1c508dda3348b2fd253ac90c95eef870061a77542d372d
|
|
7
|
+
data.tar.gz: c4a9cfc1c5cd1bebd9efbfb12dbe24b2fe2185f9fb4e529e40d4c09f87088edcd21ab0556595218c07a9e7ea5def6d7b3f94ba288cb9c744080b9ee62ca84d1b
|
data/CHANGELOG.md
CHANGED
|
@@ -630,12 +630,12 @@ module Google
|
|
|
630
630
|
end
|
|
631
631
|
end
|
|
632
632
|
|
|
633
|
-
# Creates a
|
|
633
|
+
# Creates a slide.
|
|
634
634
|
class CreateSlideRequest
|
|
635
635
|
include Google::Apis::Core::Hashable
|
|
636
636
|
|
|
637
637
|
# The optional zero-based index indicating where to insert the slides. If you
|
|
638
|
-
# don't specify an index, the
|
|
638
|
+
# don't specify an index, the slide is created at the end.
|
|
639
639
|
# Corresponds to the JSON property `insertionIndex`
|
|
640
640
|
# @return [Fixnum]
|
|
641
641
|
attr_accessor :insertion_index
|
|
@@ -644,15 +644,15 @@ module Google
|
|
|
644
644
|
# pages and page elements in the presentation. The ID must start with an
|
|
645
645
|
# alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`);
|
|
646
646
|
# remaining characters may include those as well as a hyphen or colon (matches
|
|
647
|
-
# regex `[a-zA-Z0-9_-:]`). The length
|
|
648
|
-
#
|
|
647
|
+
# regex `[a-zA-Z0-9_-:]`). The ID length must be between 5 and 50 characters,
|
|
648
|
+
# inclusive. If you don't specify an ID, a unique one is generated.
|
|
649
649
|
# Corresponds to the JSON property `objectId`
|
|
650
650
|
# @return [String]
|
|
651
651
|
attr_accessor :object_id_prop
|
|
652
652
|
|
|
653
653
|
# An optional list of object ID mappings from the placeholder(s) on the layout
|
|
654
|
-
# to the
|
|
655
|
-
#
|
|
654
|
+
# to the placeholders that are created on the slide from the specified layout.
|
|
655
|
+
# Can only be used when `slide_layout_reference` is specified.
|
|
656
656
|
# Corresponds to the JSON property `placeholderIdMappings`
|
|
657
657
|
# @return [Array<Google::Apis::SlidesV1::LayoutPlaceholderIdMapping>]
|
|
658
658
|
attr_accessor :placeholder_id_mappings
|
|
@@ -2839,7 +2839,7 @@ module Google
|
|
|
2839
2839
|
# @return [Google::Apis::SlidesV1::CreateSheetsChartRequest]
|
|
2840
2840
|
attr_accessor :create_sheets_chart
|
|
2841
2841
|
|
|
2842
|
-
# Creates a
|
|
2842
|
+
# Creates a slide.
|
|
2843
2843
|
# Corresponds to the JSON property `createSlide`
|
|
2844
2844
|
# @return [Google::Apis::SlidesV1::CreateSlideRequest]
|
|
2845
2845
|
attr_accessor :create_slide
|
|
@@ -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.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220722"
|
|
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.18.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: 2022-
|
|
11
|
+
date: 2022-08-01 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/main/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.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-slides_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|