Autogenerated update (2017-09-04)

Update:
- admin_directory_v1
- dns_v2beta1
This commit is contained in:
Google APIs 2017-09-04 00:37:22 +00:00
parent 05eef7a288
commit 00eb14412f
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/admin-sdk/directory/
module AdminDirectoryV1
VERSION = 'DirectoryV1'
REVISION = '20170712'
REVISION = '20170723'
# View and manage customer related information
AUTH_ADMIN_DIRECTORY_CUSTOMER = 'https://www.googleapis.com/auth/admin.directory.customer'

View File

@ -50,7 +50,7 @@ module Google
def initialize
super('https://www.googleapis.com/', 'androidpublisher/v2/applications/')
@batch_path = 'batch/androidpublisher/v2'
@batch_path = 'batch'
end
# Commits/applies the changes made in this edit back to the app.

View File

@ -51,7 +51,7 @@ module Google
def initialize
super('https://www.googleapis.com/', 'appsmarket/v2/')
@batch_path = 'batch/appsmarket/v2'
@batch_path = 'batch'
end
#

View File

@ -51,7 +51,7 @@ module Google
def initialize
super('https://www.googleapis.com/', 'deploymentmanager/v2beta/projects/')
@batch_path = 'batch'
@batch_path = 'batch/deploymentmanager/v2beta'
end
# Deletes a composite type.

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/cloud-dns
module DnsV2beta1
VERSION = 'V2beta1'
REVISION = '20170419'
REVISION = '20170809'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'