Lines Matching defs:Duration
12 * A Duration represents a signed, fixed-length span of time represented
16 * two Timestamp values is a Duration and it can be added or subtracted
19 * Example 1: Compute Duration from two Timestamps in pseudo code.
22 * Duration duration = ...;
32 * Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
34 * Duration duration = ...;
45 * Example 3: Compute Duration from datetime.timedelta in Python.
47 * duration = Duration()
50 * In JSON format, the Duration type is encoded as a string rather than an
58 * Generated from protobuf message <code>google.protobuf.Duration</code>
60 class Duration extends \Google\Protobuf\Internal\Message
102 \GPBMetadata\Google\Protobuf\Duration::initOnce();