Class ReadOnly (2.6.0)

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

Options for a transaction that can only be used to read documents.

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

Attribute

NameDescription
read_time google.protobuf.timestamp_pb2.Timestamp
Reads documents at the given time. This may not be older than 60 seconds. This field is a member of `oneof`_ ``consistency_selector``.

Inheritance

builtins.object > proto.message.Message > ReadOnly