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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39845bb592deeb3841e4fc2f094ea0e5b8e0b00b62695a4ff8b2928972d9949f
4
- data.tar.gz: 2d13121c0889b15aa4564e4c10c9d10869f3d38c69cac5428f6abf77c6c6c760
3
+ metadata.gz: aee83c8591b380e452195bb0dc0e0bbdfd37669c6c373a89dfe6e2b620f830e3
4
+ data.tar.gz: 0df068629f35b73dee0933b2fdb1e151edb7359a1fbf894406557bbf71b35a63
5
5
  SHA512:
6
- metadata.gz: d08f85e383433639c3d667f2411f0367ce3e3a1960e5f5a0e2d49310e2da6eb1f11cc52f3c45e39b4397bf4ea4f771b4ca23eecd4e5fcc9327594646647c8662
7
- data.tar.gz: 1a4a4aec7302a627836ae13c3a47b2fd7accf950370a3915a940833b4454e169849582b7ff6f3f03d5184803d01aff88c68c50028211177002204b37bc203702
6
+ metadata.gz: a14878ede91b3933c7ccdeb6b5d1ebafc7f0e1f28703579761d24ca47cf77446787882b7cf226c5dcc1c508dda3348b2fd253ac90c95eef870061a77542d372d
7
+ data.tar.gz: c4a9cfc1c5cd1bebd9efbfb12dbe24b2fe2185f9fb4e529e40d4c09f87088edcd21ab0556595218c07a9e7ea5def6d7b3f94ba288cb9c744080b9ee62ca84d1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.17.0 (2022-06-30)
4
9
 
5
10
  * 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.18.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.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-07-04 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
@@ -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.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: []