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 Type
    Method
    Description
    getEntries(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.
    int
    The 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.
    The 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.

    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

    • 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

      P4DataOuterClass.P4Header getEntries(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.
       
      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

      P4DataOuterClass.P4HeaderOrBuilder 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.
       
      repeated .p4.v1.P4Header entries = 1;