| 
									
										
										
										
											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 | 
					
						
							|  |  |  |     # Google Apps Script Execution API | 
					
						
							|  |  |  |     # | 
					
						
							| 
									
										
										
										
											2016-05-16 16:49:15 +00:00
										 |  |  |     # Executes Google Apps Script projects. | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     # | 
					
						
							| 
									
										
										
										
											2016-05-16 16:49:15 +00:00
										 |  |  |     # @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     module ScriptV1 | 
					
						
							|  |  |  |       VERSION = 'V1' | 
					
						
							| 
									
										
										
										
											2017-03-30 22:30:51 +00:00
										 |  |  |       REVISION = '20170328' | 
					
						
							| 
									
										
										
										
											2017-03-10 21:11:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-31 19:53:27 +00:00
										 |  |  |       # View your email address | 
					
						
							|  |  |  |       AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # Manage your calendars | 
					
						
							|  |  |  |       CALENDAR_FEEDS = 'https://www.google.com/calendar/feeds' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-10 21:11:09 +00:00
										 |  |  |       # View and manage your Google Groups | 
					
						
							|  |  |  |       AUTH_GROUPS = 'https://www.googleapis.com/auth/groups' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       # View and manage forms that this application has been installed in | 
					
						
							|  |  |  |       AUTH_FORMS_CURRENTONLY = 'https://www.googleapis.com/auth/forms.currentonly' | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-13 23:28:52 +00:00
										 |  |  |       # View and manage the files in your Google Drive | 
					
						
							|  |  |  |       AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-31 19:53:27 +00:00
										 |  |  |       # Read, send, delete, and manage your email | 
					
						
							|  |  |  |       AUTH_SCOPE = 'https://mail.google.com/' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-27 22:14:47 +00:00
										 |  |  |       # View and manage your spreadsheets in Google Drive | 
					
						
							|  |  |  |       AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-10 21:11:09 +00:00
										 |  |  |       # View and manage the provisioning of groups on your domain | 
					
						
							|  |  |  |       AUTH_ADMIN_DIRECTORY_GROUP = 'https://www.googleapis.com/auth/admin.directory.group' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-31 19:53:27 +00:00
										 |  |  |       # View and manage the provisioning of users on your domain | 
					
						
							|  |  |  |       AUTH_ADMIN_DIRECTORY_USER = 'https://www.googleapis.com/auth/admin.directory.user' | 
					
						
							| 
									
										
										
										
											2017-03-27 22:14:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |       # View and manage your forms in Google Drive | 
					
						
							|  |  |  |       AUTH_FORMS = 'https://www.googleapis.com/auth/forms' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-13 23:28:52 +00:00
										 |  |  |       # Manage your contacts | 
					
						
							|  |  |  |       M8_FEEDS = 'https://www.google.com/m8/feeds' | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |     end | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |