Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#is_live

Defined in:
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb

#is_liveBoolean

Relevant only for versioned files. If the value is true, this condition matches live files; if the value is false, it matches archived files.

Returns:

  • (Boolean)

    the current value of is_live



437
438
439
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437

def is_live
  @is_live
end