Package p4.v1
Interface P4RuntimeOuterClass.PacketOutErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.PacketOutError,P4RuntimeOuterClass.PacketOutError.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.PacketOutErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPacketOut
boolean hasPacketOut()Optional. The packet out message that caused the error.
.p4.v1.PacketOut packet_out = 1;- Returns:
- Whether the packetOut field is set.
-
getPacketOut
P4RuntimeOuterClass.PacketOut getPacketOut()Optional. The packet out message that caused the error.
.p4.v1.PacketOut packet_out = 1;- Returns:
- The packetOut.
-
getPacketOutOrBuilder
P4RuntimeOuterClass.PacketOutOrBuilder getPacketOutOrBuilder()Optional. The packet out message that caused the error.
.p4.v1.PacketOut packet_out = 1;
-