public interface PacketInOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
PacketMetadata | 
getMetadata(int index)
 This will be based on P4 header annotated as
 @controller_header("packet_in"). 
 | 
int | 
getMetadataCount()
 This will be based on P4 header annotated as
 @controller_header("packet_in"). 
 | 
List<PacketMetadata> | 
getMetadataList()
 This will be based on P4 header annotated as
 @controller_header("packet_in"). 
 | 
PacketMetadataOrBuilder | 
getMetadataOrBuilder(int index)
 This will be based on P4 header annotated as
 @controller_header("packet_in"). 
 | 
List<? extends PacketMetadataOrBuilder> | 
getMetadataOrBuilderList()
 This will be based on P4 header annotated as
 @controller_header("packet_in"). 
 | 
com.google.protobuf.ByteString | 
getPayload()
bytes payload = 1; | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getPayload()
bytes payload = 1;List<PacketMetadata> getMetadataList()
 This will be based on P4 header annotated as
 @controller_header("packet_in").
 At most one P4 header can have this annotation.
 
 repeated .p4.v1.PacketMetadata metadata = 2;PacketMetadata getMetadata(int index)
 This will be based on P4 header annotated as
 @controller_header("packet_in").
 At most one P4 header can have this annotation.
 
 repeated .p4.v1.PacketMetadata metadata = 2;int getMetadataCount()
 This will be based on P4 header annotated as
 @controller_header("packet_in").
 At most one P4 header can have this annotation.
 
 repeated .p4.v1.PacketMetadata metadata = 2;List<? extends PacketMetadataOrBuilder> getMetadataOrBuilderList()
 This will be based on P4 header annotated as
 @controller_header("packet_in").
 At most one P4 header can have this annotation.
 
 repeated .p4.v1.PacketMetadata metadata = 2;PacketMetadataOrBuilder getMetadataOrBuilder(int index)
 This will be based on P4 header annotated as
 @controller_header("packet_in").
 At most one P4 header can have this annotation.
 
 repeated .p4.v1.PacketMetadata metadata = 2;Copyright © 2018 OpenDaylight. All rights reserved.