o

scalapb_json

Durations

object Durations

Source
Durations.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Durations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val DURATION_SECONDS_MAX: Long
  2. val DURATION_SECONDS_MIN: Long
  3. def checkValid(duration: Duration): Unit
  4. def parseDuration(value: String): Duration
  5. def parseNanos(value: String): Int
  6. def writeDuration(duration: Duration): String