Uses of Class
com.google.cloud.compute.v1.BfdPacket
-
Packages that use BfdPacket Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of BfdPacket in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BfdPacket Modifier and Type Method Description BfdPacket
BfdPacket.Builder. build()
BfdPacket
BfdPacket.Builder. buildPartial()
static BfdPacket
BfdPacket. getDefaultInstance()
BfdPacket
BfdPacket.Builder. getDefaultInstanceForType()
BfdPacket
BfdPacket. getDefaultInstanceForType()
BfdPacket
BfdStatus.Builder. getRxPacket()
The most recent Rx control packet for this BFD session.BfdPacket
BfdStatus. 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.Builder. getTxPacket()
The most recent Tx control packet for this BFD session.BfdPacket
BfdStatus. 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(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)
static BfdPacket
BfdPacket. parseFrom(ByteBuffer data)
static BfdPacket
BfdPacket. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type BfdPacket Modifier and Type Method Description com.google.protobuf.Parser<BfdPacket>
BfdPacket. getParserForType()
static com.google.protobuf.Parser<BfdPacket>
BfdPacket. parser()
Methods in com.google.cloud.compute.v1 with parameters of type BfdPacket Modifier and Type Method 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.
-