google-apis-calendar_v3 0.53.0 → 0.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e85ad31b6f3a4c49fd3118169e81db1ca2eb8ec34721b8c85167330c55fbcc15
|
|
4
|
+
data.tar.gz: 3e24e035c5e853eef5c6c51ae8b838d69b20a44f49e227623572a5e0c1de6bfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3e0702b6d957292d53bb1efff4e54a2d215531aeabee8a025e3d628a54d64a8b32022da021611e7af4fdbd224542f9f26555e9274f7637f1701ed4d49f45101
|
|
7
|
+
data.tar.gz: 6bf99c4b9a23e7f5ad6a46c3bcc5d1018c4bf29282bfc92ebcdf8c8a19608686274f461ddd591f01fae5d47cfc1e8f91a6c75ac0eb7ba3df9cdb6089809c2045
|
data/CHANGELOG.md
CHANGED
|
@@ -1741,6 +1741,16 @@ module Google
|
|
|
1741
1741
|
# @return [Fixnum]
|
|
1742
1742
|
attr_accessor :additional_guests
|
|
1743
1743
|
|
|
1744
|
+
# If present, indicates the status of an asynchronous operation ongoing for this
|
|
1745
|
+
# attendee (e.g. listing of members of large attendee groups). Read-only. The
|
|
1746
|
+
# default is to not be present.
|
|
1747
|
+
# Possible values are:
|
|
1748
|
+
# - "inProgress" - The asynchronous operation is in progress.
|
|
1749
|
+
# - (not present) - Otherwise.
|
|
1750
|
+
# Corresponds to the JSON property `asyncOperation`
|
|
1751
|
+
# @return [String]
|
|
1752
|
+
attr_accessor :async_operation
|
|
1753
|
+
|
|
1744
1754
|
# The attendee's response comment. Optional.
|
|
1745
1755
|
# Corresponds to the JSON property `comment`
|
|
1746
1756
|
# @return [String]
|
|
@@ -1814,6 +1824,7 @@ module Google
|
|
|
1814
1824
|
# Update properties of this object
|
|
1815
1825
|
def update!(**args)
|
|
1816
1826
|
@additional_guests = args[:additional_guests] if args.key?(:additional_guests)
|
|
1827
|
+
@async_operation = args[:async_operation] if args.key?(:async_operation)
|
|
1817
1828
|
@comment = args[:comment] if args.key?(:comment)
|
|
1818
1829
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1819
1830
|
@email = args[:email] if args.key?(:email)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.54.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260517"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -699,6 +699,7 @@ module Google
|
|
|
699
699
|
# @private
|
|
700
700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
701
701
|
property :additional_guests, as: 'additionalGuests'
|
|
702
|
+
property :async_operation, as: 'asyncOperation'
|
|
702
703
|
property :comment, as: 'comment'
|
|
703
704
|
property :display_name, as: 'displayName'
|
|
704
705
|
property :email, as: 'email'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-calendar_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.54.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|