Class SystemTimestamps (3.9.2)

SystemTimestamps(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Timestamps associated with this resource in a particular system.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Creation timestamp of the resource within the given system.
update_time google.protobuf.timestamp_pb2.Timestamp
Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

Inheritance

builtins.object > proto.message.Message > SystemTimestamps