feat: Automated regeneration of licensing v1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-20 09:43:21 -07:00 committed by GitHub
parent bb6236f9ab
commit d8ee5ff268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/admin-sdk/licensing/
module LicensingV1
VERSION = 'V1'
REVISION = '20201010'
REVISION = '20201017'
# View and manage G Suite licenses for your domain
AUTH_APPS_LICENSING = 'https://www.googleapis.com/auth/apps.licensing'

View File

@ -44,8 +44,8 @@ module Google
attr_accessor :quota_user
def initialize
super('https://www.googleapis.com/', '')
@batch_path = 'batch/licensing/v1'
super('https://licensing.googleapis.com/', '')
@batch_path = 'batch'
end
# Revoke a license.

View File

@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
}
}
]