Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::LatencyPercentile.
Latency percentile rank and value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#latency_micros
def latency_micros() -> ::Integer
Returns
- (::Integer) — 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.
#latency_micros=
def latency_micros=(value) -> ::Integer
Parameter
- value (::Integer) — 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
- (::Integer) — 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.
#percent
def percent() -> ::Integer
Returns
- (::Integer) — Percentage of samples this data point applies to.
#percent=
def percent=(value) -> ::Integer
Parameter
- value (::Integer) — Percentage of samples this data point applies to.
Returns
- (::Integer) — Percentage of samples this data point applies to.