google-apis-meet_v2 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module MeetV2
18
+ # Version of the google-apis-meet_v2 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.15.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20240616"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,362 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module MeetV2
24
+
25
+ class ActiveConference
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AnonymousUser
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class ConferenceRecord
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class DocsDestination
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class DriveDestination
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Empty
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class EndActiveConferenceRequest
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ListConferenceRecordsResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class ListParticipantSessionsResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class ListParticipantsResponse
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ListRecordingsResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class ListTranscriptEntriesResponse
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ListTranscriptsResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Participant
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ParticipantSession
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class PhoneUser
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class Recording
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class SignedinUser
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class Space
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class SpaceConfig
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Transcript
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class TranscriptEntry
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ActiveConference
158
+ # @private
159
+ class Representation < Google::Apis::Core::JsonRepresentation
160
+ property :conference_record, as: 'conferenceRecord'
161
+ end
162
+ end
163
+
164
+ class AnonymousUser
165
+ # @private
166
+ class Representation < Google::Apis::Core::JsonRepresentation
167
+ property :display_name, as: 'displayName'
168
+ end
169
+ end
170
+
171
+ class ConferenceRecord
172
+ # @private
173
+ class Representation < Google::Apis::Core::JsonRepresentation
174
+ property :end_time, as: 'endTime'
175
+ property :expire_time, as: 'expireTime'
176
+ property :name, as: 'name'
177
+ property :space, as: 'space'
178
+ property :start_time, as: 'startTime'
179
+ end
180
+ end
181
+
182
+ class DocsDestination
183
+ # @private
184
+ class Representation < Google::Apis::Core::JsonRepresentation
185
+ property :document, as: 'document'
186
+ property :export_uri, as: 'exportUri'
187
+ end
188
+ end
189
+
190
+ class DriveDestination
191
+ # @private
192
+ class Representation < Google::Apis::Core::JsonRepresentation
193
+ property :export_uri, as: 'exportUri'
194
+ property :file, as: 'file'
195
+ end
196
+ end
197
+
198
+ class Empty
199
+ # @private
200
+ class Representation < Google::Apis::Core::JsonRepresentation
201
+ end
202
+ end
203
+
204
+ class EndActiveConferenceRequest
205
+ # @private
206
+ class Representation < Google::Apis::Core::JsonRepresentation
207
+ end
208
+ end
209
+
210
+ class ListConferenceRecordsResponse
211
+ # @private
212
+ class Representation < Google::Apis::Core::JsonRepresentation
213
+ collection :conference_records, as: 'conferenceRecords', class: Google::Apis::MeetV2::ConferenceRecord, decorator: Google::Apis::MeetV2::ConferenceRecord::Representation
214
+
215
+ property :next_page_token, as: 'nextPageToken'
216
+ end
217
+ end
218
+
219
+ class ListParticipantSessionsResponse
220
+ # @private
221
+ class Representation < Google::Apis::Core::JsonRepresentation
222
+ property :next_page_token, as: 'nextPageToken'
223
+ collection :participant_sessions, as: 'participantSessions', class: Google::Apis::MeetV2::ParticipantSession, decorator: Google::Apis::MeetV2::ParticipantSession::Representation
224
+
225
+ end
226
+ end
227
+
228
+ class ListParticipantsResponse
229
+ # @private
230
+ class Representation < Google::Apis::Core::JsonRepresentation
231
+ property :next_page_token, as: 'nextPageToken'
232
+ collection :participants, as: 'participants', class: Google::Apis::MeetV2::Participant, decorator: Google::Apis::MeetV2::Participant::Representation
233
+
234
+ property :total_size, as: 'totalSize'
235
+ end
236
+ end
237
+
238
+ class ListRecordingsResponse
239
+ # @private
240
+ class Representation < Google::Apis::Core::JsonRepresentation
241
+ property :next_page_token, as: 'nextPageToken'
242
+ collection :recordings, as: 'recordings', class: Google::Apis::MeetV2::Recording, decorator: Google::Apis::MeetV2::Recording::Representation
243
+
244
+ end
245
+ end
246
+
247
+ class ListTranscriptEntriesResponse
248
+ # @private
249
+ class Representation < Google::Apis::Core::JsonRepresentation
250
+ property :next_page_token, as: 'nextPageToken'
251
+ collection :transcript_entries, as: 'transcriptEntries', class: Google::Apis::MeetV2::TranscriptEntry, decorator: Google::Apis::MeetV2::TranscriptEntry::Representation
252
+
253
+ end
254
+ end
255
+
256
+ class ListTranscriptsResponse
257
+ # @private
258
+ class Representation < Google::Apis::Core::JsonRepresentation
259
+ property :next_page_token, as: 'nextPageToken'
260
+ collection :transcripts, as: 'transcripts', class: Google::Apis::MeetV2::Transcript, decorator: Google::Apis::MeetV2::Transcript::Representation
261
+
262
+ end
263
+ end
264
+
265
+ class Participant
266
+ # @private
267
+ class Representation < Google::Apis::Core::JsonRepresentation
268
+ property :anonymous_user, as: 'anonymousUser', class: Google::Apis::MeetV2::AnonymousUser, decorator: Google::Apis::MeetV2::AnonymousUser::Representation
269
+
270
+ property :earliest_start_time, as: 'earliestStartTime'
271
+ property :latest_end_time, as: 'latestEndTime'
272
+ property :name, as: 'name'
273
+ property :phone_user, as: 'phoneUser', class: Google::Apis::MeetV2::PhoneUser, decorator: Google::Apis::MeetV2::PhoneUser::Representation
274
+
275
+ property :signedin_user, as: 'signedinUser', class: Google::Apis::MeetV2::SignedinUser, decorator: Google::Apis::MeetV2::SignedinUser::Representation
276
+
277
+ end
278
+ end
279
+
280
+ class ParticipantSession
281
+ # @private
282
+ class Representation < Google::Apis::Core::JsonRepresentation
283
+ property :end_time, as: 'endTime'
284
+ property :name, as: 'name'
285
+ property :start_time, as: 'startTime'
286
+ end
287
+ end
288
+
289
+ class PhoneUser
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ property :display_name, as: 'displayName'
293
+ end
294
+ end
295
+
296
+ class Recording
297
+ # @private
298
+ class Representation < Google::Apis::Core::JsonRepresentation
299
+ property :drive_destination, as: 'driveDestination', class: Google::Apis::MeetV2::DriveDestination, decorator: Google::Apis::MeetV2::DriveDestination::Representation
300
+
301
+ property :end_time, as: 'endTime'
302
+ property :name, as: 'name'
303
+ property :start_time, as: 'startTime'
304
+ property :state, as: 'state'
305
+ end
306
+ end
307
+
308
+ class SignedinUser
309
+ # @private
310
+ class Representation < Google::Apis::Core::JsonRepresentation
311
+ property :display_name, as: 'displayName'
312
+ property :user, as: 'user'
313
+ end
314
+ end
315
+
316
+ class Space
317
+ # @private
318
+ class Representation < Google::Apis::Core::JsonRepresentation
319
+ property :active_conference, as: 'activeConference', class: Google::Apis::MeetV2::ActiveConference, decorator: Google::Apis::MeetV2::ActiveConference::Representation
320
+
321
+ property :config, as: 'config', class: Google::Apis::MeetV2::SpaceConfig, decorator: Google::Apis::MeetV2::SpaceConfig::Representation
322
+
323
+ property :meeting_code, as: 'meetingCode'
324
+ property :meeting_uri, as: 'meetingUri'
325
+ property :name, as: 'name'
326
+ end
327
+ end
328
+
329
+ class SpaceConfig
330
+ # @private
331
+ class Representation < Google::Apis::Core::JsonRepresentation
332
+ property :access_type, as: 'accessType'
333
+ property :entry_point_access, as: 'entryPointAccess'
334
+ end
335
+ end
336
+
337
+ class Transcript
338
+ # @private
339
+ class Representation < Google::Apis::Core::JsonRepresentation
340
+ property :docs_destination, as: 'docsDestination', class: Google::Apis::MeetV2::DocsDestination, decorator: Google::Apis::MeetV2::DocsDestination::Representation
341
+
342
+ property :end_time, as: 'endTime'
343
+ property :name, as: 'name'
344
+ property :start_time, as: 'startTime'
345
+ property :state, as: 'state'
346
+ end
347
+ end
348
+
349
+ class TranscriptEntry
350
+ # @private
351
+ class Representation < Google::Apis::Core::JsonRepresentation
352
+ property :end_time, as: 'endTime'
353
+ property :language_code, as: 'languageCode'
354
+ property :name, as: 'name'
355
+ property :participant, as: 'participant'
356
+ property :start_time, as: 'startTime'
357
+ property :text, as: 'text'
358
+ end
359
+ end
360
+ end
361
+ end
362
+ end