google-api-ruby-client/generated/google/apis/script_v1.rb

74 lines
2.8 KiB
Ruby

# 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
# Apps Script API
#
# An API for managing and executing Google Apps Script projects. <aside class="
# note"><b>Note</b>: In order to use this API in your apps, you must <a href="/
# apps-script/api/how-tos/enable#using_the_apps_script_api_in_your_app"> enable
# it for use</a>. To allow other apps to manage your scripts, you must <a href="/
# apps-script/api/how-tos/enable#granting_third-
# party_applications_access_to_your_script_projects"> grant them access</a>.</
# aside>
#
# @see https://developers.google.com/apps-script/api/
module ScriptV1
VERSION = 'V1'
REVISION = '20180601'
# Read, send, delete, and manage your email
AUTH_SCOPE = 'https://mail.google.com/'
# Manage your calendars
CALENDAR_FEEDS = 'https://www.google.com/calendar/feeds'
# Manage your contacts
M8_FEEDS = 'https://www.google.com/m8/feeds'
# 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'
# View and manage your Google Docs documents
AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents'
# View and manage the files in your Google Drive
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
# View and manage your forms in Google Drive
AUTH_FORMS = 'https://www.googleapis.com/auth/forms'
# View and manage forms that this application has been installed in
AUTH_FORMS_CURRENTONLY = 'https://www.googleapis.com/auth/forms.currentonly'
# View and manage your Google Groups
AUTH_GROUPS = 'https://www.googleapis.com/auth/groups'
# View and manage your spreadsheets in Google Drive
AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
# View your email address
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
end
end
end