com.google.protobuf

duration

package duration

Visibility
  1. Public
  2. All

Type Members

  1. final case class Duration(seconds: Long = 0L, nanos: Int = 0) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Duration] with Updatable[Duration] with Product with Serializable

    A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.

Value Members

  1. object Duration extends GeneratedMessageCompanion[Duration] with Serializable

  2. object DurationProto extends GeneratedFileObject

Ungrouped