Class: Google::Cloud::NetworkManagement::V1::LatencyDistribution
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::LatencyDistribution
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Describes measured latency distribution.
Instance Attribute Summary collapse
-
#latency_percentiles ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::LatencyPercentile>
Representative latency percentiles.
Instance Attribute Details
#latency_percentiles ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::LatencyPercentile>
Returns Representative latency percentiles.
335 336 337 338 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 335 class LatencyDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |