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