| Modifier and Type | Method and Description |
|---|---|
BfdPacket |
BfdPacket.Builder.build() |
BfdPacket |
BfdPacket.Builder.buildPartial() |
static BfdPacket |
BfdPacket.getDefaultInstance() |
BfdPacket |
BfdPacket.getDefaultInstanceForType() |
BfdPacket |
BfdPacket.Builder.getDefaultInstanceForType() |
BfdPacket |
BfdStatus.getRxPacket()
The most recent Rx control packet for this BFD session.
|
BfdPacket |
BfdStatus.Builder.getRxPacket()
The most recent Rx control packet for this BFD session.
|
BfdPacket |
BfdStatusOrBuilder.getRxPacket()
The most recent Rx control packet for this BFD session.
|
BfdPacket |
BfdStatus.getTxPacket()
The most recent Tx control packet for this BFD session.
|
BfdPacket |
BfdStatus.Builder.getTxPacket()
The most recent Tx control packet for this BFD session.
|
BfdPacket |
BfdStatusOrBuilder.getTxPacket()
The most recent Tx control packet for this BFD session.
|
static BfdPacket |
BfdPacket.parseDelimitedFrom(InputStream input) |
static BfdPacket |
BfdPacket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BfdPacket |
BfdPacket.parseFrom(byte[] data) |
static BfdPacket |
BfdPacket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BfdPacket |
BfdPacket.parseFrom(ByteBuffer data) |
static BfdPacket |
BfdPacket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BfdPacket |
BfdPacket.parseFrom(com.google.protobuf.ByteString data) |
static BfdPacket |
BfdPacket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BfdPacket |
BfdPacket.parseFrom(com.google.protobuf.CodedInputStream input) |
static BfdPacket |
BfdPacket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BfdPacket |
BfdPacket.parseFrom(InputStream input) |
static BfdPacket |
BfdPacket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BfdPacket> |
BfdPacket.getParserForType() |
static com.google.protobuf.Parser<BfdPacket> |
BfdPacket.parser() |
| Modifier and Type | Method and Description |
|---|---|
BfdPacket.Builder |
BfdPacket.Builder.mergeFrom(BfdPacket other) |
BfdStatus.Builder |
BfdStatus.Builder.mergeRxPacket(BfdPacket value)
The most recent Rx control packet for this BFD session.
|
BfdStatus.Builder |
BfdStatus.Builder.mergeTxPacket(BfdPacket value)
The most recent Tx control packet for this BFD session.
|
static BfdPacket.Builder |
BfdPacket.newBuilder(BfdPacket prototype) |
BfdStatus.Builder |
BfdStatus.Builder.setRxPacket(BfdPacket value)
The most recent Rx control packet for this BFD session.
|
BfdStatus.Builder |
BfdStatus.Builder.setTxPacket(BfdPacket value)
The most recent Tx control packet for this BFD session.
|
Copyright © 2023 Google LLC. All rights reserved.