| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  | # Copyright 2015 Google Inc. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Licensed under the Apache License, Version 2.0 (the "License"); | 
					
						
							|  |  |  | # you may not use this file except in compliance with the License. | 
					
						
							|  |  |  | # You may obtain a copy of the License at | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #      http://www.apache.org/licenses/LICENSE-2.0 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Unless required by applicable law or agreed to in writing, software | 
					
						
							|  |  |  | # distributed under the License is distributed on an "AS IS" BASIS, | 
					
						
							|  |  |  | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
					
						
							|  |  |  | # See the License for the specific language governing permissions and | 
					
						
							|  |  |  | # limitations under the License. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | require 'google/apis/script_v1/service.rb' | 
					
						
							|  |  |  | require 'google/apis/script_v1/classes.rb' | 
					
						
							|  |  |  | require 'google/apis/script_v1/representations.rb' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | module Google | 
					
						
							|  |  |  |   module Apis | 
					
						
							| 
									
										
										
										
											2018-03-27 00:35:45 +00:00
										 |  |  |     # Apps Script API | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     # | 
					
						
							| 
									
										
										
										
											2018-10-16 00:36:20 +00:00
										 |  |  |     # Manages and executes Google Apps Script projects. | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     # | 
					
						
							| 
									
										
										
										
											2018-01-18 00:35:53 +00:00
										 |  |  |     # @see https://developers.google.com/apps-script/api/ | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     module ScriptV1 | 
					
						
							|  |  |  |       VERSION = 'V1' | 
					
						
							| 
									
										
										
										
											2020-08-13 00:39:19 +00:00
										 |  |  |       REVISION = '20200811' | 
					
						
							| 
									
										
										
										
											2017-06-14 17:02:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-13 00:36:54 +00:00
										 |  |  |       # Read, compose, send, and permanently delete all your email from Gmail | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       AUTH_SCOPE = 'https://mail.google.com/' | 
					
						
							| 
									
										
										
										
											2017-06-14 17:02:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-13 00:36:54 +00:00
										 |  |  |       # See, edit, share, and permanently delete all the calendars you can access using Google Calendar | 
					
						
							| 
									
										
										
										
											2017-06-14 17:02:03 +00:00
										 |  |  |       CALENDAR_FEEDS = 'https://www.google.com/calendar/feeds' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-13 00:36:54 +00:00
										 |  |  |       # See, edit, download, and permanently delete your contacts | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       M8_FEEDS = 'https://www.google.com/m8/feeds' | 
					
						
							| 
									
										
										
										
											2017-06-14 17:02:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       # View and manage the provisioning of groups on your domain | 
					
						
							|  |  |  |       AUTH_ADMIN_DIRECTORY_GROUP = 'https://www.googleapis.com/auth/admin.directory.group' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View and manage the provisioning of users on your domain | 
					
						
							|  |  |  |       AUTH_ADMIN_DIRECTORY_USER = 'https://www.googleapis.com/auth/admin.directory.user' | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-05 00:36:18 +00:00
										 |  |  |       # View and manage your Google Docs documents | 
					
						
							|  |  |  |       AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-13 00:36:54 +00:00
										 |  |  |       # See, edit, create, and delete all of your Google Drive files | 
					
						
							| 
									
										
										
										
											2017-06-02 06:11:31 +00:00
										 |  |  |       AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' | 
					
						
							| 
									
										
										
										
											2017-05-04 19:35:56 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       # View and manage your forms in Google Drive | 
					
						
							|  |  |  |       AUTH_FORMS = 'https://www.googleapis.com/auth/forms' | 
					
						
							| 
									
										
										
										
											2017-07-12 20:10:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       # View and manage forms that this application has been installed in | 
					
						
							|  |  |  |       AUTH_FORMS_CURRENTONLY = 'https://www.googleapis.com/auth/forms.currentonly' | 
					
						
							| 
									
										
										
										
											2017-05-26 16:44:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       # View and manage your Google Groups | 
					
						
							|  |  |  |       AUTH_GROUPS = 'https://www.googleapis.com/auth/groups' | 
					
						
							| 
									
										
										
										
											2017-05-26 16:44:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-13 00:36:54 +00:00
										 |  |  |       # Create and update Google Apps Script deployments | 
					
						
							|  |  |  |       AUTH_SCRIPT_DEPLOYMENTS = 'https://www.googleapis.com/auth/script.deployments' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View Google Apps Script deployments | 
					
						
							|  |  |  |       AUTH_SCRIPT_DEPLOYMENTS_READONLY = 'https://www.googleapis.com/auth/script.deployments.readonly' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View Google Apps Script project's metrics | 
					
						
							|  |  |  |       AUTH_SCRIPT_METRICS = 'https://www.googleapis.com/auth/script.metrics' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View Google Apps Script processes | 
					
						
							|  |  |  |       AUTH_SCRIPT_PROCESSES = 'https://www.googleapis.com/auth/script.processes' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # Create and update Google Apps Script projects | 
					
						
							|  |  |  |       AUTH_SCRIPT_PROJECTS = 'https://www.googleapis.com/auth/script.projects' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View Google Apps Script projects | 
					
						
							|  |  |  |       AUTH_SCRIPT_PROJECTS_READONLY = 'https://www.googleapis.com/auth/script.projects.readonly' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # See, edit, create, and delete your spreadsheets in Google Drive | 
					
						
							| 
									
										
										
										
											2017-06-02 06:11:31 +00:00
										 |  |  |       AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-25 19:54:22 +00:00
										 |  |  |       # View your email address | 
					
						
							|  |  |  |       AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email' | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     end | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |