generated/google/apis/storage_v1/classes.rb in google-api-client-0.45.1 vs generated/google/apis/storage_v1/classes.rb in google-api-client-0.46.0
- old
+ new
@@ -195,17 +195,10 @@
# response.
# Corresponds to the JSON property `zoneAffinity`
# @return [Array<String>]
attr_accessor :zone_affinity
- # If set, objects placed in this bucket are required to be separated by disaster
- # domain.
- # Corresponds to the JSON property `zoneSeparation`
- # @return [Boolean]
- attr_accessor :zone_separation
- alias_method :zone_separation?, :zone_separation
-
def initialize(**args)
update!(**args)
end
# Update properties of this object
@@ -235,11 +228,10 @@
@time_created = args[:time_created] if args.key?(:time_created)
@updated = args[:updated] if args.key?(:updated)
@versioning = args[:versioning] if args.key?(:versioning)
@website = args[:website] if args.key?(:website)
@zone_affinity = args[:zone_affinity] if args.key?(:zone_affinity)
- @zone_separation = args[:zone_separation] if args.key?(:zone_separation)
end
# The bucket's billing configuration.
class Billing
include Google::Apis::Core::Hashable
@@ -1444,11 +1436,11 @@
# The kind of item this is. For objects, this is always storage#object.
# Corresponds to the JSON property `kind`
# @return [String]
attr_accessor :kind
- # Cloud KMS Key used to encrypt this object, if the object is encrypted by such
- # a key.
+ # Not currently supported. Specifying the parameter causes the request to fail
+ # with status code 400 - Bad Request.
# Corresponds to the JSON property `kmsKeyName`
# @return [String]
attr_accessor :kms_key_name
# MD5 hash of the data; encoded using base64. For more information about using