public static final class InterconnectDiagnostics.PacketCounts extends com.google.protobuf.GeneratedMessageV3 implements InterconnectDiagnostics.PacketCountsOrBuilder
Containing a collection of interface-related statistics objects.Protobuf type
google.cloud.edgenetwork.v1.InterconnectDiagnostics.PacketCounts| Modifier and Type | Class and Description |
|---|---|
static class |
InterconnectDiagnostics.PacketCounts.Builder
Containing a collection of interface-related statistics objects.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
INBOUND_DISCARDS_FIELD_NUMBER |
static int |
INBOUND_ERRORS_FIELD_NUMBER |
static int |
INBOUND_UNICAST_FIELD_NUMBER |
static int |
OUTBOUND_DISCARDS_FIELD_NUMBER |
static int |
OUTBOUND_ERRORS_FIELD_NUMBER |
static int |
OUTBOUND_UNICAST_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static InterconnectDiagnostics.PacketCounts |
getDefaultInstance() |
InterconnectDiagnostics.PacketCounts |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<InterconnectDiagnostics.PacketCounts> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static InterconnectDiagnostics.PacketCounts.Builder |
newBuilder() |
static InterconnectDiagnostics.PacketCounts.Builder |
newBuilder(InterconnectDiagnostics.PacketCounts prototype) |
InterconnectDiagnostics.PacketCounts.Builder |
newBuilderForType() |
protected InterconnectDiagnostics.PacketCounts.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static InterconnectDiagnostics.PacketCounts |
parseDelimitedFrom(InputStream input) |
static InterconnectDiagnostics.PacketCounts |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(byte[] data) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(ByteBuffer data) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(com.google.protobuf.ByteString data) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(com.google.protobuf.CodedInputStream input) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(InputStream input) |
static InterconnectDiagnostics.PacketCounts |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<InterconnectDiagnostics.PacketCounts> |
parser() |
InterconnectDiagnostics.PacketCounts.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INBOUND_UNICAST_FIELD_NUMBER
public static final int INBOUND_ERRORS_FIELD_NUMBER
public static final int INBOUND_DISCARDS_FIELD_NUMBER
public static final int OUTBOUND_UNICAST_FIELD_NUMBER
public static final int OUTBOUND_ERRORS_FIELD_NUMBER
public static final int OUTBOUND_DISCARDS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getInboundUnicast()
The number of packets that are delivered.
int64 inbound_unicast = 1;getInboundUnicast in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic long getInboundErrors()
The number of inbound packets that contained errors.
int64 inbound_errors = 2;getInboundErrors in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic 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;getInboundDiscards in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic long getOutboundUnicast()
The total number of packets that are requested be transmitted.
int64 outbound_unicast = 4;getOutboundUnicast in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic long getOutboundErrors()
The number of outbound packets that could not be transmitted because of errors.
int64 outbound_errors = 5;getOutboundErrors in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic 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;getOutboundDiscards in interface InterconnectDiagnostics.PacketCountsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static InterconnectDiagnostics.PacketCounts parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(InputStream input) throws IOException
IOExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InterconnectDiagnostics.PacketCounts parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static InterconnectDiagnostics.PacketCounts parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static InterconnectDiagnostics.PacketCounts parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic InterconnectDiagnostics.PacketCounts.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static InterconnectDiagnostics.PacketCounts.Builder newBuilder()
public static InterconnectDiagnostics.PacketCounts.Builder newBuilder(InterconnectDiagnostics.PacketCounts prototype)
public InterconnectDiagnostics.PacketCounts.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected InterconnectDiagnostics.PacketCounts.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static InterconnectDiagnostics.PacketCounts getDefaultInstance()
public static com.google.protobuf.Parser<InterconnectDiagnostics.PacketCounts> parser()
public com.google.protobuf.Parser<InterconnectDiagnostics.PacketCounts> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public InterconnectDiagnostics.PacketCounts getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.