google-apis-slides_v1 0.15.0 → 0.18.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: 06f3d879e40b21da7c437ef0e6d7b9a6a145998356b95562171cfcbc887b90fc
4
- data.tar.gz: 358a57ed5c3c1dec1339eb6088065afcda3e7d1e7ce10a0610aa01505d074cec
3
+ metadata.gz: aee83c8591b380e452195bb0dc0e0bbdfd37669c6c373a89dfe6e2b620f830e3
4
+ data.tar.gz: 0df068629f35b73dee0933b2fdb1e151edb7359a1fbf894406557bbf71b35a63
5
5
  SHA512:
6
- metadata.gz: 12bf53503fc89a396e7e8e31f17d20eebee16620c713d3598f2ab7abc19167766055c3483e0bf484129d64583cda0fa81a7a7a2f1720ccea359ef5569b57b6bc
7
- data.tar.gz: 1d3b2baeadd0f572c78e3158ebb707bf285ce9ea8486735a8ba7a244d40b29dbf15fed2f8a680411376ad886600e5a01f674f675d057f251c806ab7dba7aded7
6
+ metadata.gz: a14878ede91b3933c7ccdeb6b5d1ebafc7f0e1f28703579761d24ca47cf77446787882b7cf226c5dcc1c508dda3348b2fd253ac90c95eef870061a77542d372d
7
+ data.tar.gz: c4a9cfc1c5cd1bebd9efbfb12dbe24b2fe2185f9fb4e529e40d4c09f87088edcd21ab0556595218c07a9e7ea5def6d7b3f94ba288cb9c744080b9ee62ca84d1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.18.0 (2022-07-27)
4
+
5
+ * Regenerated from discovery document revision 20220722
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.17.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.16.0 (2022-06-19)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.15.0 (2022-06-02)
4
17
 
5
18
  * Unspecified changes
@@ -630,12 +630,12 @@ module Google
630
630
  end
631
631
  end
632
632
 
633
- # Creates a new slide.
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 new slide is created at the end.
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 of the ID must not be less than 5 or
648
- # greater than 50. If you don't specify an ID, a unique one is generated.
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 placeholder(s) that will be created on the new slide from that
655
- # specified layout. Can only be used when `slide_layout_reference` is specified.
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 new slide.
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.15.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.4.1"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220404"
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.15.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-06-13 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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/main/generated/google-apis-slides_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.15.0
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: []