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