Package com.google.cloud.compute.v1
Interface BfdStatusPacketCountsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BfdStatusPacketCounts
,BfdStatusPacketCounts.Builder
public interface BfdStatusPacketCountsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumRx()
Number of packets received since the beginning of the current BFD session.int
getNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.int
getNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.int
getNumTx()
Number of packets transmitted since the beginning of the current BFD session.boolean
hasNumRx()
Number of packets received since the beginning of the current BFD session.boolean
hasNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.boolean
hasNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.boolean
hasNumTx()
Number of packets transmitted since the beginning of the current BFD session.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNumRx
boolean hasNumRx()
Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;
- Returns:
- Whether the numRx field is set.
-
getNumRx
int getNumRx()
Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;
- Returns:
- The numRx.
-
hasNumRxRejected
boolean hasNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;
- Returns:
- Whether the numRxRejected field is set.
-
getNumRxRejected
int getNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;
- Returns:
- The numRxRejected.
-
hasNumRxSuccessful
boolean hasNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;
- Returns:
- Whether the numRxSuccessful field is set.
-
getNumRxSuccessful
int getNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;
- Returns:
- The numRxSuccessful.
-
hasNumTx
boolean hasNumTx()
Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;
- Returns:
- Whether the numTx field is set.
-
getNumTx
int getNumTx()
Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;
- Returns:
- The numTx.
-
-