Package p4.config.v1

Class P4InfoOuterClass.ControllerPacketMetadata

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Enclosing class:
P4InfoOuterClass

public static final class P4InfoOuterClass.ControllerPacketMetadata extends com.google.protobuf.GeneratedMessage implements P4InfoOuterClass.ControllerPacketMetadataOrBuilder
 Any metadata associated with controller Packet-IO (Packet-In or Packet-Out)
 is modeled as P4 headers carrying special annotations
 @controller_header("packet_out") and @controller_header("packet_in")
 respectively. There can be at most one header each with these annotations.
 This message captures the info contained within these special headers,
 and used in p4runtime.proto to supply the metadata.
 
Protobuf type p4.config.v1.ControllerPacketMetadata
See Also: