google-apis-slides_v1 0.10.0 → 0.13.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: aa331d2aab9471815e141c3e8bb8a65cc2560ed4a1eed7d93c3d3dec1db3203e
4
- data.tar.gz: 702643a1f8ec64780839fbe923416c6b81e770d24c6e5b88ec4a0e05c7a5c1e5
3
+ metadata.gz: 8b2dbb8fe6b8601119c543ca6e242ca79fb08fe80eeaf77f296a21b9ec34149e
4
+ data.tar.gz: 2ae510880fa32bc2fb51d38bd1f22615271d0d3158774160776346653e4c54c6
5
5
  SHA512:
6
- metadata.gz: e74389c11a5292e1403f2d82e1b0cb2a1453640fa996fa754beeb2e0a9e1652d504c3b5dcf108752a5c465fd682fe280930a5787853be181b58ba605b26e6a74
7
- data.tar.gz: 5b39f64959c7542af39a8feddacdbf16094fada8a435ab2dceb5368290c000e965987491da5b9494e2f05994380aba7afcf168e9d424167e2bdd42c4c0dfefd2
6
+ metadata.gz: 71b68a18d00f8394d1fb0a774666c30729358f489c154c23571cf88a93b8cc4e714d520a3d2b32d744ccf76087e36d9410a76cb63e9923389e8f610b761345b6
7
+ data.tar.gz: eea8f1f8f66c6692d924c415a975f9c4db1d473fbd9e2e4e7135152493dab17820cddcc1f0bd1e02a98ba779e49c5e193025183706337afd9f13ce8565f7f8b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.13.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.12.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.10.0 (2021-08-24)
4
17
 
5
18
  * Regenerated from discovery document revision 20210820
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/slides_v1"
51
51
  client = Google::Apis::SlidesV1::SlidesService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Slides service in particular.)
67
67
 
@@ -2013,16 +2013,17 @@ module Google
2013
2013
  # @return [String]
2014
2014
  attr_accessor :page_type
2015
2015
 
2016
- # The revision ID of the presentation containing this page. Can be used in
2017
- # update requests to assert that the presentation revision hasn't changed since
2018
- # the last read operation. Only populated if the user has edit access to the
2019
- # presentation. The format of the revision ID may change over time, so it should
2020
- # be treated opaquely. A returned revision ID is only guaranteed to be valid for
2021
- # 24 hours after it has been returned and cannot be shared across users. If the
2022
- # revision ID is unchanged between calls, then the presentation has not changed.
2023
- # Conversely, a changed ID (for the same presentation and user) usually means
2024
- # the presentation has been updated; however, a changed ID can also be due to
2025
- # internal factors such as ID format changes.
2016
+ # Output only. The revision ID of the presentation. Can be used in update
2017
+ # requests to assert the presentation revision hasn't changed since the last
2018
+ # read operation. Only populated if the user has edit access to the presentation.
2019
+ # The revision ID is not a sequential number but an opaque string. The format
2020
+ # of the revision ID might change over time. A returned revision ID is only
2021
+ # guaranteed to be valid for 24 hours after it has been returned and cannot be
2022
+ # shared across users. If the revision ID is unchanged between calls, then the
2023
+ # presentation has not changed. Conversely, a changed ID (for the same
2024
+ # presentation and user) usually means the presentation has been updated.
2025
+ # However, a changed ID can also be due to internal factors such as ID format
2026
+ # changes.
2026
2027
  # Corresponds to the JSON property `revisionId`
2027
2028
  # @return [String]
2028
2029
  attr_accessor :revision_id
@@ -2435,15 +2436,16 @@ module Google
2435
2436
  # @return [String]
2436
2437
  attr_accessor :presentation_id
2437
2438
 
2438
- # The revision ID of the presentation. Can be used in update requests to assert
2439
- # that the presentation revision hasn't changed since the last read operation.
2440
- # Only populated if the user has edit access to the presentation. The format of
2441
- # the revision ID may change over time, so it should be treated opaquely. A
2439
+ # Output only. The revision ID of the presentation. Can be used in update
2440
+ # requests to assert the presentation revision hasn't changed since the last
2441
+ # read operation. Only populated if the user has edit access to the presentation.
2442
+ # The revision ID is not a sequential number but a nebulous string. The format
2443
+ # of the revision ID may change over time, so it should be treated opaquely. A
2442
2444
  # returned revision ID is only guaranteed to be valid for 24 hours after it has
2443
2445
  # been returned and cannot be shared across users. If the revision ID is
2444
2446
  # unchanged between calls, then the presentation has not changed. Conversely, a
2445
2447
  # changed ID (for the same presentation and user) usually means the presentation
2446
- # has been updated; however, a changed ID can also be due to internal factors
2448
+ # has been updated. However, a changed ID can also be due to internal factors
2447
2449
  # such as ID format changes.
2448
2450
  # Corresponds to the JSON property `revisionId`
2449
2451
  # @return [String]
@@ -5234,9 +5236,10 @@ module Google
5234
5236
  include Google::Apis::Core::Hashable
5235
5237
 
5236
5238
  # The revision ID of the presentation required for the write request. If
5237
- # specified and the `required_revision_id` doesn't exactly match the
5238
- # presentation's current `revision_id`, the request will not be processed and
5239
- # will return a 400 bad request error.
5239
+ # specified and the required revision ID doesn't match the presentation's
5240
+ # current revision ID, the request is not processed and returns a 400 bad
5241
+ # request error. When a required revision ID is returned in a response, it
5242
+ # indicates the revision ID of the document after the request was applied.
5240
5243
  # Corresponds to the JSON property `requiredRevisionId`
5241
5244
  # @return [String]
5242
5245
  attr_accessor :required_revision_id
@@ -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.10.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210820"
25
+ REVISION = "20220322"
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.10.0
4
+ version: 0.13.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-08-30 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1
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
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: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Slides API V1