Autogenerated update (2017-09-11)
This commit is contained in:
parent
bd622a2137
commit
f3bee53000
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'analytics/v3/')
|
||||
@batch_path = 'batch/analytics/v3'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Returns Analytics data for a view (profile).
|
||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'cloudmonitoring/v2beta2/projects/')
|
||||
@batch_path = 'batch/cloudmonitoring/v2beta2'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Create a new metric.
|
||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'dns/v1/projects/')
|
||||
@batch_path = 'batch/dns/v1'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Atomically update the ResourceRecordSet collection.
|
||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', '')
|
||||
@batch_path = 'batch/oauth2/v2'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
#
|
||||
|
|
|
@ -51,7 +51,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'resourceviews/v1beta1/projects/')
|
||||
@batch_path = 'batch/resourceviews/v1beta1'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Add resources to the view.
|
||||
|
|
|
@ -51,7 +51,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'sql/v1beta4/')
|
||||
@batch_path = 'batch/sqladmin/v1beta4'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Deletes the backup taken by a backup run.
|
||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'storage/v1/')
|
||||
@batch_path = 'batch/storage/v1'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Permanently deletes the ACL entry for the specified entity on the specified
|
||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'taskqueue/v1beta2/projects/')
|
||||
@batch_path = 'batch/taskqueue/v1beta2'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Get detailed information about a TaskQueue.
|
||||
|
|
|
@ -51,7 +51,7 @@ module Google
|
|||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'youtube/v3/')
|
||||
@batch_path = 'batch/youtube/v3'
|
||||
@batch_path = 'batch'
|
||||
end
|
||||
|
||||
# Posts a bulletin for a specific channel. (The user submitting the request must
|
||||
|
|
Loading…
Reference in New Issue