generated/google/apis/storage_v1/classes.rb in google-api-client-0.30.9 vs generated/google/apis/storage_v1/classes.rb in google-api-client-0.30.10
- old
+ new
@@ -369,11 +369,11 @@
# The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled
# from true to false in RFC 3339 format. iamConfiguration.
# uniformBucketLevelAccess.enabled may be changed from true to false until the
# locked time, after which the field is immutable.
# Corresponds to the JSON property `lockedTime`
- # @return [DateTime]
+ # @return [String]
attr_accessor :locked_time
def initialize(**args)
update!(**args)
end
@@ -1792,19 +1792,25 @@
# This field is ignored on input.
# Corresponds to the JSON property `resourceId`
# @return [String]
attr_accessor :resource_id
+ # The IAM policy format version.
+ # Corresponds to the JSON property `version`
+ # @return [Fixnum]
+ attr_accessor :version
+
def initialize(**args)
update!(**args)
end
# Update properties of this object
def update!(**args)
@bindings = args[:bindings] if args.key?(:bindings)
@etag = args[:etag] if args.key?(:etag)
@kind = args[:kind] if args.key?(:kind)
@resource_id = args[:resource_id] if args.key?(:resource_id)
+ @version = args[:version] if args.key?(:version)
end
#
class Binding
include Google::Apis::Core::Hashable