class documentation
class LifecycleExpiration(pb_classes.Message): (source)
Constructor: LifecycleExpiration(initial_message, date, days, expired_object_delete_marker)
Undocumented
Class | __ |
Undocumented |
Class | __ |
Undocumented |
Class | __ |
Undocumented |
Method | __dir__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | date |
Undocumented |
Method | days |
Undocumented |
Method | expired |
Undocumented |
Constant | __PB2 |
Undocumented |
Constant | __PY |
Undocumented |
Class Variable | __mask |
Undocumented |
Property | date |
Indicates at what date the object will be deleted. The time is always midnight UTC. |
Property | days |
Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer. |
Property | expired |
Indicates whether the system will remove a "delete marker" with no noncurrent versions. If set to true, the "delete marker" will be permanently removed. If set to false the policy takes no action. This cannot be specified with Days or Date in a LifecycleExpiration Policy. |
Property | expired |
Undocumented |
Inherited from Message
:
Class Method | get |
Undocumented |
Class Method | is |
Undocumented |
Class Method | is |
Undocumented |
Method | __repr__ |
Undocumented |
Method | check |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | is |
Undocumented |
Method | set |
Undocumented |
Method | which |
Undocumented |
Class Variable | __PB2 |
Undocumented |
Instance Variable | __pb2 |
Undocumented |
Method | _clear |
Undocumented |
Method | _get |
Undocumented |
Method | _set |
Undocumented |
Class Variable | __credentials |
Undocumented |
Class Variable | __default |
Undocumented |
Class Variable | __sensitive |
Undocumented |
Instance Variable | __recorded |
Undocumented |
def __init__(self, initial_message:
message_1.Message | None
= None, *, date: timestamp_pb2.Timestamp | datetime.datetime | None | unset.UnsetType
= unset.Unset, days: builtins.int | None | unset.UnsetType
= unset.Unset, expired_object_delete_marker: builtins.bool | None | unset.UnsetType
= unset.Unset):
(source)
¶
Undocumented
@expired_object_delete_marker.setter
def expired_object_delete_marker(self, value:
def expired_object_delete_marker(self, value:
builtins.bool | None
):
(source)
¶
Undocumented
Undocumented
Value |
|
Undocumented
Value |
|
Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.
Indicates whether the system will remove a "delete marker" with no noncurrent versions. If set to true, the "delete marker" will be permanently removed. If set to false the policy takes no action. This cannot be specified with Days or Date in a LifecycleExpiration Policy.
@builtins.property
expired_with:
expired_with:
__OneOfClass_expired_with_date__ | __OneOfClass_expired_with_days__ | None
=
(source)
¶
Undocumented