google-apis-slides_v1 0.13.0 → 0.16.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: 6b3832f49f478861b69320a4cf8937748f7831f24c09834be06f2f226ea8f8ff
4
+ data.tar.gz: 6d533912318b454962e6612eeb3993f3ed02de349f46640aa0d71ce3daa85427
5
5
  SHA512:
6
- metadata.gz: 71b68a18d00f8394d1fb0a774666c30729358f489c154c23571cf88a93b8cc4e714d520a3d2b32d744ccf76087e36d9410a76cb63e9923389e8f610b761345b6
7
- data.tar.gz: eea8f1f8f66c6692d924c415a975f9c4db1d473fbd9e2e4e7135152493dab17820cddcc1f0bd1e02a98ba779e49c5e193025183706337afd9f13ce8565f7f8b0
6
+ metadata.gz: 764a8a2208bd39163c4be61d0ca269f911a80d6cea135a48ab2a81c2790aacc60ed089ed8cc2a8c63360e9a5bac3078877b78e370517c2b97f709f1cdadaeb90
7
+ data.tar.gz: a534c33c8e2bd25b9ebfe4601ea349d55bed7351fc5833173a190d8ac7a243572be1003e595e26eb2e005ebcad968f9e7f8ebd4ae1931323897a043ebcc2b29f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.16.0 (2022-06-19)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.15.0 (2022-06-02)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.14.0 (2022-04-13)
12
+
13
+ * Regenerated from discovery document revision 20220404
14
+
3
15
  ### v0.13.0 (2022-03-29)
4
16
 
5
17
  * 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.16.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.7.0"
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.16.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-06-20 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.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.16.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Slides API V1