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

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
Name Description
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
Type Description
int

setPercent

Percentage of samples this data point applies to.

Parameter
Name Description
var int
Returns
Type Description
$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
Type Description
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
Name Description
var int|string
Returns
Type Description
$this