grpc.types.timestamp
Modules
Module grpc.types.timestamp
This module provides APIs to represent google.protobuf.Timestamp type as a stream.
google.protobuf.Timestamp
Represents a stream of timestamps.
Initialize the stream.
init (stream<anydata, Error?> anydataStream)
function next() returns record {| value Utc |}|Error?
Retrieve the next value of the stream.
function close() returns Error?
Close the stream.
Other versions