Google Cloud Network Management V1 Client - Class LatencyPercentile (1.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setPercent

Percentage of samples this data point applies to.

Parameter
NameDescription
var int
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this