google-apis-slides_v1 0.13.0 → 0.14.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: 8b2dbb8fe6b8601119c543ca6e242ca79fb08fe80eeaf77f296a21b9ec34149e
4
- data.tar.gz: 2ae510880fa32bc2fb51d38bd1f22615271d0d3158774160776346653e4c54c6
3
+ metadata.gz: c2f07e0672d5ed9597363fde5af17c6a9e3818f3703b12e206778bb109093352
4
+ data.tar.gz: 7106090649d34fb65c1a34ee2c1842359eb922337d6c948a04a009ac3dfca2bc
5
5
  SHA512:
6
- metadata.gz: 71b68a18d00f8394d1fb0a774666c30729358f489c154c23571cf88a93b8cc4e714d520a3d2b32d744ccf76087e36d9410a76cb63e9923389e8f610b761345b6
7
- data.tar.gz: eea8f1f8f66c6692d924c415a975f9c4db1d473fbd9e2e4e7135152493dab17820cddcc1f0bd1e02a98ba779e49c5e193025183706337afd9f13ce8565f7f8b0
6
+ metadata.gz: 6c40f7add000b59d89469e092230a1ef55671bb09b389ffa1d609925c025077154a4dcb406ddfb32585f9609b3bab294d4fba761109f48aad1d549b3337ea5c6
7
+ data.tar.gz: bd4ef2fe67202c28dd73da6443aa0f315b90b98b7209a5f42cf49c20625589ffc7b1ce39e4976b7478ad11b48c79331c9232b8357da378ed7aea8b6cc34fab55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.14.0 (2022-04-13)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
3
7
  ### v0.13.0 (2022-03-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -2770,7 +2770,8 @@ module Google
2770
2770
  class ReplaceImageRequest
2771
2771
  include Google::Apis::Core::Hashable
2772
2772
 
2773
- # The ID of the existing image that will be replaced.
2773
+ # The ID of the existing image that will be replaced. The ID can be retrieved
2774
+ # from the response of a get request.
2774
2775
  # Corresponds to the JSON property `imageObjectId`
2775
2776
  # @return [String]
2776
2777
  attr_accessor :image_object_id
@@ -2781,10 +2782,10 @@ module Google
2781
2782
  attr_accessor :image_replace_method
2782
2783
 
2783
2784
  # The image URL. The image is fetched once at insertion time and a copy is
2784
- # stored for display inside the presentation. Images must be less than 50MB in
2785
- # size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF
2786
- # format. The provided URL can be at most 2 kB in length. The URL itself is
2787
- # saved with the image, and exposed via the Image.source_url field.
2785
+ # stored for display inside the presentation. Images must be less than 50MB,
2786
+ # cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format. The
2787
+ # provided URL can't surpass 2 KB in length. The URL is saved with the image,
2788
+ # and exposed through the Image.source_url field.
2788
2789
  # Corresponds to the JSON property `url`
2789
2790
  # @return [String]
2790
2791
  attr_accessor :url
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20220404"
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.13.0
4
+ version: 0.14.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.14.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: []