Class ServerMetadata (0.1.0)

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

The message that represents server metadata.

Attributes

Name Description
offset int
The offset position for the packet in its stream.
ingest_time google.protobuf.timestamp_pb2.Timestamp
The timestamp at which the stream server receives this packet. This is based on the local clock of on the server side. It is guaranteed to be monotonically increasing for the packets within each session; however this timestamp is not comparable across packets sent to the same stream different sessions. Session here refers to one individual gRPC streaming request to the stream server.