google-apis-slides_v1 0.9.0 → 0.10.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: d188c626bcc147cac0ea339bbeb1500b416c7969d2f12333f48e87627b087c23
4
- data.tar.gz: c8cb2567f5389433d1e0828298e0ce24288984b5ab0869092222decb69030710
3
+ metadata.gz: aa331d2aab9471815e141c3e8bb8a65cc2560ed4a1eed7d93c3d3dec1db3203e
4
+ data.tar.gz: 702643a1f8ec64780839fbe923416c6b81e770d24c6e5b88ec4a0e05c7a5c1e5
5
5
  SHA512:
6
- metadata.gz: 9f4942248f55a1653f1a9f5eed3196d419be13a1f8899e0863f6ceb39b050c14cebcef284cf67f2a7bbbe816fed92cbddaa4abd9a6c49bf0385693892fcd6665
7
- data.tar.gz: 56ba32ca5439405d45f4df016373bda60daaeff7cb1b31c4a4986bec1e7cad3d93f20989fc69d53e12bb4b5c7e9936046e3cfa26cd61cdd88df8ce14cbe0fcdf
6
+ metadata.gz: e74389c11a5292e1403f2d82e1b0cb2a1453640fa996fa754beeb2e0a9e1652d504c3b5dcf108752a5c465fd682fe280930a5787853be181b58ba605b26e6a74
7
+ data.tar.gz: 5b39f64959c7542af39a8feddacdbf16094fada8a435ab2dceb5368290c000e965987491da5b9494e2f05994380aba7afcf168e9d424167e2bdd42c4c0dfefd2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.10.0 (2021-08-24)
4
+
5
+ * Regenerated from discovery document revision 20210820
6
+
3
7
  ### v0.9.0 (2021-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20210706
@@ -1207,6 +1207,11 @@ module Google
1207
1207
  # @return [Google::Apis::SlidesV1::ImageProperties]
1208
1208
  attr_accessor :image_properties
1209
1209
 
1210
+ # The placeholder information that uniquely identifies a placeholder shape.
1211
+ # Corresponds to the JSON property `placeholder`
1212
+ # @return [Google::Apis::SlidesV1::Placeholder]
1213
+ attr_accessor :placeholder
1214
+
1210
1215
  # The source URL is the URL used to insert the image. The source URL can be
1211
1216
  # empty.
1212
1217
  # Corresponds to the JSON property `sourceUrl`
@@ -1221,6 +1226,7 @@ module Google
1221
1226
  def update!(**args)
1222
1227
  @content_url = args[:content_url] if args.key?(:content_url)
1223
1228
  @image_properties = args[:image_properties] if args.key?(:image_properties)
1229
+ @placeholder = args[:placeholder] if args.key?(:placeholder)
1224
1230
  @source_url = args[:source_url] if args.key?(:source_url)
1225
1231
  end
1226
1232
  end
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20210706"
25
+ REVISION = "20210820"
26
26
  end
27
27
  end
28
28
  end
@@ -1156,6 +1156,8 @@ module Google
1156
1156
  property :content_url, as: 'contentUrl'
1157
1157
  property :image_properties, as: 'imageProperties', class: Google::Apis::SlidesV1::ImageProperties, decorator: Google::Apis::SlidesV1::ImageProperties::Representation
1158
1158
 
1159
+ property :placeholder, as: 'placeholder', class: Google::Apis::SlidesV1::Placeholder, decorator: Google::Apis::SlidesV1::Placeholder::Representation
1160
+
1159
1161
  property :source_url, as: 'sourceUrl'
1160
1162
  end
1161
1163
  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.9.0
4
+ version: 0.10.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-19 00:00:00.000000000 Z
11
+ date: 2021-08-30 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.10.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: []