Class BfdPacket

  • All Implemented Interfaces:
    BfdPacketOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class BfdPacket
    extends com.google.protobuf.GeneratedMessageV3
    implements BfdPacketOrBuilder
     
    Protobuf type google.cloud.compute.v1.BfdPacket
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BfdPacket.Builder
      static class  BfdPacket.Diagnostic
      The diagnostic code specifies the local system's reason for the last change in session state.
      static class  BfdPacket.State
      The current BFD session state as seen by the transmitting system.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      boolean getAuthenticationPresent()
      The Authentication Present bit of the BFD packet.
      boolean getControlPlaneIndependent()
      The Control Plane Independent bit of the BFD packet.
      static BfdPacket getDefaultInstance()  
      BfdPacket getDefaultInstanceForType()  
      boolean getDemand()
      The demand bit of the BFD packet.
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      String getDiagnostic()
      The diagnostic code specifies the local system's reason for the last change in session state.
      com.google.protobuf.ByteString getDiagnosticBytes()
      The diagnostic code specifies the local system's reason for the last change in session state.
      boolean getFinal()
      The Final bit of the BFD packet.
      int getLength()
      The length of the BFD Control packet in bytes.
      int getMinEchoRxIntervalMs()
      The Required Min Echo RX Interval value in the BFD packet.
      int getMinRxIntervalMs()
      The Required Min RX Interval value in the BFD packet.
      int getMinTxIntervalMs()
      The Desired Min TX Interval value in the BFD packet.
      int getMultiplier()
      The detection time multiplier of the BFD packet.
      boolean getMultipoint()
      The multipoint bit of the BFD packet.
      int getMyDiscriminator()
      The My Discriminator value in the BFD packet.
      com.google.protobuf.Parser<BfdPacket> getParserForType()  
      boolean getPoll()
      The Poll bit of the BFD packet.
      int getSerializedSize()  
      String getState()
      The current BFD session state as seen by the transmitting system.
      com.google.protobuf.ByteString getStateBytes()
      The current BFD session state as seen by the transmitting system.
      int getVersion()
      The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
      int getYourDiscriminator()
      The Your Discriminator value in the BFD packet.
      boolean hasAuthenticationPresent()
      The Authentication Present bit of the BFD packet.
      boolean hasControlPlaneIndependent()
      The Control Plane Independent bit of the BFD packet.
      boolean hasDemand()
      The demand bit of the BFD packet.
      boolean hasDiagnostic()
      The diagnostic code specifies the local system's reason for the last change in session state.
      boolean hasFinal()
      The Final bit of the BFD packet.
      int hashCode()  
      boolean hasLength()
      The length of the BFD Control packet in bytes.
      boolean hasMinEchoRxIntervalMs()
      The Required Min Echo RX Interval value in the BFD packet.
      boolean hasMinRxIntervalMs()
      The Required Min RX Interval value in the BFD packet.
      boolean hasMinTxIntervalMs()
      The Desired Min TX Interval value in the BFD packet.
      boolean hasMultiplier()
      The detection time multiplier of the BFD packet.
      boolean hasMultipoint()
      The multipoint bit of the BFD packet.
      boolean hasMyDiscriminator()
      The My Discriminator value in the BFD packet.
      boolean hasPoll()
      The Poll bit of the BFD packet.
      boolean hasState()
      The current BFD session state as seen by the transmitting system.
      boolean hasVersion()
      The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
      boolean hasYourDiscriminator()
      The Your Discriminator value in the BFD packet.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static BfdPacket.Builder newBuilder()  
      static BfdPacket.Builder newBuilder​(BfdPacket prototype)  
      BfdPacket.Builder newBuilderForType()  
      protected BfdPacket.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static BfdPacket parseDelimitedFrom​(InputStream input)  
      static BfdPacket parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BfdPacket parseFrom​(byte[] data)  
      static BfdPacket parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BfdPacket parseFrom​(com.google.protobuf.ByteString data)  
      static BfdPacket parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BfdPacket parseFrom​(com.google.protobuf.CodedInputStream input)  
      static BfdPacket parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BfdPacket parseFrom​(InputStream input)  
      static BfdPacket parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BfdPacket parseFrom​(ByteBuffer data)  
      static BfdPacket parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<BfdPacket> parser()  
      BfdPacket.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Field Detail

      • AUTHENTICATION_PRESENT_FIELD_NUMBER

        public static final int AUTHENTICATION_PRESENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CONTROL_PLANE_INDEPENDENT_FIELD_NUMBER

        public static final int CONTROL_PLANE_INDEPENDENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DIAGNOSTIC_FIELD_NUMBER

        public static final int DIAGNOSTIC_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MIN_ECHO_RX_INTERVAL_MS_FIELD_NUMBER

        public static final int MIN_ECHO_RX_INTERVAL_MS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MIN_RX_INTERVAL_MS_FIELD_NUMBER

        public static final int MIN_RX_INTERVAL_MS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MIN_TX_INTERVAL_MS_FIELD_NUMBER

        public static final int MIN_TX_INTERVAL_MS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MULTIPLIER_FIELD_NUMBER

        public static final int MULTIPLIER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MULTIPOINT_FIELD_NUMBER

        public static final int MULTIPOINT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MY_DISCRIMINATOR_FIELD_NUMBER

        public static final int MY_DISCRIMINATOR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • YOUR_DISCRIMINATOR_FIELD_NUMBER

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

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasAuthenticationPresent

        public boolean hasAuthenticationPresent()
         The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool authentication_present = 105974260;
        Specified by:
        hasAuthenticationPresent in interface BfdPacketOrBuilder
        Returns:
        Whether the authenticationPresent field is set.
      • getAuthenticationPresent

        public boolean getAuthenticationPresent()
         The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool authentication_present = 105974260;
        Specified by:
        getAuthenticationPresent in interface BfdPacketOrBuilder
        Returns:
        The authenticationPresent.
      • hasControlPlaneIndependent

        public boolean hasControlPlaneIndependent()
         The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool control_plane_independent = 62363573;
        Specified by:
        hasControlPlaneIndependent in interface BfdPacketOrBuilder
        Returns:
        Whether the controlPlaneIndependent field is set.
      • getControlPlaneIndependent

        public boolean getControlPlaneIndependent()
         The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool control_plane_independent = 62363573;
        Specified by:
        getControlPlaneIndependent in interface BfdPacketOrBuilder
        Returns:
        The controlPlaneIndependent.
      • hasDemand

        public boolean hasDemand()
         The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool demand = 275180107;
        Specified by:
        hasDemand in interface BfdPacketOrBuilder
        Returns:
        Whether the demand field is set.
      • getDemand

        public boolean getDemand()
         The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool demand = 275180107;
        Specified by:
        getDemand in interface BfdPacketOrBuilder
        Returns:
        The demand.
      • hasDiagnostic

        public boolean hasDiagnostic()
         The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880
         Check the Diagnostic enum for the list of possible values.
         
        optional string diagnostic = 62708647;
        Specified by:
        hasDiagnostic in interface BfdPacketOrBuilder
        Returns:
        Whether the diagnostic field is set.
      • getDiagnostic

        public String getDiagnostic()
         The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880
         Check the Diagnostic enum for the list of possible values.
         
        optional string diagnostic = 62708647;
        Specified by:
        getDiagnostic in interface BfdPacketOrBuilder
        Returns:
        The diagnostic.
      • getDiagnosticBytes

        public com.google.protobuf.ByteString getDiagnosticBytes()
         The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880
         Check the Diagnostic enum for the list of possible values.
         
        optional string diagnostic = 62708647;
        Specified by:
        getDiagnosticBytes in interface BfdPacketOrBuilder
        Returns:
        The bytes for diagnostic.
      • hasFinal

        public boolean hasFinal()
         The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool final = 97436022;
        Specified by:
        hasFinal in interface BfdPacketOrBuilder
        Returns:
        Whether the final field is set.
      • getFinal

        public boolean getFinal()
         The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool final = 97436022;
        Specified by:
        getFinal in interface BfdPacketOrBuilder
        Returns:
        The final.
      • hasLength

        public boolean hasLength()
         The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880
         
        optional uint32 length = 504249062;
        Specified by:
        hasLength in interface BfdPacketOrBuilder
        Returns:
        Whether the length field is set.
      • getLength

        public int getLength()
         The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880
         
        optional uint32 length = 504249062;
        Specified by:
        getLength in interface BfdPacketOrBuilder
        Returns:
        The length.
      • hasMinEchoRxIntervalMs

        public boolean hasMinEchoRxIntervalMs()
         The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_echo_rx_interval_ms = 97286868;
        Specified by:
        hasMinEchoRxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        Whether the minEchoRxIntervalMs field is set.
      • getMinEchoRxIntervalMs

        public int getMinEchoRxIntervalMs()
         The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_echo_rx_interval_ms = 97286868;
        Specified by:
        getMinEchoRxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        The minEchoRxIntervalMs.
      • hasMinRxIntervalMs

        public boolean hasMinRxIntervalMs()
         The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_rx_interval_ms = 463399028;
        Specified by:
        hasMinRxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        Whether the minRxIntervalMs field is set.
      • getMinRxIntervalMs

        public int getMinRxIntervalMs()
         The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_rx_interval_ms = 463399028;
        Specified by:
        getMinRxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        The minRxIntervalMs.
      • hasMinTxIntervalMs

        public boolean hasMinTxIntervalMs()
         The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_tx_interval_ms = 526023602;
        Specified by:
        hasMinTxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        Whether the minTxIntervalMs field is set.
      • getMinTxIntervalMs

        public int getMinTxIntervalMs()
         The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 min_tx_interval_ms = 526023602;
        Specified by:
        getMinTxIntervalMs in interface BfdPacketOrBuilder
        Returns:
        The minTxIntervalMs.
      • hasMultiplier

        public boolean hasMultiplier()
         The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 multiplier = 191331777;
        Specified by:
        hasMultiplier in interface BfdPacketOrBuilder
        Returns:
        Whether the multiplier field is set.
      • getMultiplier

        public int getMultiplier()
         The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 multiplier = 191331777;
        Specified by:
        getMultiplier in interface BfdPacketOrBuilder
        Returns:
        The multiplier.
      • hasMultipoint

        public boolean hasMultipoint()
         The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool multipoint = 191421431;
        Specified by:
        hasMultipoint in interface BfdPacketOrBuilder
        Returns:
        Whether the multipoint field is set.
      • getMultipoint

        public boolean getMultipoint()
         The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool multipoint = 191421431;
        Specified by:
        getMultipoint in interface BfdPacketOrBuilder
        Returns:
        The multipoint.
      • hasMyDiscriminator

        public boolean hasMyDiscriminator()
         The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 my_discriminator = 76663113;
        Specified by:
        hasMyDiscriminator in interface BfdPacketOrBuilder
        Returns:
        Whether the myDiscriminator field is set.
      • getMyDiscriminator

        public int getMyDiscriminator()
         The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 my_discriminator = 76663113;
        Specified by:
        getMyDiscriminator in interface BfdPacketOrBuilder
        Returns:
        The myDiscriminator.
      • hasPoll

        public boolean hasPoll()
         The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool poll = 3446719;
        Specified by:
        hasPoll in interface BfdPacketOrBuilder
        Returns:
        Whether the poll field is set.
      • getPoll

        public boolean getPoll()
         The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional bool poll = 3446719;
        Specified by:
        getPoll in interface BfdPacketOrBuilder
        Returns:
        The poll.
      • hasState

        public boolean hasState()
         The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        hasState in interface BfdPacketOrBuilder
        Returns:
        Whether the state field is set.
      • getState

        public String getState()
         The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getState in interface BfdPacketOrBuilder
        Returns:
        The state.
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getStateBytes in interface BfdPacketOrBuilder
        Returns:
        The bytes for state.
      • hasVersion

        public boolean hasVersion()
         The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
         
        optional uint32 version = 351608024;
        Specified by:
        hasVersion in interface BfdPacketOrBuilder
        Returns:
        Whether the version field is set.
      • getVersion

        public int getVersion()
         The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
         
        optional uint32 version = 351608024;
        Specified by:
        getVersion in interface BfdPacketOrBuilder
        Returns:
        The version.
      • hasYourDiscriminator

        public boolean hasYourDiscriminator()
         The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 your_discriminator = 515634064;
        Specified by:
        hasYourDiscriminator in interface BfdPacketOrBuilder
        Returns:
        Whether the yourDiscriminator field is set.
      • getYourDiscriminator

        public int getYourDiscriminator()
         The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
         
        optional uint32 your_discriminator = 515634064;
        Specified by:
        getYourDiscriminator in interface BfdPacketOrBuilder
        Returns:
        The yourDiscriminator.
      • isInitialized

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

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

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

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static BfdPacket parseFrom​(ByteBuffer data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BfdPacket parseFrom​(ByteBuffer data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

        protected BfdPacket.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static BfdPacket getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<BfdPacket> parser()
      • getParserForType

        public com.google.protobuf.Parser<BfdPacket> 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.GeneratedMessageV3
      • getDefaultInstanceForType

        public BfdPacket getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder