google-apis-chat_v1 0.90.0 → 0.92.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chat_v1/classes.rb +536 -434
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/representations.rb +28 -0
- data/lib/google/apis/chat_v1/service.rb +396 -221
- data/lib/google/apis/chat_v1.rb +6 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChatV1
|
18
18
|
# Version of the google-apis-chat_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.92.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -694,6 +694,12 @@ module Google
|
|
694
694
|
include Google::Apis::Core::JsonObjectSupport
|
695
695
|
end
|
696
696
|
|
697
|
+
class SpaceReadState
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
697
703
|
class SpaceUpdatedEventData
|
698
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
705
|
|
@@ -730,6 +736,12 @@ module Google
|
|
730
736
|
include Google::Apis::Core::JsonObjectSupport
|
731
737
|
end
|
732
738
|
|
739
|
+
class ThreadReadState
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
733
745
|
class TimeInput
|
734
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
747
|
|
@@ -1997,6 +2009,14 @@ module Google
|
|
1997
2009
|
end
|
1998
2010
|
end
|
1999
2011
|
|
2012
|
+
class SpaceReadState
|
2013
|
+
# @private
|
2014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2015
|
+
property :last_read_time, as: 'lastReadTime'
|
2016
|
+
property :name, as: 'name'
|
2017
|
+
end
|
2018
|
+
end
|
2019
|
+
|
2000
2020
|
class SpaceUpdatedEventData
|
2001
2021
|
# @private
|
2002
2022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2045,6 +2065,14 @@ module Google
|
|
2045
2065
|
end
|
2046
2066
|
end
|
2047
2067
|
|
2068
|
+
class ThreadReadState
|
2069
|
+
# @private
|
2070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2071
|
+
property :last_read_time, as: 'lastReadTime'
|
2072
|
+
property :name, as: 'name'
|
2073
|
+
end
|
2074
|
+
end
|
2075
|
+
|
2048
2076
|
class TimeInput
|
2049
2077
|
# @private
|
2050
2078
|
class Representation < Google::Apis::Core::JsonRepresentation
|