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