grpc.types.timestamp
Modules
Module grpc.types.timestamp
API
Definitions
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.
Import
import ballerina/grpc.types.timestamp;
Metadata
Released date: over 2 years ago
Version: 1.2.1
License: Apache-2.0
Compatibility
Platform: java11
Ballerina version: 2201.0.0
Pull count
Total: 46473
Current verison: 2597
Weekly downloads
Source repository
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors
Other versions
Dependencies