public interface PacketIntervalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgMs()
Average observed inter-packet interval in milliseconds.
|
String |
getDuration()
From how long ago in the past these intervals were observed.
|
com.google.protobuf.ByteString |
getDurationBytes()
From how long ago in the past these intervals were observed.
|
long |
getMaxMs()
Maximum observed inter-packet interval in milliseconds.
|
long |
getMinMs()
Minimum observed inter-packet interval in milliseconds.
|
long |
getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
|
String |
getType()
The type of packets for which inter-packet intervals were computed.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of packets for which inter-packet intervals were computed.
|
boolean |
hasAvgMs()
Average observed inter-packet interval in milliseconds.
|
boolean |
hasDuration()
From how long ago in the past these intervals were observed.
|
boolean |
hasMaxMs()
Maximum observed inter-packet interval in milliseconds.
|
boolean |
hasMinMs()
Minimum observed inter-packet interval in milliseconds.
|
boolean |
hasNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
|
boolean |
hasType()
The type of packets for which inter-packet intervals were computed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;long getAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;boolean hasDuration()
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.
optional string duration = 155471252;String getDuration()
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.
optional string duration = 155471252;com.google.protobuf.ByteString getDurationBytes()
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.
optional string duration = 155471252;boolean hasMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;long getMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;boolean hasMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;long getMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;boolean hasNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;long getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;boolean hasType()
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.