gam7 7.4.4__py3-none-any.whl → 7.5.0__py3-none-any.whl

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.

Potentially problematic release.


This version of gam7 might be problematic. Click here for more details.

gam/meet-v2beta.json ADDED
@@ -0,0 +1,1152 @@
1
+ {
2
+ "version": "v2beta",
3
+ "discoveryVersion": "v1",
4
+ "mtlsRootUrl": "https://meet.mtls.googleapis.com/",
5
+ "batchPath": "batch",
6
+ "servicePath": "",
7
+ "title": "Google Meet API",
8
+ "canonicalName": "Meet",
9
+ "protocol": "rest",
10
+ "ownerName": "Google",
11
+ "icons": {
12
+ "x32": "http://www.google.com/images/icons/product/search-32.gif",
13
+ "x16": "http://www.google.com/images/icons/product/search-16.gif"
14
+ },
15
+ "revision": "20250213",
16
+ "schemas": {
17
+ "ListTranscriptsResponse": {
18
+ "id": "ListTranscriptsResponse",
19
+ "properties": {
20
+ "nextPageToken": {
21
+ "type": "string",
22
+ "description": "Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts are returned."
23
+ },
24
+ "transcripts": {
25
+ "type": "array",
26
+ "items": {
27
+ "$ref": "Transcript"
28
+ },
29
+ "description": "List of transcripts in one page."
30
+ }
31
+ },
32
+ "type": "object",
33
+ "description": "Response for ListTranscripts method."
34
+ },
35
+ "Transcript": {
36
+ "type": "object",
37
+ "id": "Transcript",
38
+ "description": "Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.",
39
+ "properties": {
40
+ "name": {
41
+ "readOnly": true,
42
+ "type": "string",
43
+ "description": "Output only. Resource name of the transcript. Format: `conferenceRecords/{conference_record}/transcripts/{transcript}`, where `{transcript}` is a 1:1 mapping to each unique transcription session of the conference."
44
+ },
45
+ "docsDestination": {
46
+ "readOnly": true,
47
+ "description": "Output only. Where the Google Docs transcript is saved.",
48
+ "$ref": "DocsDestination"
49
+ },
50
+ "endTime": {
51
+ "readOnly": true,
52
+ "description": "Output only. Timestamp when the transcript stopped.",
53
+ "format": "google-datetime",
54
+ "type": "string"
55
+ },
56
+ "startTime": {
57
+ "type": "string",
58
+ "description": "Output only. Timestamp when the transcript started.",
59
+ "format": "google-datetime",
60
+ "readOnly": true
61
+ },
62
+ "state": {
63
+ "type": "string",
64
+ "readOnly": true,
65
+ "enum": [
66
+ "STATE_UNSPECIFIED",
67
+ "STARTED",
68
+ "ENDED",
69
+ "FILE_GENERATED"
70
+ ],
71
+ "description": "Output only. Current state.",
72
+ "enumDescriptions": [
73
+ "Default, never used.",
74
+ "An active transcript session has started.",
75
+ "This transcript session has ended, but the transcript file hasn't been generated yet.",
76
+ "Transcript file is generated and ready to download."
77
+ ]
78
+ }
79
+ }
80
+ },
81
+ "ListConferenceRecordsResponse": {
82
+ "type": "object",
83
+ "id": "ListConferenceRecordsResponse",
84
+ "description": "Response of ListConferenceRecords method.",
85
+ "properties": {
86
+ "nextPageToken": {
87
+ "type": "string",
88
+ "description": "Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned."
89
+ },
90
+ "conferenceRecords": {
91
+ "description": "List of conferences in one page.",
92
+ "items": {
93
+ "$ref": "ConferenceRecord"
94
+ },
95
+ "type": "array"
96
+ }
97
+ }
98
+ },
99
+ "SpaceConfig": {
100
+ "properties": {
101
+ "accessType": {
102
+ "type": "string",
103
+ "enum": [
104
+ "ACCESS_TYPE_UNSPECIFIED",
105
+ "OPEN",
106
+ "TRUSTED",
107
+ "RESTRICTED"
108
+ ],
109
+ "enumDescriptions": [
110
+ "Default value specified by the user's organization. Note: This is never returned, as the configured access type is returned instead.",
111
+ "Anyone with the join information (for example, the URL or phone access information) can join without knocking.",
112
+ "Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.",
113
+ "Only invitees can join without knocking. Everyone else must knock."
114
+ ],
115
+ "description": "Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED."
116
+ },
117
+ "entryPointAccess": {
118
+ "description": "Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL",
119
+ "enumDescriptions": [
120
+ "Unused.",
121
+ "All entry points are allowed.",
122
+ "Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Meet Embed SDK Web or mobile Meet SDKs to create owned entry points."
123
+ ],
124
+ "enum": [
125
+ "ENTRY_POINT_ACCESS_UNSPECIFIED",
126
+ "ALL",
127
+ "CREATOR_APP_ONLY"
128
+ ],
129
+ "type": "string"
130
+ }
131
+ },
132
+ "description": "The configuration pertaining to a meeting space.",
133
+ "type": "object",
134
+ "id": "SpaceConfig"
135
+ },
136
+ "DriveDestination": {
137
+ "id": "DriveDestination",
138
+ "description": "Export location where a recording file is saved in Google Drive.",
139
+ "properties": {
140
+ "exportUri": {
141
+ "readOnly": true,
142
+ "description": "Output only. Link used to play back the recording file in the browser. For example, `https://drive.google.com/file/d/{$fileId}/view`.",
143
+ "type": "string"
144
+ },
145
+ "file": {
146
+ "type": "string",
147
+ "description": "Output only. The `fileId` for the underlying MP4 file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download the blob. For more information, see https://developers.google.com/drive/api/v3/reference/files/get.",
148
+ "readOnly": true
149
+ }
150
+ },
151
+ "type": "object"
152
+ },
153
+ "Recording": {
154
+ "properties": {
155
+ "driveDestination": {
156
+ "$ref": "DriveDestination",
157
+ "description": "Output only. Recording is saved to Google Drive as an MP4 file. The `drive_destination` includes the Drive `fileId` that can be used to download the file using the `files.get` method of the Drive API.",
158
+ "readOnly": true
159
+ },
160
+ "startTime": {
161
+ "format": "google-datetime",
162
+ "description": "Output only. Timestamp when the recording started.",
163
+ "readOnly": true,
164
+ "type": "string"
165
+ },
166
+ "state": {
167
+ "enumDescriptions": [
168
+ "Default, never used.",
169
+ "An active recording session has started.",
170
+ "This recording session has ended, but the recording file hasn't been generated yet.",
171
+ "Recording file is generated and ready to download."
172
+ ],
173
+ "type": "string",
174
+ "description": "Output only. Current state.",
175
+ "readOnly": true,
176
+ "enum": [
177
+ "STATE_UNSPECIFIED",
178
+ "STARTED",
179
+ "ENDED",
180
+ "FILE_GENERATED"
181
+ ]
182
+ },
183
+ "endTime": {
184
+ "format": "google-datetime",
185
+ "readOnly": true,
186
+ "type": "string",
187
+ "description": "Output only. Timestamp when the recording ended."
188
+ },
189
+ "name": {
190
+ "description": "Output only. Resource name of the recording. Format: `conferenceRecords/{conference_record}/recordings/{recording}` where `{recording}` is a 1:1 mapping to each unique recording session during the conference.",
191
+ "readOnly": true,
192
+ "type": "string"
193
+ }
194
+ },
195
+ "type": "object",
196
+ "id": "Recording",
197
+ "description": "Metadata about a recording created during a conference."
198
+ },
199
+ "ParticipantSession": {
200
+ "properties": {
201
+ "startTime": {
202
+ "readOnly": true,
203
+ "type": "string",
204
+ "format": "google-datetime",
205
+ "description": "Output only. Timestamp when the user session starts."
206
+ },
207
+ "name": {
208
+ "description": "Identifier. Session id.",
209
+ "type": "string"
210
+ },
211
+ "endTime": {
212
+ "format": "google-datetime",
213
+ "type": "string",
214
+ "readOnly": true,
215
+ "description": "Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended."
216
+ }
217
+ },
218
+ "id": "ParticipantSession",
219
+ "type": "object",
220
+ "description": "Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions."
221
+ },
222
+ "ListRecordingsResponse": {
223
+ "id": "ListRecordingsResponse",
224
+ "description": "Response for ListRecordings method.",
225
+ "type": "object",
226
+ "properties": {
227
+ "nextPageToken": {
228
+ "type": "string",
229
+ "description": "Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned."
230
+ },
231
+ "recordings": {
232
+ "description": "List of recordings in one page.",
233
+ "type": "array",
234
+ "items": {
235
+ "$ref": "Recording"
236
+ }
237
+ }
238
+ }
239
+ },
240
+ "EndActiveConferenceRequest": {
241
+ "id": "EndActiveConferenceRequest",
242
+ "properties": {},
243
+ "description": "Request to end an ongoing conference of a space.",
244
+ "type": "object"
245
+ },
246
+ "ListParticipantsResponse": {
247
+ "properties": {
248
+ "totalSize": {
249
+ "type": "integer",
250
+ "format": "int32",
251
+ "description": "Total, exact number of `participants`. By default, this field isn't included in the response. Set the field mask in [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters) to receive this field in the response."
252
+ },
253
+ "participants": {
254
+ "description": "List of participants in one page.",
255
+ "items": {
256
+ "$ref": "Participant"
257
+ },
258
+ "type": "array"
259
+ },
260
+ "nextPageToken": {
261
+ "type": "string",
262
+ "description": "Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned."
263
+ }
264
+ },
265
+ "type": "object",
266
+ "description": "Response of ListParticipants method.",
267
+ "id": "ListParticipantsResponse"
268
+ },
269
+ "Empty": {
270
+ "id": "Empty",
271
+ "type": "object",
272
+ "properties": {},
273
+ "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }"
274
+ },
275
+ "ListTranscriptEntriesResponse": {
276
+ "properties": {
277
+ "nextPageToken": {
278
+ "description": "Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned.",
279
+ "type": "string"
280
+ },
281
+ "transcriptEntries": {
282
+ "items": {
283
+ "$ref": "TranscriptEntry"
284
+ },
285
+ "type": "array",
286
+ "description": "List of TranscriptEntries in one page."
287
+ }
288
+ },
289
+ "id": "ListTranscriptEntriesResponse",
290
+ "description": "Response for ListTranscriptEntries method.",
291
+ "type": "object"
292
+ },
293
+ "ConferenceRecord": {
294
+ "description": "Single instance of a meeting held in a space.",
295
+ "properties": {
296
+ "space": {
297
+ "description": "Output only. The space where the conference was held.",
298
+ "type": "string",
299
+ "readOnly": true
300
+ },
301
+ "expireTime": {
302
+ "type": "string",
303
+ "description": "Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.",
304
+ "readOnly": true,
305
+ "format": "google-datetime"
306
+ },
307
+ "endTime": {
308
+ "readOnly": true,
309
+ "description": "Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.",
310
+ "format": "google-datetime",
311
+ "type": "string"
312
+ },
313
+ "name": {
314
+ "type": "string",
315
+ "description": "Identifier. Resource name of the conference record. Format: `conferenceRecords/{conference_record}` where `{conference_record}` is a unique ID for each instance of a call within a space."
316
+ },
317
+ "startTime": {
318
+ "type": "string",
319
+ "format": "google-datetime",
320
+ "description": "Output only. Timestamp when the conference started. Always set.",
321
+ "readOnly": true
322
+ }
323
+ },
324
+ "id": "ConferenceRecord",
325
+ "type": "object"
326
+ },
327
+ "AnonymousUser": {
328
+ "properties": {
329
+ "displayName": {
330
+ "type": "string",
331
+ "description": "Output only. User provided name when they join a conference anonymously.",
332
+ "readOnly": true
333
+ }
334
+ },
335
+ "description": "User who joins anonymously (meaning not signed into a Google Account).",
336
+ "type": "object",
337
+ "id": "AnonymousUser"
338
+ },
339
+ "ListParticipantSessionsResponse": {
340
+ "type": "object",
341
+ "properties": {
342
+ "participantSessions": {
343
+ "description": "List of participants in one page.",
344
+ "type": "array",
345
+ "items": {
346
+ "$ref": "ParticipantSession"
347
+ }
348
+ },
349
+ "nextPageToken": {
350
+ "type": "string",
351
+ "description": "Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned."
352
+ }
353
+ },
354
+ "description": "Response of ListParticipants method.",
355
+ "id": "ListParticipantSessionsResponse"
356
+ },
357
+ "TranscriptEntry": {
358
+ "type": "object",
359
+ "id": "TranscriptEntry",
360
+ "properties": {
361
+ "participant": {
362
+ "type": "string",
363
+ "description": "Output only. Refers to the participant who speaks.",
364
+ "readOnly": true
365
+ },
366
+ "languageCode": {
367
+ "type": "string",
368
+ "description": "Output only. Language of spoken text, such as \"en-US\". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)",
369
+ "readOnly": true
370
+ },
371
+ "startTime": {
372
+ "type": "string",
373
+ "format": "google-datetime",
374
+ "description": "Output only. Timestamp when the transcript entry started.",
375
+ "readOnly": true
376
+ },
377
+ "name": {
378
+ "readOnly": true,
379
+ "type": "string",
380
+ "description": "Output only. Resource name of the entry. Format: \"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}\""
381
+ },
382
+ "endTime": {
383
+ "readOnly": true,
384
+ "type": "string",
385
+ "description": "Output only. Timestamp when the transcript entry ended.",
386
+ "format": "google-datetime"
387
+ },
388
+ "text": {
389
+ "readOnly": true,
390
+ "description": "Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.",
391
+ "type": "string"
392
+ }
393
+ },
394
+ "description": "Single entry for one user’s speech during a transcript session."
395
+ },
396
+ "ActiveConference": {
397
+ "description": "Active conference.",
398
+ "id": "ActiveConference",
399
+ "properties": {
400
+ "conferenceRecord": {
401
+ "readOnly": true,
402
+ "description": "Output only. Reference to 'ConferenceRecord' resource. Format: `conferenceRecords/{conference_record}` where `{conference_record}` is a unique ID for each instance of a call within a space.",
403
+ "type": "string"
404
+ }
405
+ },
406
+ "type": "object"
407
+ },
408
+ "PhoneUser": {
409
+ "id": "PhoneUser",
410
+ "type": "object",
411
+ "properties": {
412
+ "displayName": {
413
+ "type": "string",
414
+ "readOnly": true,
415
+ "description": "Output only. Partially redacted user's phone number when calling."
416
+ }
417
+ },
418
+ "description": "User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account."
419
+ },
420
+ "DocsDestination": {
421
+ "properties": {
422
+ "document": {
423
+ "type": "string",
424
+ "readOnly": true,
425
+ "description": "Output only. The document ID for the underlying Google Docs transcript file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use the `documents.get` method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content."
426
+ },
427
+ "exportUri": {
428
+ "type": "string",
429
+ "readOnly": true,
430
+ "description": "Output only. URI for the Google Docs transcript file. Use `https://docs.google.com/document/d/{$DocumentId}/view` to browse the transcript in the browser."
431
+ }
432
+ },
433
+ "type": "object",
434
+ "id": "DocsDestination",
435
+ "description": "Google Docs location where the transcript file is saved."
436
+ },
437
+ "SignedinUser": {
438
+ "description": "A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.",
439
+ "id": "SignedinUser",
440
+ "properties": {
441
+ "displayName": {
442
+ "readOnly": true,
443
+ "description": "Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\".",
444
+ "type": "string"
445
+ },
446
+ "user": {
447
+ "type": "string",
448
+ "description": "Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}`",
449
+ "readOnly": true
450
+ }
451
+ },
452
+ "type": "object"
453
+ },
454
+ "Space": {
455
+ "properties": {
456
+ "meetingUri": {
457
+ "description": "Output only. URI used to join meetings consisting of `https://meet.google.com/` followed by the `meeting_code`. For example, `https://meet.google.com/abc-mnop-xyz`.",
458
+ "type": "string",
459
+ "readOnly": true
460
+ },
461
+ "activeConference": {
462
+ "description": "Active conference, if it exists.",
463
+ "$ref": "ActiveConference"
464
+ },
465
+ "name": {
466
+ "type": "string",
467
+ "description": "Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space)."
468
+ },
469
+ "meetingCode": {
470
+ "description": "Output only. Type friendly unique string used to join the meeting. Format: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`. The maximum length is 128 characters. Can only be used as an alias of the space name to get the space.",
471
+ "readOnly": true,
472
+ "type": "string"
473
+ },
474
+ "config": {
475
+ "description": "Configuration pertaining to the meeting space.",
476
+ "$ref": "SpaceConfig"
477
+ }
478
+ },
479
+ "description": "Virtual place where conferences are held. Only one active conference can be held in one space at any given time.",
480
+ "id": "Space",
481
+ "type": "object"
482
+ },
483
+ "Participant": {
484
+ "properties": {
485
+ "earliestStartTime": {
486
+ "type": "string",
487
+ "description": "Output only. Time when the participant first joined the meeting.",
488
+ "readOnly": true,
489
+ "format": "google-datetime"
490
+ },
491
+ "phoneUser": {
492
+ "description": "User calling from their phone.",
493
+ "$ref": "PhoneUser"
494
+ },
495
+ "latestEndTime": {
496
+ "type": "string",
497
+ "description": "Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.",
498
+ "readOnly": true,
499
+ "format": "google-datetime"
500
+ },
501
+ "name": {
502
+ "readOnly": true,
503
+ "type": "string",
504
+ "description": "Output only. Resource name of the participant. Format: `conferenceRecords/{conference_record}/participants/{participant}`"
505
+ },
506
+ "signedinUser": {
507
+ "description": "Signed-in user.",
508
+ "$ref": "SignedinUser"
509
+ },
510
+ "anonymousUser": {
511
+ "description": "Anonymous user.",
512
+ "$ref": "AnonymousUser"
513
+ }
514
+ },
515
+ "type": "object",
516
+ "id": "Participant",
517
+ "description": "User who attended or is attending a conference."
518
+ }
519
+ },
520
+ "documentationLink": "https://developers.google.com/meet/api",
521
+ "kind": "discovery#restDescription",
522
+ "baseUrl": "https://meet.googleapis.com/v2beta/",
523
+ "basePath": "/meet/v2beta/",
524
+ "description": "Create and manage meetings in Google Meet.",
525
+ "fullyEncodeReservedExpansion": true,
526
+ "rootUrl": "https://meet.googleapis.com/",
527
+ "id": "meet:v2beta",
528
+ "resources": {
529
+ "conferenceRecords": {
530
+ "methods": {
531
+ "get": {
532
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}",
533
+ "response": {
534
+ "$ref": "ConferenceRecord"
535
+ },
536
+ "path": "v2beta/{+name}",
537
+ "scopes": [
538
+ "https://www.googleapis.com/auth/meetings.space.created",
539
+ "https://www.googleapis.com/auth/meetings.space.readonly"
540
+ ],
541
+ "parameterOrder": [
542
+ "name"
543
+ ],
544
+ "httpMethod": "GET",
545
+ "description": "Gets a conference record by conference ID.",
546
+ "parameters": {
547
+ "name": {
548
+ "location": "path",
549
+ "description": "Required. Resource name of the conference.",
550
+ "type": "string",
551
+ "pattern": "^conferenceRecords/[^/]+$",
552
+ "required": true
553
+ }
554
+ },
555
+ "id": "meet.conferenceRecords.get"
556
+ },
557
+ "list": {
558
+ "flatPath": "v2beta/conferenceRecords",
559
+ "id": "meet.conferenceRecords.list",
560
+ "response": {
561
+ "$ref": "ListConferenceRecordsResponse"
562
+ },
563
+ "description": "Lists the conference records. By default, ordered by start time and in descending order.",
564
+ "httpMethod": "GET",
565
+ "scopes": [
566
+ "https://www.googleapis.com/auth/meetings.space.created",
567
+ "https://www.googleapis.com/auth/meetings.space.readonly"
568
+ ],
569
+ "parameters": {
570
+ "pageToken": {
571
+ "location": "query",
572
+ "type": "string",
573
+ "description": "Optional. Page token returned from previous List Call."
574
+ },
575
+ "filter": {
576
+ "type": "string",
577
+ "location": "query",
578
+ "description": "Optional. User specified filtering condition in [EBNF format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are the filterable fields: * `space.meeting_code` * `space.name` * `start_time` * `end_time` For example, consider the following filters: * `space.name = \"spaces/NAME\"` * `space.meeting_code = \"abc-mnop-xyz\"` * `start_time\u003e=\"2024-01-01T00:00:00.000Z\" AND start_time\u003c=\"2024-01-02T00:00:00.000Z\"` * `end_time IS NULL`"
579
+ },
580
+ "pageSize": {
581
+ "type": "integer",
582
+ "format": "int32",
583
+ "description": "Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.",
584
+ "location": "query"
585
+ }
586
+ },
587
+ "parameterOrder": [],
588
+ "path": "v2beta/conferenceRecords"
589
+ }
590
+ },
591
+ "resources": {
592
+ "transcripts": {
593
+ "resources": {
594
+ "entries": {
595
+ "methods": {
596
+ "get": {
597
+ "response": {
598
+ "$ref": "TranscriptEntry"
599
+ },
600
+ "description": "Gets a `TranscriptEntry` resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation.",
601
+ "path": "v2beta/{+name}",
602
+ "id": "meet.conferenceRecords.transcripts.entries.get",
603
+ "parameters": {
604
+ "name": {
605
+ "type": "string",
606
+ "pattern": "^conferenceRecords/[^/]+/transcripts/[^/]+/entries/[^/]+$",
607
+ "location": "path",
608
+ "required": true,
609
+ "description": "Required. Resource name of the `TranscriptEntry`."
610
+ }
611
+ },
612
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries/{entriesId}",
613
+ "parameterOrder": [
614
+ "name"
615
+ ],
616
+ "httpMethod": "GET",
617
+ "scopes": [
618
+ "https://www.googleapis.com/auth/meetings.space.created",
619
+ "https://www.googleapis.com/auth/meetings.space.readonly"
620
+ ]
621
+ },
622
+ "list": {
623
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries",
624
+ "scopes": [
625
+ "https://www.googleapis.com/auth/meetings.space.created",
626
+ "https://www.googleapis.com/auth/meetings.space.readonly"
627
+ ],
628
+ "id": "meet.conferenceRecords.transcripts.entries.list",
629
+ "parameterOrder": [
630
+ "parent"
631
+ ],
632
+ "response": {
633
+ "$ref": "ListTranscriptEntriesResponse"
634
+ },
635
+ "path": "v2beta/{+parent}/entries",
636
+ "parameters": {
637
+ "parent": {
638
+ "required": true,
639
+ "description": "Required. Format: `conferenceRecords/{conference_record}/transcripts/{transcript}`",
640
+ "type": "string",
641
+ "location": "path",
642
+ "pattern": "^conferenceRecords/[^/]+/transcripts/[^/]+$"
643
+ },
644
+ "pageToken": {
645
+ "description": "Page token returned from previous List Call.",
646
+ "type": "string",
647
+ "location": "query"
648
+ },
649
+ "pageSize": {
650
+ "location": "query",
651
+ "description": "Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.",
652
+ "format": "int32",
653
+ "type": "integer"
654
+ }
655
+ },
656
+ "httpMethod": "GET",
657
+ "description": "Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation."
658
+ }
659
+ }
660
+ }
661
+ },
662
+ "methods": {
663
+ "list": {
664
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/transcripts",
665
+ "path": "v2beta/{+parent}/transcripts",
666
+ "httpMethod": "GET",
667
+ "scopes": [
668
+ "https://www.googleapis.com/auth/meetings.space.created",
669
+ "https://www.googleapis.com/auth/meetings.space.readonly"
670
+ ],
671
+ "parameters": {
672
+ "pageSize": {
673
+ "description": "Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.",
674
+ "format": "int32",
675
+ "location": "query",
676
+ "type": "integer"
677
+ },
678
+ "parent": {
679
+ "location": "path",
680
+ "pattern": "^conferenceRecords/[^/]+$",
681
+ "description": "Required. Format: `conferenceRecords/{conference_record}`",
682
+ "type": "string",
683
+ "required": true
684
+ },
685
+ "pageToken": {
686
+ "type": "string",
687
+ "location": "query",
688
+ "description": "Page token returned from previous List Call."
689
+ }
690
+ },
691
+ "description": "Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.",
692
+ "parameterOrder": [
693
+ "parent"
694
+ ],
695
+ "id": "meet.conferenceRecords.transcripts.list",
696
+ "response": {
697
+ "$ref": "ListTranscriptsResponse"
698
+ }
699
+ },
700
+ "get": {
701
+ "path": "v2beta/{+name}",
702
+ "httpMethod": "GET",
703
+ "description": "Gets a transcript by transcript ID.",
704
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}",
705
+ "parameterOrder": [
706
+ "name"
707
+ ],
708
+ "scopes": [
709
+ "https://www.googleapis.com/auth/meetings.space.created",
710
+ "https://www.googleapis.com/auth/meetings.space.readonly"
711
+ ],
712
+ "id": "meet.conferenceRecords.transcripts.get",
713
+ "parameters": {
714
+ "name": {
715
+ "pattern": "^conferenceRecords/[^/]+/transcripts/[^/]+$",
716
+ "location": "path",
717
+ "required": true,
718
+ "description": "Required. Resource name of the transcript.",
719
+ "type": "string"
720
+ }
721
+ },
722
+ "response": {
723
+ "$ref": "Transcript"
724
+ }
725
+ }
726
+ }
727
+ },
728
+ "participants": {
729
+ "resources": {
730
+ "participantSessions": {
731
+ "methods": {
732
+ "get": {
733
+ "description": "Gets a participant session by participant session ID.",
734
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions/{participantSessionsId}",
735
+ "id": "meet.conferenceRecords.participants.participantSessions.get",
736
+ "response": {
737
+ "$ref": "ParticipantSession"
738
+ },
739
+ "parameterOrder": [
740
+ "name"
741
+ ],
742
+ "path": "v2beta/{+name}",
743
+ "parameters": {
744
+ "name": {
745
+ "location": "path",
746
+ "type": "string",
747
+ "required": true,
748
+ "pattern": "^conferenceRecords/[^/]+/participants/[^/]+/participantSessions/[^/]+$",
749
+ "description": "Required. Resource name of the participant."
750
+ }
751
+ },
752
+ "httpMethod": "GET",
753
+ "scopes": [
754
+ "https://www.googleapis.com/auth/meetings.space.created",
755
+ "https://www.googleapis.com/auth/meetings.space.readonly"
756
+ ]
757
+ },
758
+ "list": {
759
+ "httpMethod": "GET",
760
+ "scopes": [
761
+ "https://www.googleapis.com/auth/meetings.space.created",
762
+ "https://www.googleapis.com/auth/meetings.space.readonly"
763
+ ],
764
+ "parameters": {
765
+ "pageSize": {
766
+ "format": "int32",
767
+ "type": "integer",
768
+ "description": "Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.",
769
+ "location": "query"
770
+ },
771
+ "pageToken": {
772
+ "description": "Optional. Page token returned from previous List Call.",
773
+ "location": "query",
774
+ "type": "string"
775
+ },
776
+ "filter": {
777
+ "type": "string",
778
+ "description": "Optional. User specified filtering condition in [EBNF format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are the filterable fields: * `start_time` * `end_time` For example, `end_time IS NULL` returns active participant sessions in the conference record.",
779
+ "location": "query"
780
+ },
781
+ "parent": {
782
+ "description": "Required. Format: `conferenceRecords/{conference_record}/participants/{participant}`",
783
+ "type": "string",
784
+ "pattern": "^conferenceRecords/[^/]+/participants/[^/]+$",
785
+ "required": true,
786
+ "location": "path"
787
+ }
788
+ },
789
+ "path": "v2beta/{+parent}/participantSessions",
790
+ "response": {
791
+ "$ref": "ListParticipantSessionsResponse"
792
+ },
793
+ "parameterOrder": [
794
+ "parent"
795
+ ],
796
+ "description": "Lists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted this API defaults to `'participantsessions/*, next_page_token'`.",
797
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions",
798
+ "id": "meet.conferenceRecords.participants.participantSessions.list"
799
+ }
800
+ }
801
+ }
802
+ },
803
+ "methods": {
804
+ "get": {
805
+ "description": "Gets a participant by participant ID.",
806
+ "parameterOrder": [
807
+ "name"
808
+ ],
809
+ "httpMethod": "GET",
810
+ "response": {
811
+ "$ref": "Participant"
812
+ },
813
+ "parameters": {
814
+ "name": {
815
+ "location": "path",
816
+ "required": true,
817
+ "type": "string",
818
+ "pattern": "^conferenceRecords/[^/]+/participants/[^/]+$",
819
+ "description": "Required. Resource name of the participant."
820
+ }
821
+ },
822
+ "path": "v2beta/{+name}",
823
+ "id": "meet.conferenceRecords.participants.get",
824
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}",
825
+ "scopes": [
826
+ "https://www.googleapis.com/auth/meetings.space.created",
827
+ "https://www.googleapis.com/auth/meetings.space.readonly"
828
+ ]
829
+ },
830
+ "list": {
831
+ "id": "meet.conferenceRecords.participants.list",
832
+ "path": "v2beta/{+parent}/participants",
833
+ "description": "Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted, this API defaults to `'participants/*, next_page_token'`.",
834
+ "response": {
835
+ "$ref": "ListParticipantsResponse"
836
+ },
837
+ "httpMethod": "GET",
838
+ "parameters": {
839
+ "filter": {
840
+ "description": "Optional. User specified filtering condition in [EBNF format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are the filterable fields: * `earliest_start_time` * `latest_end_time` For example, `latest_end_time IS NULL` returns active participants in the conference.",
841
+ "location": "query",
842
+ "type": "string"
843
+ },
844
+ "parent": {
845
+ "location": "path",
846
+ "description": "Required. Format: `conferenceRecords/{conference_record}`",
847
+ "required": true,
848
+ "type": "string",
849
+ "pattern": "^conferenceRecords/[^/]+$"
850
+ },
851
+ "pageToken": {
852
+ "type": "string",
853
+ "location": "query",
854
+ "description": "Page token returned from previous List Call."
855
+ },
856
+ "pageSize": {
857
+ "type": "integer",
858
+ "description": "Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.",
859
+ "format": "int32",
860
+ "location": "query"
861
+ }
862
+ },
863
+ "scopes": [
864
+ "https://www.googleapis.com/auth/meetings.space.created",
865
+ "https://www.googleapis.com/auth/meetings.space.readonly"
866
+ ],
867
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/participants",
868
+ "parameterOrder": [
869
+ "parent"
870
+ ]
871
+ }
872
+ }
873
+ },
874
+ "recordings": {
875
+ "methods": {
876
+ "get": {
877
+ "parameters": {
878
+ "name": {
879
+ "description": "Required. Resource name of the recording.",
880
+ "pattern": "^conferenceRecords/[^/]+/recordings/[^/]+$",
881
+ "location": "path",
882
+ "required": true,
883
+ "type": "string"
884
+ }
885
+ },
886
+ "path": "v2beta/{+name}",
887
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/recordings/{recordingsId}",
888
+ "id": "meet.conferenceRecords.recordings.get",
889
+ "description": "Gets a recording by recording ID.",
890
+ "scopes": [
891
+ "https://www.googleapis.com/auth/meetings.space.created",
892
+ "https://www.googleapis.com/auth/meetings.space.readonly"
893
+ ],
894
+ "response": {
895
+ "$ref": "Recording"
896
+ },
897
+ "parameterOrder": [
898
+ "name"
899
+ ],
900
+ "httpMethod": "GET"
901
+ },
902
+ "list": {
903
+ "description": "Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.",
904
+ "path": "v2beta/{+parent}/recordings",
905
+ "parameters": {
906
+ "parent": {
907
+ "pattern": "^conferenceRecords/[^/]+$",
908
+ "location": "path",
909
+ "type": "string",
910
+ "required": true,
911
+ "description": "Required. Format: `conferenceRecords/{conference_record}`"
912
+ },
913
+ "pageSize": {
914
+ "type": "integer",
915
+ "format": "int32",
916
+ "location": "query",
917
+ "description": "Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future."
918
+ },
919
+ "pageToken": {
920
+ "location": "query",
921
+ "type": "string",
922
+ "description": "Page token returned from previous List Call."
923
+ }
924
+ },
925
+ "id": "meet.conferenceRecords.recordings.list",
926
+ "flatPath": "v2beta/conferenceRecords/{conferenceRecordsId}/recordings",
927
+ "httpMethod": "GET",
928
+ "response": {
929
+ "$ref": "ListRecordingsResponse"
930
+ },
931
+ "scopes": [
932
+ "https://www.googleapis.com/auth/meetings.space.created",
933
+ "https://www.googleapis.com/auth/meetings.space.readonly"
934
+ ],
935
+ "parameterOrder": [
936
+ "parent"
937
+ ]
938
+ }
939
+ }
940
+ }
941
+ }
942
+ },
943
+ "spaces": {
944
+ "methods": {
945
+ "create": {
946
+ "response": {
947
+ "$ref": "Space"
948
+ },
949
+ "description": "Creates a space.",
950
+ "parameterOrder": [],
951
+ "request": {
952
+ "$ref": "Space"
953
+ },
954
+ "httpMethod": "POST",
955
+ "path": "v2beta/spaces",
956
+ "scopes": [
957
+ "https://www.googleapis.com/auth/meetings.space.created"
958
+ ],
959
+ "parameters": {},
960
+ "id": "meet.spaces.create",
961
+ "flatPath": "v2beta/spaces"
962
+ },
963
+ "get": {
964
+ "parameters": {
965
+ "name": {
966
+ "required": true,
967
+ "type": "string",
968
+ "location": "path",
969
+ "description": "Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`. `{space}` is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space. It's a typeable, unique character string and is non-case sensitive. For example, `abc-mnop-xyz`. The maximum length is 128 characters. A `meetingCode` shouldn't be stored long term as it can become dissociated from a meeting space and can be reused for different meeting spaces in the future. Generally, a `meetingCode` expires 365 days after last use. For more information, see [Learn about meeting codes in Google Meet](https://support.google.com/meet/answer/10710509). For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).",
970
+ "pattern": "^spaces/[^/]+$"
971
+ }
972
+ },
973
+ "scopes": [
974
+ "https://www.googleapis.com/auth/meetings.space.created",
975
+ "https://www.googleapis.com/auth/meetings.space.readonly",
976
+ "https://www.googleapis.com/auth/meetings.space.settings"
977
+ ],
978
+ "id": "meet.spaces.get",
979
+ "httpMethod": "GET",
980
+ "path": "v2beta/{+name}",
981
+ "parameterOrder": [
982
+ "name"
983
+ ],
984
+ "response": {
985
+ "$ref": "Space"
986
+ },
987
+ "description": "Gets details about a meeting space. For an example, see [Get a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).",
988
+ "flatPath": "v2beta/spaces/{spacesId}"
989
+ },
990
+ "endActiveConference": {
991
+ "description": "Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).",
992
+ "flatPath": "v2beta/spaces/{spacesId}:endActiveConference",
993
+ "parameters": {
994
+ "name": {
995
+ "description": "Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).",
996
+ "type": "string",
997
+ "location": "path",
998
+ "pattern": "^spaces/[^/]+$",
999
+ "required": true
1000
+ }
1001
+ },
1002
+ "request": {
1003
+ "$ref": "EndActiveConferenceRequest"
1004
+ },
1005
+ "response": {
1006
+ "$ref": "Empty"
1007
+ },
1008
+ "parameterOrder": [
1009
+ "name"
1010
+ ],
1011
+ "id": "meet.spaces.endActiveConference",
1012
+ "httpMethod": "POST",
1013
+ "scopes": [
1014
+ "https://www.googleapis.com/auth/meetings.space.created"
1015
+ ],
1016
+ "path": "v2beta/{+name}:endActiveConference"
1017
+ },
1018
+ "patch": {
1019
+ "path": "v2beta/{+name}",
1020
+ "description": "Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).",
1021
+ "httpMethod": "PATCH",
1022
+ "parameterOrder": [
1023
+ "name"
1024
+ ],
1025
+ "parameters": {
1026
+ "name": {
1027
+ "description": "Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).",
1028
+ "pattern": "^spaces/[^/]+$",
1029
+ "location": "path",
1030
+ "type": "string",
1031
+ "required": true
1032
+ },
1033
+ "updateMask": {
1034
+ "format": "google-fieldmask",
1035
+ "location": "query",
1036
+ "type": "string",
1037
+ "description": "Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has \"\" as paths), it defaults to update all fields provided with values in the request. Using \"*\" as update_mask will update all fields, including deleting fields not set in the request."
1038
+ }
1039
+ },
1040
+ "scopes": [
1041
+ "https://www.googleapis.com/auth/meetings.space.created",
1042
+ "https://www.googleapis.com/auth/meetings.space.settings"
1043
+ ],
1044
+ "request": {
1045
+ "$ref": "Space"
1046
+ },
1047
+ "id": "meet.spaces.patch",
1048
+ "flatPath": "v2beta/spaces/{spacesId}",
1049
+ "response": {
1050
+ "$ref": "Space"
1051
+ }
1052
+ }
1053
+ }
1054
+ }
1055
+ },
1056
+ "version_module": true,
1057
+ "parameters": {
1058
+ "fields": {
1059
+ "description": "Selector specifying which fields to include in a partial response.",
1060
+ "location": "query",
1061
+ "type": "string"
1062
+ },
1063
+ "$.xgafv": {
1064
+ "location": "query",
1065
+ "type": "string",
1066
+ "description": "V1 error format.",
1067
+ "enumDescriptions": [
1068
+ "v1 error format",
1069
+ "v2 error format"
1070
+ ],
1071
+ "enum": [
1072
+ "1",
1073
+ "2"
1074
+ ]
1075
+ },
1076
+ "alt": {
1077
+ "type": "string",
1078
+ "enum": [
1079
+ "json",
1080
+ "media",
1081
+ "proto"
1082
+ ],
1083
+ "enumDescriptions": [
1084
+ "Responses with Content-Type of application/json",
1085
+ "Media download with context-dependent Content-Type",
1086
+ "Responses with Content-Type of application/x-protobuf"
1087
+ ],
1088
+ "location": "query",
1089
+ "default": "json",
1090
+ "description": "Data format for response."
1091
+ },
1092
+ "access_token": {
1093
+ "location": "query",
1094
+ "type": "string",
1095
+ "description": "OAuth access token."
1096
+ },
1097
+ "upload_protocol": {
1098
+ "type": "string",
1099
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
1100
+ "location": "query"
1101
+ },
1102
+ "uploadType": {
1103
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
1104
+ "location": "query",
1105
+ "type": "string"
1106
+ },
1107
+ "quotaUser": {
1108
+ "location": "query",
1109
+ "type": "string",
1110
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
1111
+ },
1112
+ "oauth_token": {
1113
+ "location": "query",
1114
+ "description": "OAuth 2.0 token for the current user.",
1115
+ "type": "string"
1116
+ },
1117
+ "callback": {
1118
+ "location": "query",
1119
+ "description": "JSONP",
1120
+ "type": "string"
1121
+ },
1122
+ "prettyPrint": {
1123
+ "description": "Returns response with indentations and line breaks.",
1124
+ "type": "boolean",
1125
+ "location": "query",
1126
+ "default": "true"
1127
+ },
1128
+ "key": {
1129
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
1130
+ "type": "string",
1131
+ "location": "query"
1132
+ }
1133
+ },
1134
+ "ownerDomain": "google.com",
1135
+ "auth": {
1136
+ "oauth2": {
1137
+ "scopes": {
1138
+ "https://www.googleapis.com/auth/meetings.space.readonly": {
1139
+ "description": "Read information about any of your Google Meet conferences"
1140
+ },
1141
+ "https://www.googleapis.com/auth/meetings.space.created": {
1142
+ "description": "Create, edit, and see information about your Google Meet conferences created by the app."
1143
+ },
1144
+ "https://www.googleapis.com/auth/meetings.space.settings": {
1145
+ "description": "Edit, and see settings for all of your Google Meet calls."
1146
+ }
1147
+ }
1148
+ }
1149
+ },
1150
+ "name": "meet",
1151
+ "basePath": ""
1152
+ }