Class Port.IngressInterfaceErrors

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable, Port.IngressInterfaceErrorsOrBuilder
    Enclosing class:
    Port

    public static final class Port.IngressInterfaceErrors
    extends com.google.protobuf.GeneratedMessage
    implements Port.IngressInterfaceErrorsOrBuilder
    Protobuf type IngressInterfaceErrors
    See Also:
    Serialized Form
    • Field Detail

      • IF_IN_ERRORS_FIELD_NUMBER

        public static final int IF_IN_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_QDROPS_FIELD_NUMBER

        public static final int IF_IN_QDROPS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_FRAME_ERRORS_FIELD_NUMBER

        public static final int IF_IN_FRAME_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_DISCARDS_FIELD_NUMBER

        public static final int IF_IN_DISCARDS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_RUNTS_FIELD_NUMBER

        public static final int IF_IN_RUNTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L3_INCOMPLETES_FIELD_NUMBER

        public static final int IF_IN_L3_INCOMPLETES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L2CHAN_ERRORS_FIELD_NUMBER

        public static final int IF_IN_L2CHAN_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L2_MISMATCH_TIMEOUTS_FIELD_NUMBER

        public static final int IF_IN_L2_MISMATCH_TIMEOUTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_FIFO_ERRORS_FIELD_NUMBER

        public static final int IF_IN_FIFO_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_RESOURCE_ERRORS_FIELD_NUMBER

        public static final int IF_IN_RESOURCE_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getDefaultInstanceForType

        public Port.IngressInterfaceErrors getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessage
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
      • getParserForType

        public com.google.protobuf.Parser<Port.IngressInterfaceErrors> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessage
      • hasIfInL2ChanErrors

        public boolean hasIfInL2ChanErrors()
        optional uint64 if_in_l2chan_errors = 7;
         Counter: the number of packets for which the software could not find a valid logical interface
         
        Specified by:
        hasIfInL2ChanErrors in interface Port.IngressInterfaceErrorsOrBuilder
      • getIfInL2ChanErrors

        public long getIfInL2ChanErrors()
        optional uint64 if_in_l2chan_errors = 7;
         Counter: the number of packets for which the software could not find a valid logical interface
         
        Specified by:
        getIfInL2ChanErrors in interface Port.IngressInterfaceErrorsOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessage
      • writeReplace

        protected java.lang.Object writeReplace()
                                         throws java.io.ObjectStreamException
        Overrides:
        writeReplace in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.ObjectStreamException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.ByteString data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(byte[] data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(java.io.InputStream input)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(java.io.InputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Port.IngressInterfaceErrors parseDelimitedFrom​(java.io.InputStream input)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Port.IngressInterfaceErrors parseDelimitedFrom​(java.io.InputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.CodedInputStream input)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Port.IngressInterfaceErrors.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Port.IngressInterfaceErrors.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Port.IngressInterfaceErrors.Builder newBuilderForType​(com.google.protobuf.GeneratedMessage.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessage