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 | |
---|---|
Name | Description |
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 .
|