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 Type
    Method
    Description
    Optional.
    Optional.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       Optional. The packet out message that caused the error.
       
      .p4.v1.PacketOut packet_out = 1;
      Returns:
      The packetOut.
    • getPacketOutOrBuilder

       Optional. The packet out message that caused the error.
       
      .p4.v1.PacketOut packet_out = 1;