Class TimestampValue (0.1.0)

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

Timestamp value type.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
timestamp_value google.protobuf.timestamp_pb2.Timestamp
Timestamp value This field is a member of oneof_ value.
text_value str
The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z". This field is a member of oneof_ value.

Inheritance

builtins.object > proto.message.Message > TimestampValue