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