Package com.google.cloud.compute.v1
Interface PacketIntervalsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PacketIntervals,PacketIntervals.Builder
public interface PacketIntervalsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAvgMs()Average observed inter-packet interval in milliseconds.StringgetDuration()From how long ago in the past these intervals were observed.com.google.protobuf.ByteStringgetDurationBytes()From how long ago in the past these intervals were observed.longgetMaxMs()Maximum observed inter-packet interval in milliseconds.longgetMinMs()Minimum observed inter-packet interval in milliseconds.longgetNumIntervals()Number of inter-packet intervals from which these statistics were derived.StringgetType()The type of packets for which inter-packet intervals were computed.com.google.protobuf.ByteStringgetTypeBytes()The type of packets for which inter-packet intervals were computed.booleanhasAvgMs()Average observed inter-packet interval in milliseconds.booleanhasDuration()From how long ago in the past these intervals were observed.booleanhasMaxMs()Maximum observed inter-packet interval in milliseconds.booleanhasMinMs()Minimum observed inter-packet interval in milliseconds.booleanhasNumIntervals()Number of inter-packet intervals from which these statistics were derived.booleanhasType()The type of packets for which inter-packet intervals were computed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAvgMs
boolean hasAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;- Returns:
- Whether the avgMs field is set.
-
getAvgMs
long getAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;- Returns:
- The avgMs.
-
hasDuration
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;- Returns:
- Whether the duration field is set.
-
getDuration
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;- Returns:
- The duration.
-
getDurationBytes
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;- Returns:
- The bytes for duration.
-
hasMaxMs
boolean hasMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;- Returns:
- Whether the maxMs field is set.
-
getMaxMs
long getMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;- Returns:
- The maxMs.
-
hasMinMs
boolean hasMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;- Returns:
- Whether the minMs field is set.
-
getMinMs
long getMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;- Returns:
- The minMs.
-
hasNumIntervals
boolean hasNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;- Returns:
- Whether the numIntervals field is set.
-
getNumIntervals
long getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;- Returns:
- The numIntervals.
-
hasType
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;- Returns:
- Whether the type field is set.
-
getType
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;- Returns:
- The type.
-
getTypeBytes
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;- Returns:
- The bytes for type.
-
-