Re-exports
pub use client::Client;
pub use common::Error;
pub use common::Payload;
pub use common::Record;
pub use common::Result;
pub use common::ShardId;
pub use common::StreamShardOffset;
pub use common::Subscription;
Modules
Structs
ListValue
is a wrapper around a repeated field of values.Struct
represents a structured data value, consisting of fields
which map to dynamically typed values. In some languages, Struct
might be supported by a native representation. For example, in
scripting languages like JS a struct is represented as an
object. The details of that representation are described together
with the proto support for the language.A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution. The count is relative to an epoch at UTC midnight on
January 1, 1970, in the proleptic Gregorian calendar which extends the
Gregorian calendar backwards to year one.