google-apis-calendar_v3 0.2.0 → 0.3.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: 0ef75e8e6885c3d40b34380df74926cf19f3408d137262668422b8a53d08fe60
4
- data.tar.gz: 2a38653ca025c3147b3350740af7f4a0dc416d4015cdd203fdb61595e4b4e7d2
3
+ metadata.gz: 29ca5f65a1cf47337467300787c64a1e726de970287e00058e41567a2004d7b1
4
+ data.tar.gz: e1cf0203261879f090750b8266010a347bb99eed235662f6d524890f0692f723
5
5
  SHA512:
6
- metadata.gz: cd1e37d104055661b6517c7060f8e6f19d9cc38d261851549fe4e3783c8484203295fa1be2c95a34ea68a6c476f938eb2025f05573341a64c47965be86f31a60
7
- data.tar.gz: 23231868586d2909ed0efacb715bf5bdf5660d2b49f7ed824f89889708864143a31d39b4cfc4050de09f10c2a832a78b2422b7e5632f21fc3ea0b23ab8ebe479
6
+ metadata.gz: 76bcff0a04d2340222110fc2c7d2d961670143cbeaac1deb83885e9a22fc45f8b2970d5740f6a958687f345dc9d475b6bcef9abc755e03f2848a7a67baf88a7c
7
+ data.tar.gz: 452ee04f79e021738f7f94284ed2c3a92e5e6bf53837eaa3fd23893f2314241ca7ff27cf66176df66366d3f3536a99cbac2ab952340ceb330f767462f22bb97c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210215
6
+
3
7
  ### v0.2.0 (2021-02-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210128
@@ -522,7 +522,9 @@ module Google
522
522
  # @return [String]
523
523
  attr_accessor :token
524
524
 
525
- # The type of delivery mechanism used for this channel.
525
+ # The type of delivery mechanism used for this channel. Valid values are "
526
+ # web_hook" (or "webhook"). Both values refer to a channel where Http requests
527
+ # are used to deliver messages.
526
528
  # Corresponds to the JSON property `type`
527
529
  # @return [String]
528
530
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CalendarV3
18
18
  # Version of the google-apis-calendar_v3 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210128"
25
+ REVISION = "20210215"
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-calendar_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3
57
57
  post_install_message:
58
58
  rdoc_options: []