Package com.google.cloud.compute.v1
Class BfdStatus
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.BfdStatus
-
- All Implemented Interfaces:
BfdStatusOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class BfdStatus extends com.google.protobuf.GeneratedMessageV3 implements BfdStatusOrBuilder
Next free: 15
Protobuf typegoogle.cloud.compute.v1.BfdStatus
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BfdStatus.BfdSessionInitializationMode
The BFD session initialization mode for this BGP peer.static class
BfdStatus.Builder
Next free: 15static class
BfdStatus.LocalDiagnostic
The diagnostic code specifies the local system's reason for the last change in session state.static class
BfdStatus.LocalState
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
BFD_SESSION_INITIALIZATION_MODE_FIELD_NUMBER
static int
CONFIG_UPDATE_TIMESTAMP_MICROS_FIELD_NUMBER
static int
CONTROL_PACKET_COUNTS_FIELD_NUMBER
static int
CONTROL_PACKET_INTERVALS_FIELD_NUMBER
static int
LOCAL_DIAGNOSTIC_FIELD_NUMBER
static int
LOCAL_STATE_FIELD_NUMBER
static int
NEGOTIATED_LOCAL_CONTROL_TX_INTERVAL_MS_FIELD_NUMBER
static int
RX_PACKET_FIELD_NUMBER
static int
TX_PACKET_FIELD_NUMBER
static int
UPTIME_MS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer.com.google.protobuf.ByteString
getBfdSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer.long
getConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.BfdStatusPacketCounts
getControlPacketCounts()
Control packet counts for the current BFD session.BfdStatusPacketCountsOrBuilder
getControlPacketCountsOrBuilder()
Control packet counts for the current BFD session.PacketIntervals
getControlPacketIntervals(int index)
Inter-packet time interval statistics for control packets.int
getControlPacketIntervalsCount()
Inter-packet time interval statistics for control packets.List<PacketIntervals>
getControlPacketIntervalsList()
Inter-packet time interval statistics for control packets.PacketIntervalsOrBuilder
getControlPacketIntervalsOrBuilder(int index)
Inter-packet time interval statistics for control packets.List<? extends PacketIntervalsOrBuilder>
getControlPacketIntervalsOrBuilderList()
Inter-packet time interval statistics for control packets.static BfdStatus
getDefaultInstance()
BfdStatus
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getLocalDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.com.google.protobuf.ByteString
getLocalDiagnosticBytes()
The diagnostic code specifies the local system's reason for the last change in session state.String
getLocalState()
The current BFD session state as seen by the transmitting system.com.google.protobuf.ByteString
getLocalStateBytes()
The current BFD session state as seen by the transmitting system.int
getNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.com.google.protobuf.Parser<BfdStatus>
getParserForType()
BfdPacket
getRxPacket()
The most recent Rx control packet for this BFD session.BfdPacketOrBuilder
getRxPacketOrBuilder()
The most recent Rx control packet for this BFD session.int
getSerializedSize()
BfdPacket
getTxPacket()
The most recent Tx control packet for this BFD session.BfdPacketOrBuilder
getTxPacketOrBuilder()
The most recent Tx control packet for this BFD session.long
getUptimeMs()
Session uptime in milliseconds.boolean
hasBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer.boolean
hasConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.boolean
hasControlPacketCounts()
Control packet counts for the current BFD session.int
hashCode()
boolean
hasLocalDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.boolean
hasLocalState()
The current BFD session state as seen by the transmitting system.boolean
hasNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.boolean
hasRxPacket()
The most recent Rx control packet for this BFD session.boolean
hasTxPacket()
The most recent Tx control packet for this BFD session.boolean
hasUptimeMs()
Session uptime in milliseconds.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static BfdStatus.Builder
newBuilder()
static BfdStatus.Builder
newBuilder(BfdStatus prototype)
BfdStatus.Builder
newBuilderForType()
protected BfdStatus.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static BfdStatus
parseDelimitedFrom(InputStream input)
static BfdStatus
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BfdStatus
parseFrom(byte[] data)
static BfdStatus
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BfdStatus
parseFrom(com.google.protobuf.ByteString data)
static BfdStatus
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BfdStatus
parseFrom(com.google.protobuf.CodedInputStream input)
static BfdStatus
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BfdStatus
parseFrom(InputStream input)
static BfdStatus
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BfdStatus
parseFrom(ByteBuffer data)
static BfdStatus
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<BfdStatus>
parser()
BfdStatus.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
-
BFD_SESSION_INITIALIZATION_MODE_FIELD_NUMBER
public static final int BFD_SESSION_INITIALIZATION_MODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_UPDATE_TIMESTAMP_MICROS_FIELD_NUMBER
public static final int CONFIG_UPDATE_TIMESTAMP_MICROS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTROL_PACKET_COUNTS_FIELD_NUMBER
public static final int CONTROL_PACKET_COUNTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTROL_PACKET_INTERVALS_FIELD_NUMBER
public static final int CONTROL_PACKET_INTERVALS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCAL_DIAGNOSTIC_FIELD_NUMBER
public static final int LOCAL_DIAGNOSTIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCAL_STATE_FIELD_NUMBER
public static final int LOCAL_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEGOTIATED_LOCAL_CONTROL_TX_INTERVAL_MS_FIELD_NUMBER
public static final int NEGOTIATED_LOCAL_CONTROL_TX_INTERVAL_MS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RX_PACKET_FIELD_NUMBER
public static final int RX_PACKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TX_PACKET_FIELD_NUMBER
public static final int TX_PACKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPTIME_MS_FIELD_NUMBER
public static final int UPTIME_MS_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
-
hasBfdSessionInitializationMode
public boolean hasBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;
- Specified by:
hasBfdSessionInitializationMode
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the bfdSessionInitializationMode field is set.
-
getBfdSessionInitializationMode
public String getBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;
- Specified by:
getBfdSessionInitializationMode
in interfaceBfdStatusOrBuilder
- Returns:
- The bfdSessionInitializationMode.
-
getBfdSessionInitializationModeBytes
public com.google.protobuf.ByteString getBfdSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;
- Specified by:
getBfdSessionInitializationModeBytes
in interfaceBfdStatusOrBuilder
- Returns:
- The bytes for bfdSessionInitializationMode.
-
hasConfigUpdateTimestampMicros
public boolean hasConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;
- Specified by:
hasConfigUpdateTimestampMicros
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the configUpdateTimestampMicros field is set.
-
getConfigUpdateTimestampMicros
public long getConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;
- Specified by:
getConfigUpdateTimestampMicros
in interfaceBfdStatusOrBuilder
- Returns:
- The configUpdateTimestampMicros.
-
hasControlPacketCounts
public boolean hasControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
- Specified by:
hasControlPacketCounts
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the controlPacketCounts field is set.
-
getControlPacketCounts
public BfdStatusPacketCounts getControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
- Specified by:
getControlPacketCounts
in interfaceBfdStatusOrBuilder
- Returns:
- The controlPacketCounts.
-
getControlPacketCountsOrBuilder
public BfdStatusPacketCountsOrBuilder getControlPacketCountsOrBuilder()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
- Specified by:
getControlPacketCountsOrBuilder
in interfaceBfdStatusOrBuilder
-
getControlPacketIntervalsList
public List<PacketIntervals> getControlPacketIntervalsList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
- Specified by:
getControlPacketIntervalsList
in interfaceBfdStatusOrBuilder
-
getControlPacketIntervalsOrBuilderList
public List<? extends PacketIntervalsOrBuilder> getControlPacketIntervalsOrBuilderList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
- Specified by:
getControlPacketIntervalsOrBuilderList
in interfaceBfdStatusOrBuilder
-
getControlPacketIntervalsCount
public int getControlPacketIntervalsCount()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
- Specified by:
getControlPacketIntervalsCount
in interfaceBfdStatusOrBuilder
-
getControlPacketIntervals
public PacketIntervals getControlPacketIntervals(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
- Specified by:
getControlPacketIntervals
in interfaceBfdStatusOrBuilder
-
getControlPacketIntervalsOrBuilder
public PacketIntervalsOrBuilder getControlPacketIntervalsOrBuilder(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
- Specified by:
getControlPacketIntervalsOrBuilder
in interfaceBfdStatusOrBuilder
-
hasLocalDiagnostic
public boolean hasLocalDiagnostic()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;
- Specified by:
hasLocalDiagnostic
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the localDiagnostic field is set.
-
getLocalDiagnostic
public String getLocalDiagnostic()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;
- Specified by:
getLocalDiagnostic
in interfaceBfdStatusOrBuilder
- Returns:
- The localDiagnostic.
-
getLocalDiagnosticBytes
public com.google.protobuf.ByteString getLocalDiagnosticBytes()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;
- Specified by:
getLocalDiagnosticBytes
in interfaceBfdStatusOrBuilder
- Returns:
- The bytes for localDiagnostic.
-
hasLocalState
public boolean hasLocalState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;
- Specified by:
hasLocalState
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the localState field is set.
-
getLocalState
public String getLocalState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;
- Specified by:
getLocalState
in interfaceBfdStatusOrBuilder
- Returns:
- The localState.
-
getLocalStateBytes
public com.google.protobuf.ByteString getLocalStateBytes()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;
- Specified by:
getLocalStateBytes
in interfaceBfdStatusOrBuilder
- Returns:
- The bytes for localState.
-
hasNegotiatedLocalControlTxIntervalMs
public boolean hasNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;
- Specified by:
hasNegotiatedLocalControlTxIntervalMs
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the negotiatedLocalControlTxIntervalMs field is set.
-
getNegotiatedLocalControlTxIntervalMs
public int getNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;
- Specified by:
getNegotiatedLocalControlTxIntervalMs
in interfaceBfdStatusOrBuilder
- Returns:
- The negotiatedLocalControlTxIntervalMs.
-
hasRxPacket
public boolean hasRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
- Specified by:
hasRxPacket
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the rxPacket field is set.
-
getRxPacket
public BfdPacket getRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
- Specified by:
getRxPacket
in interfaceBfdStatusOrBuilder
- Returns:
- The rxPacket.
-
getRxPacketOrBuilder
public BfdPacketOrBuilder getRxPacketOrBuilder()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
- Specified by:
getRxPacketOrBuilder
in interfaceBfdStatusOrBuilder
-
hasTxPacket
public boolean hasTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
- Specified by:
hasTxPacket
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the txPacket field is set.
-
getTxPacket
public BfdPacket getTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
- Specified by:
getTxPacket
in interfaceBfdStatusOrBuilder
- Returns:
- The txPacket.
-
getTxPacketOrBuilder
public BfdPacketOrBuilder getTxPacketOrBuilder()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
- Specified by:
getTxPacketOrBuilder
in interfaceBfdStatusOrBuilder
-
hasUptimeMs
public boolean hasUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;
- Specified by:
hasUptimeMs
in interfaceBfdStatusOrBuilder
- Returns:
- Whether the uptimeMs field is set.
-
getUptimeMs
public long getUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;
- Specified by:
getUptimeMs
in interfaceBfdStatusOrBuilder
- Returns:
- The uptimeMs.
-
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 BfdStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BfdStatus parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BfdStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BfdStatus parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BfdStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static BfdStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BfdStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public BfdStatus.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BfdStatus.Builder newBuilder()
-
newBuilder
public static BfdStatus.Builder newBuilder(BfdStatus prototype)
-
toBuilder
public BfdStatus.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BfdStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BfdStatus getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BfdStatus> parser()
-
getParserForType
public com.google.protobuf.Parser<BfdStatus> 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 BfdStatus getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-