Skip to content

Commit

Permalink
feat: Automated regeneration of licensing v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 20, 2020
1 parent 9dbe47b commit 312e8a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/licensing_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @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'
Expand Down
4 changes: 2 additions & 2 deletions generated/google/apis/licensing_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class LicensingService < Google::Apis::Core::BaseService
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.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/licensing_v1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
}
}
]
Expand Down

0 comments on commit 312e8a5

Please sign in to comment.