public final class PacketIntervals extends GeneratedMessageV3 implements PacketIntervalsOrBuilder
Next free: 7
Protobuf type google.cloud.compute.v1.PacketIntervals
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AVG_MS_FIELD_NUMBER
public static final int AVG_MS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_MS_FIELD_NUMBER
public static final int MAX_MS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MIN_MS_FIELD_NUMBER
public static final int MIN_MS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NUM_INTERVALS_FIELD_NUMBER
public static final int NUM_INTERVALS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PacketIntervals getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PacketIntervals.Builder newBuilder()
newBuilder(PacketIntervals prototype)
public static PacketIntervals.Builder newBuilder(PacketIntervals prototype)
public static PacketIntervals parseDelimitedFrom(InputStream input)
public static PacketIntervals parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PacketIntervals parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PacketIntervals parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PacketIntervals parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PacketIntervals parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PacketIntervals parseFrom(CodedInputStream input)
public static PacketIntervals parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PacketIntervals parseFrom(InputStream input)
public static PacketIntervals parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PacketIntervals parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PacketIntervals parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PacketIntervals> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;
Returns |
Type |
Description |
long |
The avgMs.
|
getDefaultInstanceForType()
public PacketIntervals getDefaultInstanceForType()
getDuration()
public 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 |
Type |
Description |
String |
The duration.
|
getDurationBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for duration.
|
getMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;
Returns |
Type |
Description |
long |
The maxMs.
|
getMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;
Returns |
Type |
Description |
long |
The minMs.
|
getNumIntervals()
public long getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;
Returns |
Type |
Description |
long |
The numIntervals.
|
getParserForType()
public Parser<PacketIntervals> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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 |
Type |
Description |
String |
The type.
|
getTypeBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for type.
|
hasAvgMs()
public boolean hasAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;
Returns |
Type |
Description |
boolean |
Whether the avgMs field is set.
|
hasDuration()
public 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 |
Type |
Description |
boolean |
Whether the duration field is set.
|
hasMaxMs()
public boolean hasMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;
Returns |
Type |
Description |
boolean |
Whether the maxMs field is set.
|
hasMinMs()
public boolean hasMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;
Returns |
Type |
Description |
boolean |
Whether the minMs field is set.
|
hasNumIntervals()
public boolean hasNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
optional int64 num_intervals = 186329813;
Returns |
Type |
Description |
boolean |
Whether the numIntervals field is set.
|
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 |
Type |
Description |
boolean |
Whether the type field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PacketIntervals.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PacketIntervals.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PacketIntervals.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides