generated/google/apis/storage_v1/classes.rb in google-api-client-0.43.0 vs generated/google/apis/storage_v1/classes.rb in google-api-client-0.44.0

- old
+ new

@@ -497,14 +497,15 @@ # specified date in UTC. # Corresponds to the JSON property `createdBefore` # @return [Date] attr_accessor :created_before - # A timestamp in RFC 3339 format. This condition is satisfied when the custom - # time on an object is before this timestamp. + # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). + # This condition is satisfied when the custom time on an object is before this + # date in UTC. # Corresponds to the JSON property `customTimeBefore` - # @return [DateTime] + # @return [Date] attr_accessor :custom_time_before # Number of days elapsed since the user-specified timestamp set on an object. # The condition is satisfied if the days elapsed is at least this number. If no # custom timestamp is specified on an object, the condition does not apply. @@ -542,14 +543,14 @@ # STANDARD, and DURABLE_REDUCED_AVAILABILITY. # Corresponds to the JSON property `matchesStorageClass` # @return [Array<String>] attr_accessor :matches_storage_class - # A timestamp in RFC 3339 format. This condition is satisfied when the - # noncurrent time on an object is before this timestamp. This condition is - # relevant only for versioned objects. + # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). + # This condition is satisfied when the noncurrent time on an object is before + # this date in UTC. This condition is relevant only for versioned objects. # Corresponds to the JSON property `noncurrentTimeBefore` - # @return [DateTime] + # @return [Date] attr_accessor :noncurrent_time_before # Relevant only for versioned objects. If the value is N, this condition is # satisfied when there are at least N versions (including the live version) # newer than this version of the object.