google-apis-slides_v1 0.17.0 → 0.19.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: 39845bb592deeb3841e4fc2f094ea0e5b8e0b00b62695a4ff8b2928972d9949f
4
- data.tar.gz: 2d13121c0889b15aa4564e4c10c9d10869f3d38c69cac5428f6abf77c6c6c760
3
+ metadata.gz: 39a50d8073141a131edb003551f9c856026e1bad1b592677e8c8ca77c8060763
4
+ data.tar.gz: c6119c5bee0ea4ee469de12f84bae52f88fe0fb53f3177e1381106174d4fdf1a
5
5
  SHA512:
6
- metadata.gz: d08f85e383433639c3d667f2411f0367ce3e3a1960e5f5a0e2d49310e2da6eb1f11cc52f3c45e39b4397bf4ea4f771b4ca23eecd4e5fcc9327594646647c8662
7
- data.tar.gz: 1a4a4aec7302a627836ae13c3a47b2fd7accf950370a3915a940833b4454e169849582b7ff6f3f03d5184803d01aff88c68c50028211177002204b37bc203702
6
+ metadata.gz: f7f1b4192cbb961ed8717c55636f7cb9040ec68d8605e95c1e7f6492fe56153dafc817890af5f93ddf65f73dc5b27df323a96127f9c8cc053564c95983130ff7
7
+ data.tar.gz: 5422ee90b5f3910557c53e065682a5d66d7e14ab9d25fb3d8aa863cc1d2d44919438126e5e712362fe53245c88f61fbff2a8c5d4b6122f284ef15bc41041b333
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.19.0 (2022-09-18)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.18.0 (2022-07-27)
8
+
9
+ * Regenerated from discovery document revision 20220722
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.17.0 (2022-06-30)
4
13
 
5
14
  * Regenerated using generator version 0.8.0
@@ -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.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
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.17.0
4
+ version: 0.19.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-19 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.7'
19
+ version: 0.7.2
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.7'
29
+ version: 0.7.2
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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.19.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: []