Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of reseller v1 client #1608

Merged
merged 1 commit into from Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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