1type: google.api.Service 2config_version: 3 3name: workspaceevents.googleapis.com 4title: Google Workspace Events API 5 6apis: 7- name: google.apps.events.subscriptions.v1.SubscriptionsService 8- name: google.longrunning.Operations 9 10documentation: 11 summary: |- 12 The Google Workspace Events API lets you subscribe to events and manage 13 change notifications across Google Workspace applications. 14 15http: 16 rules: 17 - selector: google.longrunning.Operations.GetOperation 18 get: '/v1/{name=operations/**}' 19 20authentication: 21 rules: 22 - selector: 'google.apps.events.subscriptions.v1.SubscriptionsService.*' 23 oauth: 24 canonical_scopes: |- 25 https://www.googleapis.com/auth/chat.memberships, 26 https://www.googleapis.com/auth/chat.memberships.readonly, 27 https://www.googleapis.com/auth/chat.messages, 28 https://www.googleapis.com/auth/chat.messages.reactions, 29 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 30 https://www.googleapis.com/auth/chat.messages.readonly, 31 https://www.googleapis.com/auth/chat.spaces, 32 https://www.googleapis.com/auth/chat.spaces.readonly, 33 https://www.googleapis.com/auth/meetings.space.created, 34 https://www.googleapis.com/auth/meetings.space.readonly 35 - selector: google.apps.events.subscriptions.v1.SubscriptionsService.DeleteSubscription 36 oauth: 37 canonical_scopes: |- 38 https://www.googleapis.com/auth/chat.bot, 39 https://www.googleapis.com/auth/chat.memberships, 40 https://www.googleapis.com/auth/chat.memberships.readonly, 41 https://www.googleapis.com/auth/chat.messages, 42 https://www.googleapis.com/auth/chat.messages.reactions, 43 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 44 https://www.googleapis.com/auth/chat.messages.readonly, 45 https://www.googleapis.com/auth/chat.spaces, 46 https://www.googleapis.com/auth/chat.spaces.readonly, 47 https://www.googleapis.com/auth/meetings.space.created, 48 https://www.googleapis.com/auth/meetings.space.readonly 49 - selector: google.apps.events.subscriptions.v1.SubscriptionsService.GetSubscription 50 oauth: 51 canonical_scopes: |- 52 https://www.googleapis.com/auth/chat.bot, 53 https://www.googleapis.com/auth/chat.memberships, 54 https://www.googleapis.com/auth/chat.memberships.readonly, 55 https://www.googleapis.com/auth/chat.messages, 56 https://www.googleapis.com/auth/chat.messages.reactions, 57 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 58 https://www.googleapis.com/auth/chat.messages.readonly, 59 https://www.googleapis.com/auth/chat.spaces, 60 https://www.googleapis.com/auth/chat.spaces.readonly, 61 https://www.googleapis.com/auth/meetings.space.created, 62 https://www.googleapis.com/auth/meetings.space.readonly 63 - selector: google.apps.events.subscriptions.v1.SubscriptionsService.ListSubscriptions 64 oauth: 65 canonical_scopes: |- 66 https://www.googleapis.com/auth/chat.bot, 67 https://www.googleapis.com/auth/chat.memberships, 68 https://www.googleapis.com/auth/chat.memberships.readonly, 69 https://www.googleapis.com/auth/chat.messages, 70 https://www.googleapis.com/auth/chat.messages.reactions, 71 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 72 https://www.googleapis.com/auth/chat.messages.readonly, 73 https://www.googleapis.com/auth/chat.spaces, 74 https://www.googleapis.com/auth/chat.spaces.readonly, 75 https://www.googleapis.com/auth/meetings.space.created, 76 https://www.googleapis.com/auth/meetings.space.readonly 77 - selector: google.longrunning.Operations.GetOperation 78 oauth: 79 canonical_scopes: |- 80 https://www.googleapis.com/auth/chat.bot, 81 https://www.googleapis.com/auth/chat.memberships, 82 https://www.googleapis.com/auth/chat.memberships.readonly, 83 https://www.googleapis.com/auth/chat.messages, 84 https://www.googleapis.com/auth/chat.messages.reactions, 85 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 86 https://www.googleapis.com/auth/chat.messages.readonly, 87 https://www.googleapis.com/auth/chat.spaces, 88 https://www.googleapis.com/auth/chat.spaces.readonly, 89 https://www.googleapis.com/auth/meetings.space.created, 90 https://www.googleapis.com/auth/meetings.space.readonly 91 92publishing: 93 new_issue_uri: https://issuetracker.google.com/issues/new?component=1208006&template=1723043 94 documentation_uri: https://developers.google.com/workspace/events 95 api_short_name: workspaceevents 96 github_label: 'api: workspaceevents' 97 doc_tag_prefix: workspaceevents 98 organization: CLOUD 99 library_settings: 100 - version: google.apps.events.subscriptions.v1 101 launch_stage: GA 102 java_settings: 103 common: 104 destinations: 105 - PACKAGE_MANAGER 106 cpp_settings: 107 common: 108 destinations: 109 - PACKAGE_MANAGER 110 php_settings: 111 common: 112 destinations: 113 - PACKAGE_MANAGER 114 python_settings: 115 common: 116 destinations: 117 - PACKAGE_MANAGER 118 node_settings: 119 common: 120 destinations: 121 - PACKAGE_MANAGER 122 dotnet_settings: 123 common: 124 destinations: 125 - PACKAGE_MANAGER 126 ruby_settings: 127 common: 128 destinations: 129 - PACKAGE_MANAGER 130 go_settings: 131 common: 132 destinations: 133 - PACKAGE_MANAGER 134 proto_reference_documentation_uri: https://developers.google.com/workspace/events/reference/rest/ 135