Package p4.v1
Interface P4DataOuterClass.P4HeaderStackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4DataOuterClass.P4HeaderStack,P4DataOuterClass.P4HeaderStack.Builder
- Enclosing class:
P4DataOuterClass
public static interface P4DataOuterClass.P4HeaderStackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.intThe length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.getEntriesOrBuilder(int index) The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.List<? extends P4DataOuterClass.P4HeaderOrBuilder> The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.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
-
getEntriesList
List<P4DataOuterClass.P4Header> getEntriesList()The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
repeated .p4.v1.P4Header entries = 1; -
getEntries
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
repeated .p4.v1.P4Header entries = 1; -
getEntriesCount
int getEntriesCount()The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
repeated .p4.v1.P4Header entries = 1; -
getEntriesOrBuilderList
List<? extends P4DataOuterClass.P4HeaderOrBuilder> getEntriesOrBuilderList()The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
repeated .p4.v1.P4Header entries = 1; -
getEntriesOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
repeated .p4.v1.P4Header entries = 1;
-