Autogenerated update (2018-01-07)
Update: - storage_v1beta2
This commit is contained in:
parent
35284eed26
commit
92354ab3f4
|
@ -50,7 +50,7 @@ module Google
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super('https://www.googleapis.com/', 'plusDomains/v1/')
|
super('https://www.googleapis.com/', 'plusDomains/v1/')
|
||||||
@batch_path = 'batch'
|
@batch_path = 'batch/plusDomains/v1'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Get an activity.
|
# Get an activity.
|
||||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super('https://www.googleapis.com/', 'plus/v1/')
|
super('https://www.googleapis.com/', 'plus/v1/')
|
||||||
@batch_path = 'batch'
|
@batch_path = 'batch/plus/v1'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Get an activity.
|
# Get an activity.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/storage/docs/json_api/
|
# @see https://developers.google.com/storage/docs/json_api/
|
||||||
module StorageV1beta2
|
module StorageV1beta2
|
||||||
VERSION = 'V1beta2'
|
VERSION = 'V1beta2'
|
||||||
REVISION = '20170830'
|
REVISION = '20171212'
|
||||||
|
|
||||||
# Manage your data and permissions in Google Cloud Storage
|
# Manage your data and permissions in Google Cloud Storage
|
||||||
AUTH_DEVSTORAGE_FULL_CONTROL = 'https://www.googleapis.com/auth/devstorage.full_control'
|
AUTH_DEVSTORAGE_FULL_CONTROL = 'https://www.googleapis.com/auth/devstorage.full_control'
|
||||||
|
|
|
@ -50,7 +50,7 @@ module Google
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super('https://www.googleapis.com/', 'storage/v1beta2/')
|
super('https://www.googleapis.com/', 'storage/v1beta2/')
|
||||||
@batch_path = 'batch'
|
@batch_path = 'batch/storage/v1beta2'
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue