Reference documentation and code samples for the Google Cloud Network Management V1 Client class LatencyPercentile.
Latency percentile rank and value.
Generated from protobuf message google.cloud.networkmanagement.v1.LatencyPercentile
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ percent
int
Percentage of samples this data point applies to.
↳ latency_micros
int|string
percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.
getPercent
Percentage of samples this data point applies to.
int
setPercent
Percentage of samples this data point applies to.
var
int
$this
getLatencyMicros
percent-th percentile of latency observed, in microseconds.
Fraction of percent/100 of samples have latency lower or equal to the value of this field.
int|string
setLatencyMicros
percent-th percentile of latency observed, in microseconds.
Fraction of percent/100 of samples have latency lower or equal to the value of this field.
var
int|string
$this