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 BfdPacketBfdPacket.Builder. build()BfdPacketBfdPacket.Builder. buildPartial()static BfdPacketBfdPacket. getDefaultInstance()BfdPacketBfdPacket.Builder. getDefaultInstanceForType()BfdPacketBfdPacket. getDefaultInstanceForType()BfdPacketBfdStatus.Builder. getRxPacket()The most recent Rx control packet for this BFD session.BfdPacketBfdStatus. getRxPacket()The most recent Rx control packet for this BFD session.BfdPacketBfdStatusOrBuilder. getRxPacket()The most recent Rx control packet for this BFD session.BfdPacketBfdStatus.Builder. getTxPacket()The most recent Tx control packet for this BFD session.BfdPacketBfdStatus. getTxPacket()The most recent Tx control packet for this BFD session.BfdPacketBfdStatusOrBuilder. getTxPacket()The most recent Tx control packet for this BFD session.static BfdPacketBfdPacket. parseDelimitedFrom(InputStream input)static BfdPacketBfdPacket. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BfdPacketBfdPacket. parseFrom(byte[] data)static BfdPacketBfdPacket. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BfdPacketBfdPacket. parseFrom(com.google.protobuf.ByteString data)static BfdPacketBfdPacket. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BfdPacketBfdPacket. parseFrom(com.google.protobuf.CodedInputStream input)static BfdPacketBfdPacket. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BfdPacketBfdPacket. parseFrom(InputStream input)static BfdPacketBfdPacket. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BfdPacketBfdPacket. parseFrom(ByteBuffer data)static BfdPacketBfdPacket. 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.BuilderBfdPacket.Builder. mergeFrom(BfdPacket other)BfdStatus.BuilderBfdStatus.Builder. mergeRxPacket(BfdPacket value)The most recent Rx control packet for this BFD session.BfdStatus.BuilderBfdStatus.Builder. mergeTxPacket(BfdPacket value)The most recent Tx control packet for this BFD session.static BfdPacket.BuilderBfdPacket. newBuilder(BfdPacket prototype)BfdStatus.BuilderBfdStatus.Builder. setRxPacket(BfdPacket value)The most recent Rx control packet for this BFD session.BfdStatus.BuilderBfdStatus.Builder. setTxPacket(BfdPacket value)The most recent Tx control packet for this BFD session.
-