Skip to content

Commit

Permalink
feat: Automated regeneration of reseller v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 2, 2020
1 parent 329fedd commit 86cdf68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions generated/google/apis/reseller_v1.rb
Expand Up @@ -18,15 +18,15 @@

module Google
module Apis
# Enterprise Apps Reseller API
# Google Workspace Reseller API
#
# Perform common functions that are available on the Google Apps Reseller
# Console at scale like placing orders and viewing customer information
# Perform common functions that are available on the Channel Services console at
# scale, like placing orders and viewing customer information
#
# @see https://developers.google.com/google-apps/reseller/
module ResellerV1
VERSION = 'V1'
REVISION = '20200911'
REVISION = '20201129'

# Manage users on your domain
AUTH_APPS_ORDER = 'https://www.googleapis.com/auth/apps.order'
Expand Down
10 changes: 5 additions & 5 deletions generated/google/apis/reseller_v1/service.rb
Expand Up @@ -20,10 +20,10 @@
module Google
module Apis
module ResellerV1
# Enterprise Apps Reseller API
# Google Workspace Reseller API
#
# Perform common functions that are available on the Google Apps Reseller
# Console at scale like placing orders and viewing customer information
# Perform common functions that are available on the Channel Services console at
# scale, like placing orders and viewing customer information
#
# @example
# require 'google/apis/reseller_v1'
Expand All @@ -44,8 +44,8 @@ class ResellerService < Google::Apis::Core::BaseService
attr_accessor :quota_user

def initialize
super('https://www.googleapis.com/', '')
@batch_path = 'batch/reseller/v1'
super('https://reseller.googleapis.com/', '')
@batch_path = 'batch'
end

# Get a customer account.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/reseller_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "329feddce6c7f2e636ecc37079fc7137593511d3"
}
}
]
Expand Down

0 comments on commit 86cdf68

Please sign in to comment.