1type: google.api.Service 2config_version: 3 3name: meet.googleapis.com 4title: Google Meet API 5 6apis: 7- name: google.apps.meet.v2beta.ConferenceRecordsService 8- name: google.apps.meet.v2beta.SpacesService 9 10documentation: 11 summary: Create and manage meetings in Google Meet. 12 13authentication: 14 rules: 15 - selector: google.apps.meet.v2beta.* 16 oauth: 17 canonical_scopes: |- 18 https://www.googleapis.com/auth/meetings.space.created, 19 https://www.googleapis.com/auth/meetings.space.readonly 20 - selector: google.apps.meet.v2beta.SpacesService.CreateSpace 21 oauth: 22 canonical_scopes: |- 23 https://www.googleapis.com/auth/meetings.space.created 24 - selector: google.apps.meet.v2beta.SpacesService.UpdateSpace 25 oauth: 26 canonical_scopes: |- 27 https://www.googleapis.com/auth/meetings.space.created 28 - selector: google.apps.meet.v2beta.SpacesService.DeleteSpace 29 oauth: 30 canonical_scopes: |- 31 https://www.googleapis.com/auth/meetings.space.created 32 - selector: google.apps.meet.v2beta.SpacesService.EndActiveConference 33 oauth: 34 canonical_scopes: |- 35 https://www.googleapis.com/auth/meetings.space.created 36 37publishing: 38 new_issue_uri: https://issuetracker.google.com/issues/new?component=1216362&template=1766418 39 documentation_uri: https://developers.google.com/meet/api/guides/overview 40 api_short_name: meet 41 github_label: 'api: meet' 42 doc_tag_prefix: meet 43 organization: CLOUD 44 library_settings: 45 - version: google.apps.meet.v2beta 46 launch_stage: BETA 47 java_settings: 48 common: 49 destinations: 50 - PACKAGE_MANAGER 51 cpp_settings: 52 common: 53 destinations: 54 - PACKAGE_MANAGER 55 php_settings: 56 common: 57 destinations: 58 - PACKAGE_MANAGER 59 python_settings: 60 common: 61 destinations: 62 - PACKAGE_MANAGER 63 node_settings: 64 common: 65 destinations: 66 - PACKAGE_MANAGER 67 dotnet_settings: 68 common: 69 destinations: 70 - PACKAGE_MANAGER 71 ruby_settings: 72 common: 73 destinations: 74 - PACKAGE_MANAGER 75 go_settings: 76 common: 77 destinations: 78 - PACKAGE_MANAGER 79 proto_reference_documentation_uri: https://developers.google.com/meet/api/reference/rest/ 80