google-apps-chat-v1 0.2.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/apps/chat/v1/chat_service/client.rb +298 -0
- data/lib/google/apps/chat/v1/chat_service/paths.rb +17 -0
- data/lib/google/apps/chat/v1/chat_service/rest/client.rb +284 -0
- data/lib/google/apps/chat/v1/chat_service/rest/service_stub.rb +118 -0
- data/lib/google/apps/chat/v1/version.rb +1 -1
- data/lib/google/chat/v1/chat_service_pb.rb +2 -1
- data/lib/google/chat/v1/chat_service_services_pb.rb +30 -0
- data/lib/google/chat/v1/event_payload_pb.rb +69 -0
- data/lib/google/chat/v1/space_event_pb.rb +52 -0
- data/proto_docs/google/api/client.rb +31 -10
- data/proto_docs/google/api/resource.rb +7 -2
- data/proto_docs/google/chat/v1/event_payload.rb +225 -0
- data/proto_docs/google/chat/v1/space_event.rb +285 -0
- metadata +6 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apps-chat-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -96,6 +96,7 @@ files:
|
|
96
96
|
- lib/google/chat/v1/chat_service_services_pb.rb
|
97
97
|
- lib/google/chat/v1/contextual_addon_pb.rb
|
98
98
|
- lib/google/chat/v1/deletion_metadata_pb.rb
|
99
|
+
- lib/google/chat/v1/event_payload_pb.rb
|
99
100
|
- lib/google/chat/v1/group_pb.rb
|
100
101
|
- lib/google/chat/v1/history_state_pb.rb
|
101
102
|
- lib/google/chat/v1/matched_url_pb.rb
|
@@ -103,6 +104,7 @@ files:
|
|
103
104
|
- lib/google/chat/v1/message_pb.rb
|
104
105
|
- lib/google/chat/v1/reaction_pb.rb
|
105
106
|
- lib/google/chat/v1/slash_command_pb.rb
|
107
|
+
- lib/google/chat/v1/space_event_pb.rb
|
106
108
|
- lib/google/chat/v1/space_pb.rb
|
107
109
|
- lib/google/chat/v1/space_read_state_pb.rb
|
108
110
|
- lib/google/chat/v1/space_setup_pb.rb
|
@@ -120,6 +122,7 @@ files:
|
|
120
122
|
- proto_docs/google/chat/v1/attachment.rb
|
121
123
|
- proto_docs/google/chat/v1/contextual_addon.rb
|
122
124
|
- proto_docs/google/chat/v1/deletion_metadata.rb
|
125
|
+
- proto_docs/google/chat/v1/event_payload.rb
|
123
126
|
- proto_docs/google/chat/v1/group.rb
|
124
127
|
- proto_docs/google/chat/v1/history_state.rb
|
125
128
|
- proto_docs/google/chat/v1/matched_url.rb
|
@@ -128,6 +131,7 @@ files:
|
|
128
131
|
- proto_docs/google/chat/v1/reaction.rb
|
129
132
|
- proto_docs/google/chat/v1/slash_command.rb
|
130
133
|
- proto_docs/google/chat/v1/space.rb
|
134
|
+
- proto_docs/google/chat/v1/space_event.rb
|
131
135
|
- proto_docs/google/chat/v1/space_read_state.rb
|
132
136
|
- proto_docs/google/chat/v1/space_setup.rb
|
133
137
|
- proto_docs/google/chat/v1/thread_read_state.rb
|