google-apis-calendar_v3 0.5.0 → 0.6.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: e1971380cd140b22a155165adf035975c20ae61d7ddaf449a1b1ad1a130cc3f7
4
- data.tar.gz: 910e89a40d3fd5c3817841c2fa4f75dcb44373f81c22b03f848e111b61f83107
3
+ metadata.gz: 1f0e6c229a4c1dac281c47d40c18892875de30c0d1bc79db2898b70128b2fd35
4
+ data.tar.gz: 6f466db8ebe0010c775ea8a3586c466d45a08ec11b856a4df18fd0e68b67e596
5
5
  SHA512:
6
- metadata.gz: 49e3e7e7fe7e50578e0d58beb7ebfea1ee252ce32ae56d30766ba1b700119eb68f33152944bd7c23da46ec7861ba610a9aa2af074caa6aad50064e3e88670316
7
- data.tar.gz: fcab72f6d9610474c1973a97f4ac9ff179adea1c7a1159c10c333846d99451951d00a424f741cb879db41e1a247e31e9f40104452b97a7a1545862a9205da09f
6
+ metadata.gz: 854175af45ee356a5198b31a63b7b1068162c7bc77297bb575402dc0aeb2e867591b59d86d2da3db28294ac4ee8ea4f4cbae8056c04959f91f19b928e110649a
7
+ data.tar.gz: 5ff124bcd96665f89a3cdda8cb30e4bd0e300332c82eb7252f38d2edfbe9b36896aacc471cba07a82bc0256678346266aab159215ab36776d6edca4bd993380a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.6.0 (2021-05-05)
4
+
5
+ * Regenerated from discovery document revision 20210429
6
+
3
7
  ### v0.5.0 (2021-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210320
@@ -580,14 +580,14 @@ module Google
580
580
 
581
581
  # A global palette of calendar colors, mapping from the color ID to its
582
582
  # definition. A calendarListEntry resource refers to one of these color IDs in
583
- # its color field. Read-only.
583
+ # its colorId field. Read-only.
584
584
  # Corresponds to the JSON property `calendar`
585
585
  # @return [Hash<String,Google::Apis::CalendarV3::ColorDefinition>]
586
586
  attr_accessor :calendar
587
587
 
588
588
  # A global palette of event colors, mapping from the color ID to its definition.
589
- # An event resource may refer to one of these color IDs in its color field. Read-
590
- # only.
589
+ # An event resource may refer to one of these color IDs in its colorId field.
590
+ # Read-only.
591
591
  # Corresponds to the JSON property `event`
592
592
  # @return [Hash<String,Google::Apis::CalendarV3::ColorDefinition>]
593
593
  attr_accessor :event
@@ -623,11 +623,11 @@ module Google
623
623
  # The ID of the conference.
624
624
  # Can be used by developers to keep track of conferences, should not be
625
625
  # displayed to users.
626
- # Values for solution types:
627
- # - "eventHangout": unset.
628
- # - "eventNamedHangout": the name of the Hangout.
629
- # - "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc".
630
- # - "addOn": defined by 3P conference provider. Optional.
626
+ # The ID value is formed differently for each conference solution type: `
627
+ # - eventHangout: ID is not set.
628
+ # - eventNamedHangout: ID is the name of the Hangout.
629
+ # - hangoutsMeet: ID is the 10-letter meeting code, for example aaa-bbbb-ccc.
630
+ # - addOn: ID is defined by the third-party provider. Optional.
631
631
  # Corresponds to the JSON property `conferenceId`
632
632
  # @return [String]
633
633
  attr_accessor :conference_id
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210320"
25
+ REVISION = "20210429"
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.5.0
4
+ version: 0.6.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-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 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.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.6.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Calendar API V3