feat: Automated regeneration of licensing v1 client
This commit is contained in:
parent
bb6236f9ab
commit
d8ee5ff268
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue