google-apis-calendar_v3 0.4.0 → 0.5.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: f00aaeb11b781cc1683e6ffc7f6b584e170f634668db3e63bf60b120ca408d60
4
- data.tar.gz: 1e99e167bc7ab4644aa92211dc109ce411a53daace6d28343f9a8235002dd92a
3
+ metadata.gz: e1971380cd140b22a155165adf035975c20ae61d7ddaf449a1b1ad1a130cc3f7
4
+ data.tar.gz: 910e89a40d3fd5c3817841c2fa4f75dcb44373f81c22b03f848e111b61f83107
5
5
  SHA512:
6
- metadata.gz: 233b0599c239f9a51440d22331018cf2d79eeedc60556c8230c95b6f23a145ddf809a5b00f89598e8fc1f41c53eaec0b79020e24a1cbd307a6b6376a4ba9c457
7
- data.tar.gz: 37dd82b622cf295d10af09aeea88f5062bc29e278afc0d505fabb39a45c4a252b171124110e2a36f075f2664874a7a3b7b7fcc9fa7b8baf3676674e7c794e5aa
6
+ metadata.gz: 49e3e7e7fe7e50578e0d58beb7ebfea1ee252ce32ae56d30766ba1b700119eb68f33152944bd7c23da46ec7861ba610a9aa2af074caa6aad50064e3e88670316
7
+ data.tar.gz: fcab72f6d9610474c1973a97f4ac9ff179adea1c7a1159c10c333846d99451951d00a424f741cb879db41e1a247e31e9f40104452b97a7a1545862a9205da09f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.5.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210320
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -77,7 +77,7 @@ module Google
77
77
  # @return [String]
78
78
  attr_accessor :etag
79
79
 
80
- # Identifier of the ACL rule.
80
+ # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
81
81
  # Corresponds to the JSON property `id`
82
82
  # @return [String]
83
83
  attr_accessor :id
@@ -101,7 +101,7 @@ module Google
101
101
  # @return [String]
102
102
  attr_accessor :role
103
103
 
104
- # The scope of the rule.
104
+ # The extent to which calendar access is granted by this ACL rule.
105
105
  # Corresponds to the JSON property `scope`
106
106
  # @return [Google::Apis::CalendarV3::AclRule::Scope]
107
107
  attr_accessor :scope
@@ -119,7 +119,7 @@ module Google
119
119
  @scope = args[:scope] if args.key?(:scope)
120
120
  end
121
121
 
122
- # The scope of the rule.
122
+ # The extent to which calendar access is granted by this ACL rule.
123
123
  class Scope
124
124
  include Google::Apis::Core::Hashable
125
125
 
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210215"
25
+ REVISION = "20210320"
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.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.5.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: []