ExplicitBuckets

com.google.api.distribution.Distribution.BucketOptions.Options.ExplicitBuckets
final case class ExplicitBuckets(value: Explicit) extends Options

Attributes

Source
Distribution.scala
Graph
Supertypes
trait Options
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Attributes

Source
Distribution.scala

Value members

Concrete methods

override def explicitBuckets: Option[Explicit]

Attributes

Definition Classes
Source
Distribution.scala
override def isExplicitBuckets: Boolean

Attributes

Definition Classes
Source
Distribution.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Distribution.scala

Inherited methods

Attributes

Inherited from:
Options
Source
Distribution.scala
def isDefined: Boolean

Attributes

Inherited from:
Options
Source
Distribution.scala
def isEmpty: Boolean

Attributes

Inherited from:
Options
Source
Distribution.scala
def isExponentialBuckets: Boolean

Attributes

Inherited from:
Options
Source
Distribution.scala
def isLinearBuckets: Boolean

Attributes

Inherited from:
Options
Source
Distribution.scala
def linearBuckets: Option[Linear]

Attributes

Inherited from:
Options
Source
Distribution.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala