public static interface InterconnectDiagnostics.PacketCountsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getInboundDiscards()
The number of inbound packets that were chosen to be discarded even
though no errors had been detected to prevent their being deliverable.
|
long |
getInboundErrors()
The number of inbound packets that contained errors.
|
long |
getInboundUnicast()
The number of packets that are delivered.
|
long |
getOutboundDiscards()
The number of outbound packets that were chosen to be discarded even
though no errors had been detected to prevent their being transmitted.
|
long |
getOutboundErrors()
The number of outbound packets that could not be transmitted because of
errors.
|
long |
getOutboundUnicast()
The total number of packets that are requested be transmitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getInboundUnicast()
The number of packets that are delivered.
int64 inbound_unicast = 1;long getInboundErrors()
The number of inbound packets that contained errors.
int64 inbound_errors = 2;long getInboundDiscards()
The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable.
int64 inbound_discards = 3;long getOutboundUnicast()
The total number of packets that are requested be transmitted.
int64 outbound_unicast = 4;long getOutboundErrors()
The number of outbound packets that could not be transmitted because of errors.
int64 outbound_errors = 5;long getOutboundDiscards()
The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
int64 outbound_discards = 6;Copyright © 2025 Google LLC. All rights reserved.