Class LspStatsOuterClass.LspStatsRecord

    • Method Detail

      • getDefaultInstanceForType

        public LspStatsOuterClass.LspStatsRecord 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<LspStatsOuterClass.LspStatsRecord> 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
      • hasCounterName

        public boolean hasCounterName()
        required string counter_name = 3;
         Name of the counter. This is useful when an LSP has multiple counters.
         When an LSP is resignalled, it is possible that a new counter is
         created in the hardware.
         
        Specified by:
        hasCounterName in interface LspStatsOuterClass.LspStatsRecordOrBuilder
      • getCounterName

        public java.lang.String getCounterName()
        required string counter_name = 3;
         Name of the counter. This is useful when an LSP has multiple counters.
         When an LSP is resignalled, it is possible that a new counter is
         created in the hardware.
         
        Specified by:
        getCounterName in interface LspStatsOuterClass.LspStatsRecordOrBuilder
      • getCounterNameBytes

        public com.google.protobuf.ByteString getCounterNameBytes()
        required string counter_name = 3;
         Name of the counter. This is useful when an LSP has multiple counters.
         When an LSP is resignalled, it is possible that a new counter is
         created in the hardware.
         
        Specified by:
        getCounterNameBytes in interface LspStatsOuterClass.LspStatsRecordOrBuilder
      • 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 LspStatsOuterClass.LspStatsRecord parseFrom​(com.google.protobuf.ByteString data)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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