Autogenerated update (2017-09-18)
This commit is contained in:
parent
579e4c910d
commit
8f6cd3c05c
|
@ -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/', 'androidpublisher/v2/applications/')
|
super('https://www.googleapis.com/', 'androidpublisher/v2/applications/')
|
||||||
@batch_path = 'batch/androidpublisher/v2'
|
@batch_path = 'batch'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Commits/applies the changes made in this edit back to the app.
|
# Commits/applies the changes made in this edit back to the app.
|
||||||
|
|
|
@ -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/', 'compute/v1/projects/')
|
super('https://www.googleapis.com/', 'compute/v1/projects/')
|
||||||
@batch_path = 'batch/compute/v1'
|
@batch_path = 'batch'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Retrieves an aggregated list of accelerator types.
|
# Retrieves an aggregated list of accelerator types.
|
||||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super('https://www.googleapis.com/', 'deploymentmanager/v2/projects/')
|
super('https://www.googleapis.com/', 'deploymentmanager/v2/projects/')
|
||||||
@batch_path = 'batch/deploymentmanager/v2'
|
@batch_path = 'batch'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Cancels and removes the preview currently associated with the deployment.
|
# Cancels and removes the preview currently associated with the deployment.
|
||||||
|
|
|
@ -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/', '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.
|
||||||
|
|
Loading…
Reference in New Issue