Autogenerated update (2018-09-16)

Update:
- storage_v1
- storage_v1beta2
This commit is contained in:
Google APIs 2018-09-16 00:36:09 +00:00
parent ff14c096f5
commit 074a98545a
6 changed files with 10 additions and 10 deletions

View File

@ -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 StorageV1 module StorageV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180824' REVISION = '20180905'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -384,10 +384,10 @@ module Google
attr_accessor :is_live attr_accessor :is_live
alias_method :is_live?, :is_live alias_method :is_live?, :is_live
# A regular expression that satisfies the RE2 syntax language. This condition is # A regular expression that satisfies the RE2 syntax. This condition is
# satisfied when the name of the object matches the RE2 pattern. Note: This # satisfied when the name of the object matches the RE2 pattern. Note: This
# feature is currently in the "Early Access" launch stage and is only available # feature is currently in the "Early Access" launch stage and is only available
# to a whitelisted set of users; that means that this feature may changed in # to a whitelisted set of users; that means that this feature may be changed in
# backward-incompatible ways and that it is not guaranteed to be released. # backward-incompatible ways and that it is not guaranteed to be released.
# Corresponds to the JSON property `matchesPattern` # Corresponds to the JSON property `matchesPattern`
# @return [String] # @return [String]
@ -864,8 +864,7 @@ module Google
# @return [Fixnum] # @return [Fixnum]
attr_accessor :generation attr_accessor :generation
# The source object's name. The source object's bucket is implicitly the # The source object's name. All source objects must reside in the same bucket.
# destination bucket.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name

View File

@ -1469,7 +1469,8 @@ module Google
# Concatenates a list of existing objects into a new object in the same bucket. # Concatenates a list of existing objects into a new object in the same bucket.
# @param [String] destination_bucket # @param [String] destination_bucket
# Name of the bucket in which to store the new object. # Name of the bucket containing the source objects. The destination object is
# stored in this bucket.
# @param [String] destination_object # @param [String] destination_object
# Name of the new object. For information about how to URL encode object names # Name of the new object. For information about how to URL encode object names
# to be path safe, see Encoding URI Path Parts. # to be path safe, see Encoding URI Path Parts.

View File

@ -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 = '20180620' REVISION = '20180905'
# 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'

View File

@ -652,8 +652,7 @@ module Google
# @return [Fixnum] # @return [Fixnum]
attr_accessor :generation attr_accessor :generation
# The source object's name. The source object's bucket is implicitly the # The source object's name. All source objects must reside in the same bucket.
# destination bucket.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name

View File

@ -1064,7 +1064,8 @@ module Google
# Concatenates a list of existing objects into a new object in the same bucket. # Concatenates a list of existing objects into a new object in the same bucket.
# @param [String] destination_bucket # @param [String] destination_bucket
# Name of the bucket in which to store the new object. # Name of the bucket containing the source objects. The destination object is
# stored in this bucket.
# @param [String] destination_object # @param [String] destination_object
# Name of the new object. # Name of the new object.
# @param [Google::Apis::StorageV1beta2::ComposeRequest] compose_request_object # @param [Google::Apis::StorageV1beta2::ComposeRequest] compose_request_object