Exponential

com.google.api.distribution.Distribution$.BucketOptions$.Exponential
See theExponential companion object
final case class Exponential(numFiniteBuckets: Int, growthFactor: Double, scale: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Exponential]

Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.

There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:

Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).

Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)).

Attributes

growthFactor

Must be greater than 1.

numFiniteBuckets

Must be greater than 0.

scale

Must be greater than 0.

Companion:
object
Source:
Distribution.scala
Graph
Supertypes
trait Updatable[Exponential]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Distribution.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source:
Distribution.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source:
Distribution.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
Distribution.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns:

human-readable representation of this message.

Source:
Distribution.scala

Attributes

Source:
Distribution.scala
def withUnknownFields(`__v`: UnknownFieldSet): Exponential

Attributes

Source:
Distribution.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source:
Distribution.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[Exponential, Exponential] => () => Exponential*): A

Attributes

Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala