Package com.google.cloud.compute.v1
Class BfdPacket
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.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
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTHENTICATION_PRESENT_FIELD_NUMBER
static int
CONTROL_PLANE_INDEPENDENT_FIELD_NUMBER
static int
DEMAND_FIELD_NUMBER
static int
DIAGNOSTIC_FIELD_NUMBER
static int
FINAL_FIELD_NUMBER
static int
LENGTH_FIELD_NUMBER
static int
MIN_ECHO_RX_INTERVAL_MS_FIELD_NUMBER
static int
MIN_RX_INTERVAL_MS_FIELD_NUMBER
static int
MIN_TX_INTERVAL_MS_FIELD_NUMBER
static int
MULTIPLIER_FIELD_NUMBER
static int
MULTIPOINT_FIELD_NUMBER
static int
MY_DISCRIMINATOR_FIELD_NUMBER
static int
POLL_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
static int
YOUR_DISCRIMINATOR_FIELD_NUMBER
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
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
-
DEMAND_FIELD_NUMBER
public static final int DEMAND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIAGNOSTIC_FIELD_NUMBER
public static final int DIAGNOSTIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FINAL_FIELD_NUMBER
public static final int FINAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LENGTH_FIELD_NUMBER
public static final int LENGTH_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
-
POLL_FIELD_NUMBER
public static final int POLL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_FIELD_NUMBER
public static final int VERSION_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 classcom.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 classcom.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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- 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 interfaceBfdPacketOrBuilder
- Returns:
- The yourDiscriminator.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.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(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BfdPacket parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BfdPacket parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BfdPacket parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static BfdPacket parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
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 interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BfdPacket.Builder newBuilder()
-
newBuilder
public static BfdPacket.Builder newBuilder(BfdPacket prototype)
-
toBuilder
public BfdPacket.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BfdPacket.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.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 interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BfdPacket getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-