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